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
|
@@ -226,7 +226,7 @@ class Module(pulumi.CustomResource):
|
|
|
226
226
|
__props__.__dict__["size_in_bytes"] = None
|
|
227
227
|
__props__.__dict__["type"] = None
|
|
228
228
|
__props__.__dict__["version"] = None
|
|
229
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Module"), pulumi.Alias(type_="azure-native:automation/v20151031:Module"), pulumi.Alias(type_="azure-native:automation/v20190601:Module"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Module"), pulumi.Alias(type_="azure-native:automation/v20220808:Module"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Module")
|
|
229
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Module"), pulumi.Alias(type_="azure-native:automation/v20151031:Module"), pulumi.Alias(type_="azure-native:automation/v20190601:Module"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Module"), pulumi.Alias(type_="azure-native:automation/v20220808:Module"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Module")])
|
|
230
230
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
231
231
|
super(Module, __self__).__init__(
|
|
232
232
|
'azure-native:automation/v20231101:Module',
|
|
@@ -188,7 +188,7 @@ class Python2Package(pulumi.CustomResource):
|
|
|
188
188
|
__props__.__dict__["size_in_bytes"] = None
|
|
189
189
|
__props__.__dict__["type"] = None
|
|
190
190
|
__props__.__dict__["version"] = None
|
|
191
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20180630:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20190601:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20220808:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Python2Package")
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20180630:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20190601:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20220808:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Python2Package")])
|
|
192
192
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
193
|
super(Python2Package, __self__).__init__(
|
|
194
194
|
'azure-native:automation/v20231101:Python2Package',
|
|
@@ -188,7 +188,7 @@ class Python3Package(pulumi.CustomResource):
|
|
|
188
188
|
__props__.__dict__["size_in_bytes"] = None
|
|
189
189
|
__props__.__dict__["type"] = None
|
|
190
190
|
__props__.__dict__["version"] = None
|
|
191
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20220808:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Python3Package")
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20220808:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Python3Package")])
|
|
192
192
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
193
|
super(Python3Package, __self__).__init__(
|
|
194
194
|
'azure-native:automation/v20231101:Python3Package',
|
|
@@ -345,7 +345,7 @@ class Runbook(pulumi.CustomResource):
|
|
|
345
345
|
__props__.__dict__["provisioning_state"] = None
|
|
346
346
|
__props__.__dict__["state"] = None
|
|
347
347
|
__props__.__dict__["type"] = None
|
|
348
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Runbook"), pulumi.Alias(type_="azure-native:automation/v20151031:Runbook"), pulumi.Alias(type_="azure-native:automation/v20180630:Runbook"), pulumi.Alias(type_="azure-native:automation/v20190601:Runbook"), pulumi.Alias(type_="azure-native:automation/v20220808:Runbook"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Runbook")
|
|
348
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Runbook"), pulumi.Alias(type_="azure-native:automation/v20151031:Runbook"), pulumi.Alias(type_="azure-native:automation/v20180630:Runbook"), pulumi.Alias(type_="azure-native:automation/v20190601:Runbook"), pulumi.Alias(type_="azure-native:automation/v20220808:Runbook"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Runbook")])
|
|
349
349
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
350
350
|
super(Runbook, __self__).__init__(
|
|
351
351
|
'azure-native:automation/v20231101:Runbook',
|
|
@@ -305,7 +305,7 @@ class Schedule(pulumi.CustomResource):
|
|
|
305
305
|
__props__.__dict__["next_run_offset_minutes"] = None
|
|
306
306
|
__props__.__dict__["start_time_offset_minutes"] = None
|
|
307
307
|
__props__.__dict__["type"] = None
|
|
308
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Schedule"), pulumi.Alias(type_="azure-native:automation/v20151031:Schedule"), pulumi.Alias(type_="azure-native:automation/v20190601:Schedule"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Schedule"), pulumi.Alias(type_="azure-native:automation/v20220808:Schedule"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Schedule")
|
|
308
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Schedule"), pulumi.Alias(type_="azure-native:automation/v20151031:Schedule"), pulumi.Alias(type_="azure-native:automation/v20190601:Schedule"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Schedule"), pulumi.Alias(type_="azure-native:automation/v20220808:Schedule"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Schedule")])
|
|
309
309
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
310
310
|
super(Schedule, __self__).__init__(
|
|
311
311
|
'azure-native:automation/v20231101:Schedule',
|
|
@@ -297,7 +297,7 @@ class SourceControl(pulumi.CustomResource):
|
|
|
297
297
|
__props__.__dict__["last_modified_time"] = None
|
|
298
298
|
__props__.__dict__["name"] = None
|
|
299
299
|
__props__.__dict__["type"] = None
|
|
300
|
-
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")
|
|
300
|
+
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")])
|
|
301
301
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
302
302
|
super(SourceControl, __self__).__init__(
|
|
303
303
|
'azure-native:automation/v20231101:SourceControl',
|
|
@@ -215,7 +215,7 @@ class Variable(pulumi.CustomResource):
|
|
|
215
215
|
__props__.__dict__["creation_time"] = None
|
|
216
216
|
__props__.__dict__["last_modified_time"] = None
|
|
217
217
|
__props__.__dict__["type"] = None
|
|
218
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Variable"), pulumi.Alias(type_="azure-native:automation/v20151031:Variable"), pulumi.Alias(type_="azure-native:automation/v20190601:Variable"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20220808:Variable"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Variable")
|
|
218
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Variable"), pulumi.Alias(type_="azure-native:automation/v20151031:Variable"), pulumi.Alias(type_="azure-native:automation/v20190601:Variable"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20220808:Variable"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Variable")])
|
|
219
219
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
220
220
|
super(Variable, __self__).__init__(
|
|
221
221
|
'azure-native:automation/v20231101:Variable',
|
|
@@ -150,7 +150,7 @@ class Variable(pulumi.CustomResource):
|
|
|
150
150
|
Definition of the variable.
|
|
151
151
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
152
152
|
|
|
153
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01
|
|
153
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
154
154
|
|
|
155
155
|
:param str resource_name: The name of the resource.
|
|
156
156
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -172,7 +172,7 @@ class Variable(pulumi.CustomResource):
|
|
|
172
172
|
Definition of the variable.
|
|
173
173
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
174
174
|
|
|
175
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01
|
|
175
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
176
176
|
|
|
177
177
|
:param str resource_name: The name of the resource.
|
|
178
178
|
:param VariableArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -221,7 +221,7 @@ class Variable(pulumi.CustomResource):
|
|
|
221
221
|
__props__.__dict__["creation_time"] = None
|
|
222
222
|
__props__.__dict__["last_modified_time"] = None
|
|
223
223
|
__props__.__dict__["type"] = None
|
|
224
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Variable"), pulumi.Alias(type_="azure-native:automation/v20190601:Variable"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20220808:Variable"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20231101:Variable")
|
|
224
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Variable"), pulumi.Alias(type_="azure-native:automation/v20190601:Variable"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20220808:Variable"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Variable"), pulumi.Alias(type_="azure-native:automation/v20231101:Variable")])
|
|
225
225
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
226
226
|
super(Variable, __self__).__init__(
|
|
227
227
|
'azure-native:automation:Variable',
|
|
@@ -202,7 +202,7 @@ class Watcher(pulumi.CustomResource):
|
|
|
202
202
|
Definition of the watcher type.
|
|
203
203
|
Azure REST API version: 2020-01-13-preview. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
204
204
|
|
|
205
|
-
Other available API versions: 2023-05-15-preview
|
|
205
|
+
Other available API versions: 2023-05-15-preview.
|
|
206
206
|
|
|
207
207
|
:param str resource_name: The name of the resource.
|
|
208
208
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -227,7 +227,7 @@ class Watcher(pulumi.CustomResource):
|
|
|
227
227
|
Definition of the watcher type.
|
|
228
228
|
Azure REST API version: 2020-01-13-preview. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
229
229
|
|
|
230
|
-
Other available API versions: 2023-05-15-preview
|
|
230
|
+
Other available API versions: 2023-05-15-preview.
|
|
231
231
|
|
|
232
232
|
:param str resource_name: The name of the resource.
|
|
233
233
|
:param WatcherArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -284,7 +284,7 @@ class Watcher(pulumi.CustomResource):
|
|
|
284
284
|
__props__.__dict__["name"] = None
|
|
285
285
|
__props__.__dict__["status"] = None
|
|
286
286
|
__props__.__dict__["type"] = None
|
|
287
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Watcher"), pulumi.Alias(type_="azure-native:automation/v20190601:Watcher"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Watcher"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Watcher")
|
|
287
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Watcher"), pulumi.Alias(type_="azure-native:automation/v20190601:Watcher"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Watcher"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Watcher")])
|
|
288
288
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
289
289
|
super(Watcher, __self__).__init__(
|
|
290
290
|
'azure-native:automation:Watcher',
|
|
@@ -203,7 +203,7 @@ class Webhook(pulumi.CustomResource):
|
|
|
203
203
|
Definition of the webhook type.
|
|
204
204
|
Azure REST API version: 2015-10-31. Prior API version in Azure Native 1.x: 2015-10-31.
|
|
205
205
|
|
|
206
|
-
Other available API versions: 2023-05-15-preview
|
|
206
|
+
Other available API versions: 2023-05-15-preview.
|
|
207
207
|
|
|
208
208
|
:param str resource_name: The name of the resource.
|
|
209
209
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -228,7 +228,7 @@ class Webhook(pulumi.CustomResource):
|
|
|
228
228
|
Definition of the webhook type.
|
|
229
229
|
Azure REST API version: 2015-10-31. Prior API version in Azure Native 1.x: 2015-10-31.
|
|
230
230
|
|
|
231
|
-
Other available API versions: 2023-05-15-preview
|
|
231
|
+
Other available API versions: 2023-05-15-preview.
|
|
232
232
|
|
|
233
233
|
:param str resource_name: The name of the resource.
|
|
234
234
|
:param WebhookArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -286,7 +286,7 @@ class Webhook(pulumi.CustomResource):
|
|
|
286
286
|
__props__.__dict__["last_modified_by"] = None
|
|
287
287
|
__props__.__dict__["last_modified_time"] = None
|
|
288
288
|
__props__.__dict__["type"] = None
|
|
289
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Webhook"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Webhook")
|
|
289
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:Webhook"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Webhook")])
|
|
290
290
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
291
291
|
super(Webhook, __self__).__init__(
|
|
292
292
|
'azure-native:automation:Webhook',
|
|
@@ -100876,10 +100876,6 @@ if not MYPY:
|
|
|
100876
100876
|
"""
|
|
100877
100877
|
Activity policy.
|
|
100878
100878
|
"""
|
|
100879
|
-
return_multistatement_result: NotRequired[Any]
|
|
100880
|
-
"""
|
|
100881
|
-
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
100882
|
-
"""
|
|
100883
100879
|
script_block_execution_timeout: NotRequired[Any]
|
|
100884
100880
|
"""
|
|
100885
100881
|
ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
@@ -100910,7 +100906,6 @@ class ScriptActivityArgs:
|
|
|
100910
100906
|
log_settings: Optional[pulumi.Input['ScriptActivityTypePropertiesLogSettingsArgs']] = None,
|
|
100911
100907
|
on_inactive_mark_as: Optional[pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']]] = None,
|
|
100912
100908
|
policy: Optional[pulumi.Input['ActivityPolicyArgs']] = None,
|
|
100913
|
-
return_multistatement_result: Optional[Any] = None,
|
|
100914
100909
|
script_block_execution_timeout: Optional[Any] = None,
|
|
100915
100910
|
scripts: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptActivityScriptBlockArgs']]]] = None,
|
|
100916
100911
|
state: Optional[pulumi.Input[Union[str, 'ActivityState']]] = None,
|
|
@@ -100926,7 +100921,6 @@ class ScriptActivityArgs:
|
|
|
100926
100921
|
:param pulumi.Input['ScriptActivityTypePropertiesLogSettingsArgs'] log_settings: Log settings of script activity.
|
|
100927
100922
|
:param pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']] on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
|
|
100928
100923
|
:param pulumi.Input['ActivityPolicyArgs'] policy: Activity policy.
|
|
100929
|
-
:param Any return_multistatement_result: Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
100930
100924
|
:param Any script_block_execution_timeout: ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
100931
100925
|
:param pulumi.Input[Sequence[pulumi.Input['ScriptActivityScriptBlockArgs']]] scripts: Array of script blocks. Type: array.
|
|
100932
100926
|
:param pulumi.Input[Union[str, 'ActivityState']] state: Activity state. This is an optional property and if not provided, the state will be Active by default.
|
|
@@ -100945,8 +100939,6 @@ class ScriptActivityArgs:
|
|
|
100945
100939
|
pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
|
|
100946
100940
|
if policy is not None:
|
|
100947
100941
|
pulumi.set(__self__, "policy", policy)
|
|
100948
|
-
if return_multistatement_result is not None:
|
|
100949
|
-
pulumi.set(__self__, "return_multistatement_result", return_multistatement_result)
|
|
100950
100942
|
if script_block_execution_timeout is not None:
|
|
100951
100943
|
pulumi.set(__self__, "script_block_execution_timeout", script_block_execution_timeout)
|
|
100952
100944
|
if scripts is not None:
|
|
@@ -101053,18 +101045,6 @@ class ScriptActivityArgs:
|
|
|
101053
101045
|
def policy(self, value: Optional[pulumi.Input['ActivityPolicyArgs']]):
|
|
101054
101046
|
pulumi.set(self, "policy", value)
|
|
101055
101047
|
|
|
101056
|
-
@property
|
|
101057
|
-
@pulumi.getter(name="returnMultistatementResult")
|
|
101058
|
-
def return_multistatement_result(self) -> Optional[Any]:
|
|
101059
|
-
"""
|
|
101060
|
-
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
101061
|
-
"""
|
|
101062
|
-
return pulumi.get(self, "return_multistatement_result")
|
|
101063
|
-
|
|
101064
|
-
@return_multistatement_result.setter
|
|
101065
|
-
def return_multistatement_result(self, value: Optional[Any]):
|
|
101066
|
-
pulumi.set(self, "return_multistatement_result", value)
|
|
101067
|
-
|
|
101068
101048
|
@property
|
|
101069
101049
|
@pulumi.getter(name="scriptBlockExecutionTimeout")
|
|
101070
101050
|
def script_block_execution_timeout(self) -> Optional[Any]:
|
|
@@ -73469,8 +73469,6 @@ class ScriptActivityResponse(dict):
|
|
|
73469
73469
|
suggest = "log_settings"
|
|
73470
73470
|
elif key == "onInactiveMarkAs":
|
|
73471
73471
|
suggest = "on_inactive_mark_as"
|
|
73472
|
-
elif key == "returnMultistatementResult":
|
|
73473
|
-
suggest = "return_multistatement_result"
|
|
73474
73472
|
elif key == "scriptBlockExecutionTimeout":
|
|
73475
73473
|
suggest = "script_block_execution_timeout"
|
|
73476
73474
|
elif key == "userProperties":
|
|
@@ -73496,7 +73494,6 @@ class ScriptActivityResponse(dict):
|
|
|
73496
73494
|
log_settings: Optional['outputs.ScriptActivityTypePropertiesResponseLogSettings'] = None,
|
|
73497
73495
|
on_inactive_mark_as: Optional[str] = None,
|
|
73498
73496
|
policy: Optional['outputs.ActivityPolicyResponse'] = None,
|
|
73499
|
-
return_multistatement_result: Optional[Any] = None,
|
|
73500
73497
|
script_block_execution_timeout: Optional[Any] = None,
|
|
73501
73498
|
scripts: Optional[Sequence['outputs.ScriptActivityScriptBlockResponse']] = None,
|
|
73502
73499
|
state: Optional[str] = None,
|
|
@@ -73512,7 +73509,6 @@ class ScriptActivityResponse(dict):
|
|
|
73512
73509
|
:param 'ScriptActivityTypePropertiesResponseLogSettings' log_settings: Log settings of script activity.
|
|
73513
73510
|
:param str on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
|
|
73514
73511
|
:param 'ActivityPolicyResponse' policy: Activity policy.
|
|
73515
|
-
:param Any return_multistatement_result: Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
73516
73512
|
:param Any script_block_execution_timeout: ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
73517
73513
|
:param Sequence['ScriptActivityScriptBlockResponse'] scripts: Array of script blocks. Type: array.
|
|
73518
73514
|
:param str state: Activity state. This is an optional property and if not provided, the state will be Active by default.
|
|
@@ -73531,8 +73527,6 @@ class ScriptActivityResponse(dict):
|
|
|
73531
73527
|
pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
|
|
73532
73528
|
if policy is not None:
|
|
73533
73529
|
pulumi.set(__self__, "policy", policy)
|
|
73534
|
-
if return_multistatement_result is not None:
|
|
73535
|
-
pulumi.set(__self__, "return_multistatement_result", return_multistatement_result)
|
|
73536
73530
|
if script_block_execution_timeout is not None:
|
|
73537
73531
|
pulumi.set(__self__, "script_block_execution_timeout", script_block_execution_timeout)
|
|
73538
73532
|
if scripts is not None:
|
|
@@ -73607,14 +73601,6 @@ class ScriptActivityResponse(dict):
|
|
|
73607
73601
|
"""
|
|
73608
73602
|
return pulumi.get(self, "policy")
|
|
73609
73603
|
|
|
73610
|
-
@property
|
|
73611
|
-
@pulumi.getter(name="returnMultistatementResult")
|
|
73612
|
-
def return_multistatement_result(self) -> Optional[Any]:
|
|
73613
|
-
"""
|
|
73614
|
-
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
73615
|
-
"""
|
|
73616
|
-
return pulumi.get(self, "return_multistatement_result")
|
|
73617
|
-
|
|
73618
73604
|
@property
|
|
73619
73605
|
@pulumi.getter(name="scriptBlockExecutionTimeout")
|
|
73620
73606
|
def script_block_execution_timeout(self) -> Optional[Any]:
|
|
@@ -100876,10 +100876,6 @@ if not MYPY:
|
|
|
100876
100876
|
"""
|
|
100877
100877
|
Activity policy.
|
|
100878
100878
|
"""
|
|
100879
|
-
return_multistatement_result: NotRequired[Any]
|
|
100880
|
-
"""
|
|
100881
|
-
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
100882
|
-
"""
|
|
100883
100879
|
script_block_execution_timeout: NotRequired[Any]
|
|
100884
100880
|
"""
|
|
100885
100881
|
ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
@@ -100910,7 +100906,6 @@ class ScriptActivityArgs:
|
|
|
100910
100906
|
log_settings: Optional[pulumi.Input['ScriptActivityTypePropertiesLogSettingsArgs']] = None,
|
|
100911
100907
|
on_inactive_mark_as: Optional[pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']]] = None,
|
|
100912
100908
|
policy: Optional[pulumi.Input['ActivityPolicyArgs']] = None,
|
|
100913
|
-
return_multistatement_result: Optional[Any] = None,
|
|
100914
100909
|
script_block_execution_timeout: Optional[Any] = None,
|
|
100915
100910
|
scripts: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptActivityScriptBlockArgs']]]] = None,
|
|
100916
100911
|
state: Optional[pulumi.Input[Union[str, 'ActivityState']]] = None,
|
|
@@ -100926,7 +100921,6 @@ class ScriptActivityArgs:
|
|
|
100926
100921
|
:param pulumi.Input['ScriptActivityTypePropertiesLogSettingsArgs'] log_settings: Log settings of script activity.
|
|
100927
100922
|
:param pulumi.Input[Union[str, 'ActivityOnInactiveMarkAs']] on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
|
|
100928
100923
|
:param pulumi.Input['ActivityPolicyArgs'] policy: Activity policy.
|
|
100929
|
-
:param Any return_multistatement_result: Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
100930
100924
|
:param Any script_block_execution_timeout: ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
100931
100925
|
:param pulumi.Input[Sequence[pulumi.Input['ScriptActivityScriptBlockArgs']]] scripts: Array of script blocks. Type: array.
|
|
100932
100926
|
:param pulumi.Input[Union[str, 'ActivityState']] state: Activity state. This is an optional property and if not provided, the state will be Active by default.
|
|
@@ -100945,8 +100939,6 @@ class ScriptActivityArgs:
|
|
|
100945
100939
|
pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
|
|
100946
100940
|
if policy is not None:
|
|
100947
100941
|
pulumi.set(__self__, "policy", policy)
|
|
100948
|
-
if return_multistatement_result is not None:
|
|
100949
|
-
pulumi.set(__self__, "return_multistatement_result", return_multistatement_result)
|
|
100950
100942
|
if script_block_execution_timeout is not None:
|
|
100951
100943
|
pulumi.set(__self__, "script_block_execution_timeout", script_block_execution_timeout)
|
|
100952
100944
|
if scripts is not None:
|
|
@@ -101053,18 +101045,6 @@ class ScriptActivityArgs:
|
|
|
101053
101045
|
def policy(self, value: Optional[pulumi.Input['ActivityPolicyArgs']]):
|
|
101054
101046
|
pulumi.set(self, "policy", value)
|
|
101055
101047
|
|
|
101056
|
-
@property
|
|
101057
|
-
@pulumi.getter(name="returnMultistatementResult")
|
|
101058
|
-
def return_multistatement_result(self) -> Optional[Any]:
|
|
101059
|
-
"""
|
|
101060
|
-
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
101061
|
-
"""
|
|
101062
|
-
return pulumi.get(self, "return_multistatement_result")
|
|
101063
|
-
|
|
101064
|
-
@return_multistatement_result.setter
|
|
101065
|
-
def return_multistatement_result(self, value: Optional[Any]):
|
|
101066
|
-
pulumi.set(self, "return_multistatement_result", value)
|
|
101067
|
-
|
|
101068
101048
|
@property
|
|
101069
101049
|
@pulumi.getter(name="scriptBlockExecutionTimeout")
|
|
101070
101050
|
def script_block_execution_timeout(self) -> Optional[Any]:
|
|
@@ -73469,8 +73469,6 @@ class ScriptActivityResponse(dict):
|
|
|
73469
73469
|
suggest = "log_settings"
|
|
73470
73470
|
elif key == "onInactiveMarkAs":
|
|
73471
73471
|
suggest = "on_inactive_mark_as"
|
|
73472
|
-
elif key == "returnMultistatementResult":
|
|
73473
|
-
suggest = "return_multistatement_result"
|
|
73474
73472
|
elif key == "scriptBlockExecutionTimeout":
|
|
73475
73473
|
suggest = "script_block_execution_timeout"
|
|
73476
73474
|
elif key == "userProperties":
|
|
@@ -73496,7 +73494,6 @@ class ScriptActivityResponse(dict):
|
|
|
73496
73494
|
log_settings: Optional['outputs.ScriptActivityTypePropertiesResponseLogSettings'] = None,
|
|
73497
73495
|
on_inactive_mark_as: Optional[str] = None,
|
|
73498
73496
|
policy: Optional['outputs.ActivityPolicyResponse'] = None,
|
|
73499
|
-
return_multistatement_result: Optional[Any] = None,
|
|
73500
73497
|
script_block_execution_timeout: Optional[Any] = None,
|
|
73501
73498
|
scripts: Optional[Sequence['outputs.ScriptActivityScriptBlockResponse']] = None,
|
|
73502
73499
|
state: Optional[str] = None,
|
|
@@ -73512,7 +73509,6 @@ class ScriptActivityResponse(dict):
|
|
|
73512
73509
|
:param 'ScriptActivityTypePropertiesResponseLogSettings' log_settings: Log settings of script activity.
|
|
73513
73510
|
:param str on_inactive_mark_as: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
|
|
73514
73511
|
:param 'ActivityPolicyResponse' policy: Activity policy.
|
|
73515
|
-
:param Any return_multistatement_result: Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
73516
73512
|
:param Any script_block_execution_timeout: ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
73517
73513
|
:param Sequence['ScriptActivityScriptBlockResponse'] scripts: Array of script blocks. Type: array.
|
|
73518
73514
|
:param str state: Activity state. This is an optional property and if not provided, the state will be Active by default.
|
|
@@ -73531,8 +73527,6 @@ class ScriptActivityResponse(dict):
|
|
|
73531
73527
|
pulumi.set(__self__, "on_inactive_mark_as", on_inactive_mark_as)
|
|
73532
73528
|
if policy is not None:
|
|
73533
73529
|
pulumi.set(__self__, "policy", policy)
|
|
73534
|
-
if return_multistatement_result is not None:
|
|
73535
|
-
pulumi.set(__self__, "return_multistatement_result", return_multistatement_result)
|
|
73536
73530
|
if script_block_execution_timeout is not None:
|
|
73537
73531
|
pulumi.set(__self__, "script_block_execution_timeout", script_block_execution_timeout)
|
|
73538
73532
|
if scripts is not None:
|
|
@@ -73607,14 +73601,6 @@ class ScriptActivityResponse(dict):
|
|
|
73607
73601
|
"""
|
|
73608
73602
|
return pulumi.get(self, "policy")
|
|
73609
73603
|
|
|
73610
|
-
@property
|
|
73611
|
-
@pulumi.getter(name="returnMultistatementResult")
|
|
73612
|
-
def return_multistatement_result(self) -> Optional[Any]:
|
|
73613
|
-
"""
|
|
73614
|
-
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
|
|
73615
|
-
"""
|
|
73616
|
-
return pulumi.get(self, "return_multistatement_result")
|
|
73617
|
-
|
|
73618
73604
|
@property
|
|
73619
73605
|
@pulumi.getter(name="scriptBlockExecutionTimeout")
|
|
73620
73606
|
def script_block_execution_timeout(self) -> Optional[Any]:
|
|
@@ -1307,7 +1307,7 @@ class ActualCapacityInfoResponse(dict):
|
|
|
1307
1307
|
succeeded: Optional[int] = None,
|
|
1308
1308
|
total: Optional[int] = None):
|
|
1309
1309
|
"""
|
|
1310
|
-
:param int failed: Gets or sets the number of instances (scale units) which
|
|
1310
|
+
:param int failed: Gets or sets the number of instances (scale units) which Failed provisioning state and have target group payload.
|
|
1311
1311
|
:param int outdated_failed: Gets or sets the number of instances (scale units) which have Failed provisioning state but do not have target group payload.
|
|
1312
1312
|
:param int outdated_succeeded: Gets or sets the number of instances (scale units) which have Succeeded provisioning state but do not have target group payload.
|
|
1313
1313
|
:param int succeeded: Gets or sets the number of instances (scale units) which have Succeeded provisioning state and target group payload.
|
|
@@ -1338,7 +1338,7 @@ class ActualCapacityInfoResponse(dict):
|
|
|
1338
1338
|
@pulumi.getter
|
|
1339
1339
|
def failed(self) -> Optional[int]:
|
|
1340
1340
|
"""
|
|
1341
|
-
Gets or sets the number of instances (scale units) which
|
|
1341
|
+
Gets or sets the number of instances (scale units) which Failed provisioning state and have target group payload.
|
|
1342
1342
|
"""
|
|
1343
1343
|
return pulumi.get(self, "failed")
|
|
1344
1344
|
|
|
@@ -52,11 +52,8 @@ if typing.TYPE_CHECKING:
|
|
|
52
52
|
v20230606 = __v20230606
|
|
53
53
|
import pulumi_azure_native.offazure.v20231001preview as __v20231001preview
|
|
54
54
|
v20231001preview = __v20231001preview
|
|
55
|
-
import pulumi_azure_native.offazure.v20240501preview as __v20240501preview
|
|
56
|
-
v20240501preview = __v20240501preview
|
|
57
55
|
else:
|
|
58
56
|
v20200707 = _utilities.lazy_import('pulumi_azure_native.offazure.v20200707')
|
|
59
57
|
v20230606 = _utilities.lazy_import('pulumi_azure_native.offazure.v20230606')
|
|
60
58
|
v20231001preview = _utilities.lazy_import('pulumi_azure_native.offazure.v20231001preview')
|
|
61
|
-
v20240501preview = _utilities.lazy_import('pulumi_azure_native.offazure.v20240501preview')
|
|
62
59
|
|
|
@@ -202,7 +202,7 @@ def get_hyperv_cluster_controller_cluster(cluster_name: Optional[str] = None,
|
|
|
202
202
|
Method to get a Hyper-V cluster.
|
|
203
203
|
Azure REST API version: 2023-06-06.
|
|
204
204
|
|
|
205
|
-
Other available API versions: 2023-10-01-preview
|
|
205
|
+
Other available API versions: 2023-10-01-preview.
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
:param str cluster_name: Cluster ARM name
|
|
@@ -238,7 +238,7 @@ def get_hyperv_cluster_controller_cluster_output(cluster_name: Optional[pulumi.I
|
|
|
238
238
|
Method to get a Hyper-V cluster.
|
|
239
239
|
Azure REST API version: 2023-06-06.
|
|
240
240
|
|
|
241
|
-
Other available API versions: 2023-10-01-preview
|
|
241
|
+
Other available API versions: 2023-10-01-preview.
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
:param str cluster_name: Cluster ARM name
|
|
@@ -178,7 +178,7 @@ def get_hyperv_host_controller(host_name: Optional[str] = None,
|
|
|
178
178
|
Get a HypervHost
|
|
179
179
|
Azure REST API version: 2023-06-06.
|
|
180
180
|
|
|
181
|
-
Other available API versions: 2023-10-01-preview
|
|
181
|
+
Other available API versions: 2023-10-01-preview.
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
:param str host_name: Host name
|
|
@@ -212,7 +212,7 @@ def get_hyperv_host_controller_output(host_name: Optional[pulumi.Input[str]] = N
|
|
|
212
212
|
Get a HypervHost
|
|
213
213
|
Azure REST API version: 2023-06-06.
|
|
214
214
|
|
|
215
|
-
Other available API versions: 2023-10-01-preview
|
|
215
|
+
Other available API versions: 2023-10-01-preview.
|
|
216
216
|
|
|
217
217
|
|
|
218
218
|
:param str host_name: Host name
|
|
@@ -203,7 +203,7 @@ def get_hyperv_sites_controller(resource_group_name: Optional[str] = None,
|
|
|
203
203
|
Get a HypervSite
|
|
204
204
|
Azure REST API version: 2023-06-06.
|
|
205
205
|
|
|
206
|
-
Other available API versions: 2023-10-01-preview
|
|
206
|
+
Other available API versions: 2023-10-01-preview.
|
|
207
207
|
|
|
208
208
|
|
|
209
209
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -236,7 +236,7 @@ def get_hyperv_sites_controller_output(resource_group_name: Optional[pulumi.Inpu
|
|
|
236
236
|
Get a HypervSite
|
|
237
237
|
Azure REST API version: 2023-06-06.
|
|
238
238
|
|
|
239
|
-
Other available API versions: 2023-10-01-preview
|
|
239
|
+
Other available API versions: 2023-10-01-preview.
|
|
240
240
|
|
|
241
241
|
|
|
242
242
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -165,7 +165,7 @@ def get_import_sites_controller(resource_group_name: Optional[str] = None,
|
|
|
165
165
|
Get a ImportSite
|
|
166
166
|
Azure REST API version: 2023-06-06.
|
|
167
167
|
|
|
168
|
-
Other available API versions: 2023-10-01-preview
|
|
168
|
+
Other available API versions: 2023-10-01-preview.
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -195,7 +195,7 @@ def get_import_sites_controller_output(resource_group_name: Optional[pulumi.Inpu
|
|
|
195
195
|
Get a ImportSite
|
|
196
196
|
Azure REST API version: 2023-06-06.
|
|
197
197
|
|
|
198
|
-
Other available API versions: 2023-10-01-preview
|
|
198
|
+
Other available API versions: 2023-10-01-preview.
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -204,7 +204,7 @@ def get_master_sites_controller(resource_group_name: Optional[str] = None,
|
|
|
204
204
|
Get a MasterSite
|
|
205
205
|
Azure REST API version: 2023-06-06.
|
|
206
206
|
|
|
207
|
-
Other available API versions: 2023-10-01-preview
|
|
207
|
+
Other available API versions: 2023-10-01-preview.
|
|
208
208
|
|
|
209
209
|
|
|
210
210
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -237,7 +237,7 @@ def get_master_sites_controller_output(resource_group_name: Optional[pulumi.Inpu
|
|
|
237
237
|
Get a MasterSite
|
|
238
238
|
Azure REST API version: 2023-06-06.
|
|
239
239
|
|
|
240
|
-
Other available API versions: 2023-10-01-preview
|
|
240
|
+
Other available API versions: 2023-10-01-preview.
|
|
241
241
|
|
|
242
242
|
|
|
243
243
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -142,7 +142,7 @@ def get_private_endpoint_connection_controller(pe_connection_name: Optional[str]
|
|
|
142
142
|
Gets the private link resource.
|
|
143
143
|
Azure REST API version: 2023-06-06.
|
|
144
144
|
|
|
145
|
-
Other available API versions: 2023-10-01-preview
|
|
145
|
+
Other available API versions: 2023-10-01-preview.
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
:param str pe_connection_name: Private link resource name.
|
|
@@ -173,7 +173,7 @@ def get_private_endpoint_connection_controller_output(pe_connection_name: Option
|
|
|
173
173
|
Gets the private link resource.
|
|
174
174
|
Azure REST API version: 2023-06-06.
|
|
175
175
|
|
|
176
|
-
Other available API versions: 2023-10-01-preview
|
|
176
|
+
Other available API versions: 2023-10-01-preview.
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
:param str pe_connection_name: Private link resource name.
|
|
@@ -203,7 +203,7 @@ def get_server_sites_controller(resource_group_name: Optional[str] = None,
|
|
|
203
203
|
Get a ServerSiteResource
|
|
204
204
|
Azure REST API version: 2023-06-06.
|
|
205
205
|
|
|
206
|
-
Other available API versions: 2023-10-01-preview
|
|
206
|
+
Other available API versions: 2023-10-01-preview.
|
|
207
207
|
|
|
208
208
|
|
|
209
209
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -236,7 +236,7 @@ def get_server_sites_controller_output(resource_group_name: Optional[pulumi.Inpu
|
|
|
236
236
|
Get a ServerSiteResource
|
|
237
237
|
Azure REST API version: 2023-06-06.
|
|
238
238
|
|
|
239
|
-
Other available API versions: 2023-10-01-preview
|
|
239
|
+
Other available API versions: 2023-10-01-preview.
|
|
240
240
|
|
|
241
241
|
|
|
242
242
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -215,7 +215,7 @@ def get_sites_controller(resource_group_name: Optional[str] = None,
|
|
|
215
215
|
Get a VmwareSite
|
|
216
216
|
Azure REST API version: 2023-06-06.
|
|
217
217
|
|
|
218
|
-
Other available API versions: 2023-10-01-preview
|
|
218
|
+
Other available API versions: 2023-10-01-preview.
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -249,7 +249,7 @@ def get_sites_controller_output(resource_group_name: Optional[pulumi.Input[str]]
|
|
|
249
249
|
Get a VmwareSite
|
|
250
250
|
Azure REST API version: 2023-06-06.
|
|
251
251
|
|
|
252
|
-
Other available API versions: 2023-10-01-preview
|
|
252
|
+
Other available API versions: 2023-10-01-preview.
|
|
253
253
|
|
|
254
254
|
|
|
255
255
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -119,7 +119,7 @@ def get_sql_discovery_site_data_source_controller(discovery_site_data_source_nam
|
|
|
119
119
|
Get a SqlDiscoverySiteDataSource
|
|
120
120
|
Azure REST API version: 2023-06-06.
|
|
121
121
|
|
|
122
|
-
Other available API versions: 2023-10-01-preview
|
|
122
|
+
Other available API versions: 2023-10-01-preview.
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
:param str discovery_site_data_source_name: SQL Discovery site data source name.
|
|
@@ -151,7 +151,7 @@ def get_sql_discovery_site_data_source_controller_output(discovery_site_data_sou
|
|
|
151
151
|
Get a SqlDiscoverySiteDataSource
|
|
152
152
|
Azure REST API version: 2023-06-06.
|
|
153
153
|
|
|
154
|
-
Other available API versions: 2023-10-01-preview
|
|
154
|
+
Other available API versions: 2023-10-01-preview.
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
:param str discovery_site_data_source_name: SQL Discovery site data source name.
|
|
@@ -144,7 +144,7 @@ def get_sql_sites_controller(resource_group_name: Optional[str] = None,
|
|
|
144
144
|
Method to get a site.
|
|
145
145
|
Azure REST API version: 2023-06-06.
|
|
146
146
|
|
|
147
|
-
Other available API versions: 2023-10-01-preview
|
|
147
|
+
Other available API versions: 2023-10-01-preview.
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -175,7 +175,7 @@ def get_sql_sites_controller_output(resource_group_name: Optional[pulumi.Input[s
|
|
|
175
175
|
Method to get a site.
|
|
176
176
|
Azure REST API version: 2023-06-06.
|
|
177
177
|
|
|
178
|
-
Other available API versions: 2023-10-01-preview
|
|
178
|
+
Other available API versions: 2023-10-01-preview.
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -226,7 +226,7 @@ def get_vcenter_controller(resource_group_name: Optional[str] = None,
|
|
|
226
226
|
Get a Vcenter
|
|
227
227
|
Azure REST API version: 2023-06-06.
|
|
228
228
|
|
|
229
|
-
Other available API versions: 2023-10-01-preview
|
|
229
|
+
Other available API versions: 2023-10-01-preview.
|
|
230
230
|
|
|
231
231
|
|
|
232
232
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -264,7 +264,7 @@ def get_vcenter_controller_output(resource_group_name: Optional[pulumi.Input[str
|
|
|
264
264
|
Get a Vcenter
|
|
265
265
|
Azure REST API version: 2023-06-06.
|
|
266
266
|
|
|
267
|
-
Other available API versions: 2023-10-01-preview
|
|
267
|
+
Other available API versions: 2023-10-01-preview.
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|