pulumi-azure-native 2.77.0__py3-none-any.whl → 2.77.0a1733768057__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.0a1733768057.dist-info}/METADATA +7 -1
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733768057.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.0a1733768057.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733768057.dist-info}/top_level.txt +0 -0
|
@@ -1,435 +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
|
-
from ._enums import *
|
|
18
|
-
from ._inputs import *
|
|
19
|
-
|
|
20
|
-
__all__ = ['SourceControlArgs', 'SourceControl']
|
|
21
|
-
|
|
22
|
-
@pulumi.input_type
|
|
23
|
-
class SourceControlArgs:
|
|
24
|
-
def __init__(__self__, *,
|
|
25
|
-
automation_account_name: pulumi.Input[str],
|
|
26
|
-
resource_group_name: pulumi.Input[str],
|
|
27
|
-
auto_sync: Optional[pulumi.Input[bool]] = None,
|
|
28
|
-
branch: Optional[pulumi.Input[str]] = None,
|
|
29
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
folder_path: Optional[pulumi.Input[str]] = None,
|
|
31
|
-
publish_runbook: Optional[pulumi.Input[bool]] = None,
|
|
32
|
-
repo_url: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
security_token: Optional[pulumi.Input['SourceControlSecurityTokenPropertiesArgs']] = None,
|
|
34
|
-
source_control_name: Optional[pulumi.Input[str]] = None,
|
|
35
|
-
source_type: Optional[pulumi.Input[Union[str, 'SourceType']]] = None):
|
|
36
|
-
"""
|
|
37
|
-
The set of arguments for constructing a SourceControl resource.
|
|
38
|
-
:param pulumi.Input[str] automation_account_name: The name of the automation account.
|
|
39
|
-
:param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
|
|
40
|
-
:param pulumi.Input[bool] auto_sync: The auto async of the source control. Default is false.
|
|
41
|
-
:param pulumi.Input[str] branch: The repo branch of the source control. Include branch as empty string for VsoTfvc.
|
|
42
|
-
:param pulumi.Input[str] description: The user description of the source control.
|
|
43
|
-
:param pulumi.Input[str] folder_path: The folder path of the source control. Path must be relative.
|
|
44
|
-
:param pulumi.Input[bool] publish_runbook: The auto publish of the source control. Default is true.
|
|
45
|
-
:param pulumi.Input[str] repo_url: The repo url of the source control.
|
|
46
|
-
:param pulumi.Input['SourceControlSecurityTokenPropertiesArgs'] security_token: The authorization token for the repo of the source control.
|
|
47
|
-
:param pulumi.Input[str] source_control_name: The source control name.
|
|
48
|
-
:param pulumi.Input[Union[str, 'SourceType']] source_type: The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive.
|
|
49
|
-
"""
|
|
50
|
-
pulumi.set(__self__, "automation_account_name", automation_account_name)
|
|
51
|
-
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
52
|
-
if auto_sync is not None:
|
|
53
|
-
pulumi.set(__self__, "auto_sync", auto_sync)
|
|
54
|
-
if branch is not None:
|
|
55
|
-
pulumi.set(__self__, "branch", branch)
|
|
56
|
-
if description is not None:
|
|
57
|
-
pulumi.set(__self__, "description", description)
|
|
58
|
-
if folder_path is not None:
|
|
59
|
-
pulumi.set(__self__, "folder_path", folder_path)
|
|
60
|
-
if publish_runbook is not None:
|
|
61
|
-
pulumi.set(__self__, "publish_runbook", publish_runbook)
|
|
62
|
-
if repo_url is not None:
|
|
63
|
-
pulumi.set(__self__, "repo_url", repo_url)
|
|
64
|
-
if security_token is not None:
|
|
65
|
-
pulumi.set(__self__, "security_token", security_token)
|
|
66
|
-
if source_control_name is not None:
|
|
67
|
-
pulumi.set(__self__, "source_control_name", source_control_name)
|
|
68
|
-
if source_type is not None:
|
|
69
|
-
pulumi.set(__self__, "source_type", source_type)
|
|
70
|
-
|
|
71
|
-
@property
|
|
72
|
-
@pulumi.getter(name="automationAccountName")
|
|
73
|
-
def automation_account_name(self) -> pulumi.Input[str]:
|
|
74
|
-
"""
|
|
75
|
-
The name of the automation account.
|
|
76
|
-
"""
|
|
77
|
-
return pulumi.get(self, "automation_account_name")
|
|
78
|
-
|
|
79
|
-
@automation_account_name.setter
|
|
80
|
-
def automation_account_name(self, value: pulumi.Input[str]):
|
|
81
|
-
pulumi.set(self, "automation_account_name", value)
|
|
82
|
-
|
|
83
|
-
@property
|
|
84
|
-
@pulumi.getter(name="resourceGroupName")
|
|
85
|
-
def resource_group_name(self) -> pulumi.Input[str]:
|
|
86
|
-
"""
|
|
87
|
-
Name of an Azure Resource group.
|
|
88
|
-
"""
|
|
89
|
-
return pulumi.get(self, "resource_group_name")
|
|
90
|
-
|
|
91
|
-
@resource_group_name.setter
|
|
92
|
-
def resource_group_name(self, value: pulumi.Input[str]):
|
|
93
|
-
pulumi.set(self, "resource_group_name", value)
|
|
94
|
-
|
|
95
|
-
@property
|
|
96
|
-
@pulumi.getter(name="autoSync")
|
|
97
|
-
def auto_sync(self) -> Optional[pulumi.Input[bool]]:
|
|
98
|
-
"""
|
|
99
|
-
The auto async of the source control. Default is false.
|
|
100
|
-
"""
|
|
101
|
-
return pulumi.get(self, "auto_sync")
|
|
102
|
-
|
|
103
|
-
@auto_sync.setter
|
|
104
|
-
def auto_sync(self, value: Optional[pulumi.Input[bool]]):
|
|
105
|
-
pulumi.set(self, "auto_sync", value)
|
|
106
|
-
|
|
107
|
-
@property
|
|
108
|
-
@pulumi.getter
|
|
109
|
-
def branch(self) -> Optional[pulumi.Input[str]]:
|
|
110
|
-
"""
|
|
111
|
-
The repo branch of the source control. Include branch as empty string for VsoTfvc.
|
|
112
|
-
"""
|
|
113
|
-
return pulumi.get(self, "branch")
|
|
114
|
-
|
|
115
|
-
@branch.setter
|
|
116
|
-
def branch(self, value: Optional[pulumi.Input[str]]):
|
|
117
|
-
pulumi.set(self, "branch", value)
|
|
118
|
-
|
|
119
|
-
@property
|
|
120
|
-
@pulumi.getter
|
|
121
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
122
|
-
"""
|
|
123
|
-
The user description of the source control.
|
|
124
|
-
"""
|
|
125
|
-
return pulumi.get(self, "description")
|
|
126
|
-
|
|
127
|
-
@description.setter
|
|
128
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
129
|
-
pulumi.set(self, "description", value)
|
|
130
|
-
|
|
131
|
-
@property
|
|
132
|
-
@pulumi.getter(name="folderPath")
|
|
133
|
-
def folder_path(self) -> Optional[pulumi.Input[str]]:
|
|
134
|
-
"""
|
|
135
|
-
The folder path of the source control. Path must be relative.
|
|
136
|
-
"""
|
|
137
|
-
return pulumi.get(self, "folder_path")
|
|
138
|
-
|
|
139
|
-
@folder_path.setter
|
|
140
|
-
def folder_path(self, value: Optional[pulumi.Input[str]]):
|
|
141
|
-
pulumi.set(self, "folder_path", value)
|
|
142
|
-
|
|
143
|
-
@property
|
|
144
|
-
@pulumi.getter(name="publishRunbook")
|
|
145
|
-
def publish_runbook(self) -> Optional[pulumi.Input[bool]]:
|
|
146
|
-
"""
|
|
147
|
-
The auto publish of the source control. Default is true.
|
|
148
|
-
"""
|
|
149
|
-
return pulumi.get(self, "publish_runbook")
|
|
150
|
-
|
|
151
|
-
@publish_runbook.setter
|
|
152
|
-
def publish_runbook(self, value: Optional[pulumi.Input[bool]]):
|
|
153
|
-
pulumi.set(self, "publish_runbook", value)
|
|
154
|
-
|
|
155
|
-
@property
|
|
156
|
-
@pulumi.getter(name="repoUrl")
|
|
157
|
-
def repo_url(self) -> Optional[pulumi.Input[str]]:
|
|
158
|
-
"""
|
|
159
|
-
The repo url of the source control.
|
|
160
|
-
"""
|
|
161
|
-
return pulumi.get(self, "repo_url")
|
|
162
|
-
|
|
163
|
-
@repo_url.setter
|
|
164
|
-
def repo_url(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
-
pulumi.set(self, "repo_url", value)
|
|
166
|
-
|
|
167
|
-
@property
|
|
168
|
-
@pulumi.getter(name="securityToken")
|
|
169
|
-
def security_token(self) -> Optional[pulumi.Input['SourceControlSecurityTokenPropertiesArgs']]:
|
|
170
|
-
"""
|
|
171
|
-
The authorization token for the repo of the source control.
|
|
172
|
-
"""
|
|
173
|
-
return pulumi.get(self, "security_token")
|
|
174
|
-
|
|
175
|
-
@security_token.setter
|
|
176
|
-
def security_token(self, value: Optional[pulumi.Input['SourceControlSecurityTokenPropertiesArgs']]):
|
|
177
|
-
pulumi.set(self, "security_token", value)
|
|
178
|
-
|
|
179
|
-
@property
|
|
180
|
-
@pulumi.getter(name="sourceControlName")
|
|
181
|
-
def source_control_name(self) -> Optional[pulumi.Input[str]]:
|
|
182
|
-
"""
|
|
183
|
-
The source control name.
|
|
184
|
-
"""
|
|
185
|
-
return pulumi.get(self, "source_control_name")
|
|
186
|
-
|
|
187
|
-
@source_control_name.setter
|
|
188
|
-
def source_control_name(self, value: Optional[pulumi.Input[str]]):
|
|
189
|
-
pulumi.set(self, "source_control_name", value)
|
|
190
|
-
|
|
191
|
-
@property
|
|
192
|
-
@pulumi.getter(name="sourceType")
|
|
193
|
-
def source_type(self) -> Optional[pulumi.Input[Union[str, 'SourceType']]]:
|
|
194
|
-
"""
|
|
195
|
-
The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive.
|
|
196
|
-
"""
|
|
197
|
-
return pulumi.get(self, "source_type")
|
|
198
|
-
|
|
199
|
-
@source_type.setter
|
|
200
|
-
def source_type(self, value: Optional[pulumi.Input[Union[str, 'SourceType']]]):
|
|
201
|
-
pulumi.set(self, "source_type", value)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
class SourceControl(pulumi.CustomResource):
|
|
205
|
-
@overload
|
|
206
|
-
def __init__(__self__,
|
|
207
|
-
resource_name: str,
|
|
208
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
209
|
-
auto_sync: Optional[pulumi.Input[bool]] = None,
|
|
210
|
-
automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
211
|
-
branch: Optional[pulumi.Input[str]] = None,
|
|
212
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
213
|
-
folder_path: Optional[pulumi.Input[str]] = None,
|
|
214
|
-
publish_runbook: Optional[pulumi.Input[bool]] = None,
|
|
215
|
-
repo_url: Optional[pulumi.Input[str]] = None,
|
|
216
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
217
|
-
security_token: Optional[pulumi.Input[Union['SourceControlSecurityTokenPropertiesArgs', 'SourceControlSecurityTokenPropertiesArgsDict']]] = None,
|
|
218
|
-
source_control_name: Optional[pulumi.Input[str]] = None,
|
|
219
|
-
source_type: Optional[pulumi.Input[Union[str, 'SourceType']]] = None,
|
|
220
|
-
__props__=None):
|
|
221
|
-
"""
|
|
222
|
-
Definition of the source control.
|
|
223
|
-
|
|
224
|
-
:param str resource_name: The name of the resource.
|
|
225
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
226
|
-
:param pulumi.Input[bool] auto_sync: The auto async of the source control. Default is false.
|
|
227
|
-
:param pulumi.Input[str] automation_account_name: The name of the automation account.
|
|
228
|
-
:param pulumi.Input[str] branch: The repo branch of the source control. Include branch as empty string for VsoTfvc.
|
|
229
|
-
:param pulumi.Input[str] description: The user description of the source control.
|
|
230
|
-
:param pulumi.Input[str] folder_path: The folder path of the source control. Path must be relative.
|
|
231
|
-
:param pulumi.Input[bool] publish_runbook: The auto publish of the source control. Default is true.
|
|
232
|
-
:param pulumi.Input[str] repo_url: The repo url of the source control.
|
|
233
|
-
:param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
|
|
234
|
-
:param pulumi.Input[Union['SourceControlSecurityTokenPropertiesArgs', 'SourceControlSecurityTokenPropertiesArgsDict']] security_token: The authorization token for the repo of the source control.
|
|
235
|
-
:param pulumi.Input[str] source_control_name: The source control name.
|
|
236
|
-
:param pulumi.Input[Union[str, 'SourceType']] source_type: The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive.
|
|
237
|
-
"""
|
|
238
|
-
...
|
|
239
|
-
@overload
|
|
240
|
-
def __init__(__self__,
|
|
241
|
-
resource_name: str,
|
|
242
|
-
args: SourceControlArgs,
|
|
243
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
244
|
-
"""
|
|
245
|
-
Definition of the source control.
|
|
246
|
-
|
|
247
|
-
:param str resource_name: The name of the resource.
|
|
248
|
-
:param SourceControlArgs args: The arguments to use to populate this resource's properties.
|
|
249
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
250
|
-
"""
|
|
251
|
-
...
|
|
252
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
253
|
-
resource_args, opts = _utilities.get_resource_args_opts(SourceControlArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
254
|
-
if resource_args is not None:
|
|
255
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
256
|
-
else:
|
|
257
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
258
|
-
|
|
259
|
-
def _internal_init(__self__,
|
|
260
|
-
resource_name: str,
|
|
261
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
262
|
-
auto_sync: Optional[pulumi.Input[bool]] = None,
|
|
263
|
-
automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
264
|
-
branch: Optional[pulumi.Input[str]] = None,
|
|
265
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
266
|
-
folder_path: Optional[pulumi.Input[str]] = None,
|
|
267
|
-
publish_runbook: Optional[pulumi.Input[bool]] = None,
|
|
268
|
-
repo_url: Optional[pulumi.Input[str]] = None,
|
|
269
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
270
|
-
security_token: Optional[pulumi.Input[Union['SourceControlSecurityTokenPropertiesArgs', 'SourceControlSecurityTokenPropertiesArgsDict']]] = None,
|
|
271
|
-
source_control_name: Optional[pulumi.Input[str]] = None,
|
|
272
|
-
source_type: Optional[pulumi.Input[Union[str, 'SourceType']]] = None,
|
|
273
|
-
__props__=None):
|
|
274
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
275
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
276
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
277
|
-
if opts.id is None:
|
|
278
|
-
if __props__ is not None:
|
|
279
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
280
|
-
__props__ = SourceControlArgs.__new__(SourceControlArgs)
|
|
281
|
-
|
|
282
|
-
__props__.__dict__["auto_sync"] = auto_sync
|
|
283
|
-
if automation_account_name is None and not opts.urn:
|
|
284
|
-
raise TypeError("Missing required property 'automation_account_name'")
|
|
285
|
-
__props__.__dict__["automation_account_name"] = automation_account_name
|
|
286
|
-
__props__.__dict__["branch"] = branch
|
|
287
|
-
__props__.__dict__["description"] = description
|
|
288
|
-
__props__.__dict__["folder_path"] = folder_path
|
|
289
|
-
__props__.__dict__["publish_runbook"] = publish_runbook
|
|
290
|
-
__props__.__dict__["repo_url"] = repo_url
|
|
291
|
-
if resource_group_name is None and not opts.urn:
|
|
292
|
-
raise TypeError("Missing required property 'resource_group_name'")
|
|
293
|
-
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
294
|
-
__props__.__dict__["security_token"] = security_token
|
|
295
|
-
__props__.__dict__["source_control_name"] = source_control_name
|
|
296
|
-
__props__.__dict__["source_type"] = source_type
|
|
297
|
-
__props__.__dict__["creation_time"] = None
|
|
298
|
-
__props__.__dict__["last_modified_time"] = None
|
|
299
|
-
__props__.__dict__["name"] = None
|
|
300
|
-
__props__.__dict__["system_data"] = None
|
|
301
|
-
__props__.__dict__["type"] = None
|
|
302
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:SourceControl"), pulumi.Alias(type_="azure-native:automation/v20170515preview:SourceControl"), pulumi.Alias(type_="azure-native:automation/v20190601:SourceControl"), pulumi.Alias(type_="azure-native:automation/v20200113preview:SourceControl"), pulumi.Alias(type_="azure-native:automation/v20220808:SourceControl"), pulumi.Alias(type_="azure-native:automation/v20230515preview:SourceControl"), pulumi.Alias(type_="azure-native:automation/v20231101:SourceControl")])
|
|
303
|
-
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
304
|
-
super(SourceControl, __self__).__init__(
|
|
305
|
-
'azure-native:automation/v20241023:SourceControl',
|
|
306
|
-
resource_name,
|
|
307
|
-
__props__,
|
|
308
|
-
opts)
|
|
309
|
-
|
|
310
|
-
@staticmethod
|
|
311
|
-
def get(resource_name: str,
|
|
312
|
-
id: pulumi.Input[str],
|
|
313
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> 'SourceControl':
|
|
314
|
-
"""
|
|
315
|
-
Get an existing SourceControl resource's state with the given name, id, and optional extra
|
|
316
|
-
properties used to qualify the lookup.
|
|
317
|
-
|
|
318
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
319
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
320
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
321
|
-
"""
|
|
322
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
323
|
-
|
|
324
|
-
__props__ = SourceControlArgs.__new__(SourceControlArgs)
|
|
325
|
-
|
|
326
|
-
__props__.__dict__["auto_sync"] = None
|
|
327
|
-
__props__.__dict__["branch"] = None
|
|
328
|
-
__props__.__dict__["creation_time"] = None
|
|
329
|
-
__props__.__dict__["description"] = None
|
|
330
|
-
__props__.__dict__["folder_path"] = None
|
|
331
|
-
__props__.__dict__["last_modified_time"] = None
|
|
332
|
-
__props__.__dict__["name"] = None
|
|
333
|
-
__props__.__dict__["publish_runbook"] = None
|
|
334
|
-
__props__.__dict__["repo_url"] = None
|
|
335
|
-
__props__.__dict__["source_type"] = None
|
|
336
|
-
__props__.__dict__["system_data"] = None
|
|
337
|
-
__props__.__dict__["type"] = None
|
|
338
|
-
return SourceControl(resource_name, opts=opts, __props__=__props__)
|
|
339
|
-
|
|
340
|
-
@property
|
|
341
|
-
@pulumi.getter(name="autoSync")
|
|
342
|
-
def auto_sync(self) -> pulumi.Output[Optional[bool]]:
|
|
343
|
-
"""
|
|
344
|
-
The auto sync of the source control. Default is false.
|
|
345
|
-
"""
|
|
346
|
-
return pulumi.get(self, "auto_sync")
|
|
347
|
-
|
|
348
|
-
@property
|
|
349
|
-
@pulumi.getter
|
|
350
|
-
def branch(self) -> pulumi.Output[Optional[str]]:
|
|
351
|
-
"""
|
|
352
|
-
The repo branch of the source control. Include branch as empty string for VsoTfvc.
|
|
353
|
-
"""
|
|
354
|
-
return pulumi.get(self, "branch")
|
|
355
|
-
|
|
356
|
-
@property
|
|
357
|
-
@pulumi.getter(name="creationTime")
|
|
358
|
-
def creation_time(self) -> pulumi.Output[Optional[str]]:
|
|
359
|
-
"""
|
|
360
|
-
The creation time.
|
|
361
|
-
"""
|
|
362
|
-
return pulumi.get(self, "creation_time")
|
|
363
|
-
|
|
364
|
-
@property
|
|
365
|
-
@pulumi.getter
|
|
366
|
-
def description(self) -> pulumi.Output[Optional[str]]:
|
|
367
|
-
"""
|
|
368
|
-
The description.
|
|
369
|
-
"""
|
|
370
|
-
return pulumi.get(self, "description")
|
|
371
|
-
|
|
372
|
-
@property
|
|
373
|
-
@pulumi.getter(name="folderPath")
|
|
374
|
-
def folder_path(self) -> pulumi.Output[Optional[str]]:
|
|
375
|
-
"""
|
|
376
|
-
The folder path of the source control.
|
|
377
|
-
"""
|
|
378
|
-
return pulumi.get(self, "folder_path")
|
|
379
|
-
|
|
380
|
-
@property
|
|
381
|
-
@pulumi.getter(name="lastModifiedTime")
|
|
382
|
-
def last_modified_time(self) -> pulumi.Output[Optional[str]]:
|
|
383
|
-
"""
|
|
384
|
-
The last modified time.
|
|
385
|
-
"""
|
|
386
|
-
return pulumi.get(self, "last_modified_time")
|
|
387
|
-
|
|
388
|
-
@property
|
|
389
|
-
@pulumi.getter
|
|
390
|
-
def name(self) -> pulumi.Output[str]:
|
|
391
|
-
"""
|
|
392
|
-
The name of the resource
|
|
393
|
-
"""
|
|
394
|
-
return pulumi.get(self, "name")
|
|
395
|
-
|
|
396
|
-
@property
|
|
397
|
-
@pulumi.getter(name="publishRunbook")
|
|
398
|
-
def publish_runbook(self) -> pulumi.Output[Optional[bool]]:
|
|
399
|
-
"""
|
|
400
|
-
The auto publish of the source control. Default is true.
|
|
401
|
-
"""
|
|
402
|
-
return pulumi.get(self, "publish_runbook")
|
|
403
|
-
|
|
404
|
-
@property
|
|
405
|
-
@pulumi.getter(name="repoUrl")
|
|
406
|
-
def repo_url(self) -> pulumi.Output[Optional[str]]:
|
|
407
|
-
"""
|
|
408
|
-
The repo url of the source control.
|
|
409
|
-
"""
|
|
410
|
-
return pulumi.get(self, "repo_url")
|
|
411
|
-
|
|
412
|
-
@property
|
|
413
|
-
@pulumi.getter(name="sourceType")
|
|
414
|
-
def source_type(self) -> pulumi.Output[Optional[str]]:
|
|
415
|
-
"""
|
|
416
|
-
The source type. Must be one of VsoGit, VsoTfvc, GitHub.
|
|
417
|
-
"""
|
|
418
|
-
return pulumi.get(self, "source_type")
|
|
419
|
-
|
|
420
|
-
@property
|
|
421
|
-
@pulumi.getter(name="systemData")
|
|
422
|
-
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
423
|
-
"""
|
|
424
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
425
|
-
"""
|
|
426
|
-
return pulumi.get(self, "system_data")
|
|
427
|
-
|
|
428
|
-
@property
|
|
429
|
-
@pulumi.getter
|
|
430
|
-
def type(self) -> pulumi.Output[str]:
|
|
431
|
-
"""
|
|
432
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
433
|
-
"""
|
|
434
|
-
return pulumi.get(self, "type")
|
|
435
|
-
|