pulumi-azure-native 2.77.0a1733941988__py3-none-any.whl → 2.78.0__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 +65 -16
- pulumi_azure_native/alertsmanagement/__init__.py +0 -6
- pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +1 -5
- pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +0 -4
- pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
- pulumi_azure_native/automation/__init__.py +3 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +5 -1
- 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 +5 -1
- 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/v20241023/__init__.py +58 -0
- pulumi_azure_native/automation/v20241023/_enums.py +157 -0
- pulumi_azure_native/automation/v20241023/_inputs.py +2602 -0
- pulumi_azure_native/automation/v20241023/automation_account.py +473 -0
- pulumi_azure_native/automation/v20241023/certificate.py +348 -0
- pulumi_azure_native/automation/v20241023/connection.py +319 -0
- pulumi_azure_native/automation/v20241023/connection_type.py +290 -0
- pulumi_azure_native/automation/v20241023/credential.py +310 -0
- pulumi_azure_native/automation/v20241023/dsc_configuration.py +476 -0
- pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +350 -0
- pulumi_azure_native/automation/v20241023/get_automation_account.py +339 -0
- pulumi_azure_native/automation/v20241023/get_certificate.py +219 -0
- pulumi_azure_native/automation/v20241023/get_connection.py +205 -0
- pulumi_azure_native/automation/v20241023/get_connection_type.py +191 -0
- pulumi_azure_native/automation/v20241023/get_credential.py +191 -0
- pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +317 -0
- pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +219 -0
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +253 -0
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +191 -0
- pulumi_azure_native/automation/v20241023/get_job_schedule.py +191 -0
- pulumi_azure_native/automation/v20241023/get_module.py +331 -0
- pulumi_azure_native/automation/v20241023/get_package.py +267 -0
- pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/automation/v20241023/get_python2_package.py +331 -0
- pulumi_azure_native/automation/v20241023/get_python3_package.py +331 -0
- pulumi_azure_native/automation/v20241023/get_runbook.py +401 -0
- pulumi_azure_native/automation/v20241023/get_runtime_environment.py +219 -0
- pulumi_azure_native/automation/v20241023/get_schedule.py +331 -0
- pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +247 -0
- pulumi_azure_native/automation/v20241023/get_source_control.py +261 -0
- pulumi_azure_native/automation/v20241023/get_variable.py +205 -0
- pulumi_azure_native/automation/v20241023/get_watcher.py +303 -0
- pulumi_azure_native/automation/v20241023/get_webhook.py +289 -0
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +310 -0
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +269 -0
- pulumi_azure_native/automation/v20241023/job_schedule.py +308 -0
- pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +101 -0
- pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +84 -0
- pulumi_azure_native/automation/v20241023/module.py +408 -0
- pulumi_azure_native/automation/v20241023/outputs.py +2492 -0
- pulumi_azure_native/automation/v20241023/package.py +341 -0
- pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +278 -0
- pulumi_azure_native/automation/v20241023/python2_package.py +370 -0
- pulumi_azure_native/automation/v20241023/python3_package.py +370 -0
- pulumi_azure_native/automation/v20241023/runbook.py +592 -0
- pulumi_azure_native/automation/v20241023/runtime_environment.py +364 -0
- pulumi_azure_native/automation/v20241023/schedule.py +487 -0
- pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +350 -0
- pulumi_azure_native/automation/v20241023/source_control.py +435 -0
- pulumi_azure_native/automation/v20241023/variable.py +317 -0
- pulumi_azure_native/automation/v20241023/watcher.py +443 -0
- pulumi_azure_native/automation/v20241023/webhook.py +435 -0
- 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 +20 -0
- pulumi_azure_native/datafactory/outputs.py +14 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
- pulumi_azure_native/offazure/__init__.py +3 -0
- 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/v20240501preview/__init__.py +39 -0
- pulumi_azure_native/offazure/v20240501preview/_enums.py +115 -0
- pulumi_azure_native/offazure/v20240501preview/_inputs.py +410 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +261 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +233 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +257 -0
- pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +213 -0
- pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +258 -0
- pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +191 -0
- pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +257 -0
- pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +271 -0
- pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +169 -0
- pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +193 -0
- pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +289 -0
- pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +169 -0
- pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +193 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +357 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +318 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +402 -0
- pulumi_azure_native/{alertsmanagement/v20240301preview/alert_processing_rule_by_name.py → offazure/v20240501preview/import_sites_controller.py} +115 -67
- pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +386 -0
- pulumi_azure_native/offazure/v20240501preview/outputs.py +972 -0
- pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +251 -0
- pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +382 -0
- pulumi_azure_native/offazure/v20240501preview/sites_controller.py +392 -0
- pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +250 -0
- pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +278 -0
- pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +396 -0
- pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +250 -0
- pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +278 -0
- 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 +1 -0
- pulumi_azure_native/recoveryservices/v20241001/_inputs.py +20 -0
- pulumi_azure_native/recoveryservices/v20241001/outputs.py +14 -0
- pulumi_azure_native/resources/__init__.py +3 -0
- 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/resources/v20241101/__init__.py +26 -0
- pulumi_azure_native/resources/v20241101/_enums.py +74 -0
- pulumi_azure_native/resources/v20241101/_inputs.py +1102 -0
- pulumi_azure_native/{alertsmanagement/v20230501preview/alert_processing_rule_by_name.py → resources/v20241101/deployment.py} +68 -77
- pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_scope.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +228 -0
- pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +228 -0
- pulumi_azure_native/{alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py → resources/v20241101/get_deployment.py} +35 -49
- pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +151 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +151 -0
- pulumi_azure_native/resources/v20241101/get_resource.py +259 -0
- pulumi_azure_native/{alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py → resources/v20241101/get_resource_group.py} +42 -48
- pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +123 -0
- pulumi_azure_native/resources/v20241101/outputs.py +1952 -0
- pulumi_azure_native/resources/v20241101/resource.py +485 -0
- pulumi_azure_native/resources/v20241101/resource_group.py +235 -0
- pulumi_azure_native/resources/v20241101/tag_at_scope.py +170 -0
- {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/METADATA +3 -3
- {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/RECORD +348 -255
- pulumi_azure_native/alertsmanagement/v20230501preview/__init__.py +0 -12
- pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py +0 -80
- pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py +0 -868
- pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py +0 -795
- pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +0 -12
- pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
- pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -965
- pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -877
- {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.77.0a1733941988.dist-info → pulumi_azure_native-2.78.0.dist-info}/top_level.txt +0 -0
|
@@ -250,7 +250,7 @@ def get_module(automation_account_name: Optional[str] = None,
|
|
|
250
250
|
Retrieve the module identified by module name.
|
|
251
251
|
Azure REST API version: 2022-08-08.
|
|
252
252
|
|
|
253
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
253
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -290,7 +290,7 @@ def get_module_output(automation_account_name: Optional[pulumi.Input[str]] = Non
|
|
|
290
290
|
Retrieve the module identified by module name.
|
|
291
291
|
Azure REST API version: 2022-08-08.
|
|
292
292
|
|
|
293
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
293
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
294
294
|
|
|
295
295
|
|
|
296
296
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -203,6 +203,8 @@ def get_package(automation_account_name: Optional[str] = None,
|
|
|
203
203
|
Retrieve the Package identified by Package name.
|
|
204
204
|
Azure REST API version: 2023-05-15-preview.
|
|
205
205
|
|
|
206
|
+
Other available API versions: 2024-10-23.
|
|
207
|
+
|
|
206
208
|
|
|
207
209
|
:param str automation_account_name: The name of the automation account.
|
|
208
210
|
:param str package_name: The Package name.
|
|
@@ -240,6 +242,8 @@ def get_package_output(automation_account_name: Optional[pulumi.Input[str]] = No
|
|
|
240
242
|
Retrieve the Package identified by Package name.
|
|
241
243
|
Azure REST API version: 2023-05-15-preview.
|
|
242
244
|
|
|
245
|
+
Other available API versions: 2024-10-23.
|
|
246
|
+
|
|
243
247
|
|
|
244
248
|
:param str automation_account_name: The name of the automation account.
|
|
245
249
|
:param str package_name: The Package name.
|
|
@@ -118,7 +118,7 @@ def get_private_endpoint_connection(automation_account_name: Optional[str] = Non
|
|
|
118
118
|
Gets a private endpoint connection.
|
|
119
119
|
Azure REST API version: 2020-01-13-preview.
|
|
120
120
|
|
|
121
|
-
Other available API versions: 2023-05-15-preview.
|
|
121
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -147,7 +147,7 @@ def get_private_endpoint_connection_output(automation_account_name: Optional[pul
|
|
|
147
147
|
Gets a private endpoint connection.
|
|
148
148
|
Azure REST API version: 2020-01-13-preview.
|
|
149
149
|
|
|
150
|
-
Other available API versions: 2023-05-15-preview.
|
|
150
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
151
151
|
|
|
152
152
|
|
|
153
153
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -250,7 +250,7 @@ def get_python2_package(automation_account_name: Optional[str] = None,
|
|
|
250
250
|
Retrieve the python 2 package identified by package name.
|
|
251
251
|
Azure REST API version: 2022-08-08.
|
|
252
252
|
|
|
253
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
253
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -290,7 +290,7 @@ def get_python2_package_output(automation_account_name: Optional[pulumi.Input[st
|
|
|
290
290
|
Retrieve the python 2 package identified by package name.
|
|
291
291
|
Azure REST API version: 2022-08-08.
|
|
292
292
|
|
|
293
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
293
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
294
294
|
|
|
295
295
|
|
|
296
296
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -250,7 +250,7 @@ def get_python3_package(automation_account_name: Optional[str] = None,
|
|
|
250
250
|
Retrieve the python 3 package identified by package name.
|
|
251
251
|
Azure REST API version: 2022-08-08.
|
|
252
252
|
|
|
253
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
253
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -290,7 +290,7 @@ def get_python3_package_output(automation_account_name: Optional[pulumi.Input[st
|
|
|
290
290
|
Retrieve the python 3 package identified by package name.
|
|
291
291
|
Azure REST API version: 2022-08-08.
|
|
292
292
|
|
|
293
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
293
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
294
294
|
|
|
295
295
|
|
|
296
296
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -298,7 +298,7 @@ def get_runbook(automation_account_name: Optional[str] = None,
|
|
|
298
298
|
Retrieve the runbook identified by runbook name.
|
|
299
299
|
Azure REST API version: 2022-08-08.
|
|
300
300
|
|
|
301
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
301
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
302
302
|
|
|
303
303
|
|
|
304
304
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -342,7 +342,7 @@ def get_runbook_output(automation_account_name: Optional[pulumi.Input[str]] = No
|
|
|
342
342
|
Retrieve the runbook identified by runbook name.
|
|
343
343
|
Azure REST API version: 2022-08-08.
|
|
344
344
|
|
|
345
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
345
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
346
346
|
|
|
347
347
|
|
|
348
348
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -166,6 +166,8 @@ def get_runtime_environment(automation_account_name: Optional[str] = None,
|
|
|
166
166
|
Get information about the Runtime Environment
|
|
167
167
|
Azure REST API version: 2023-05-15-preview.
|
|
168
168
|
|
|
169
|
+
Other available API versions: 2024-10-23.
|
|
170
|
+
|
|
169
171
|
|
|
170
172
|
:param str automation_account_name: The name of the automation account.
|
|
171
173
|
:param str resource_group_name: Name of an Azure Resource group.
|
|
@@ -197,6 +199,8 @@ def get_runtime_environment_output(automation_account_name: Optional[pulumi.Inpu
|
|
|
197
199
|
Get information about the Runtime Environment
|
|
198
200
|
Azure REST API version: 2023-05-15-preview.
|
|
199
201
|
|
|
202
|
+
Other available API versions: 2024-10-23.
|
|
203
|
+
|
|
200
204
|
|
|
201
205
|
:param str automation_account_name: The name of the automation account.
|
|
202
206
|
:param str resource_group_name: Name of an Azure Resource group.
|
|
@@ -250,7 +250,7 @@ def get_schedule(automation_account_name: Optional[str] = None,
|
|
|
250
250
|
Retrieve the schedule identified by schedule name.
|
|
251
251
|
Azure REST API version: 2022-08-08.
|
|
252
252
|
|
|
253
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
253
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -290,7 +290,7 @@ def get_schedule_output(automation_account_name: Optional[pulumi.Input[str]] = N
|
|
|
290
290
|
Retrieve the schedule identified by schedule name.
|
|
291
291
|
Azure REST API version: 2022-08-08.
|
|
292
292
|
|
|
293
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
293
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
294
294
|
|
|
295
295
|
|
|
296
296
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -190,7 +190,7 @@ def get_software_update_configuration_by_name(automation_account_name: Optional[
|
|
|
190
190
|
Get a single software update configuration by name.
|
|
191
191
|
Azure REST API version: 2019-06-01.
|
|
192
192
|
|
|
193
|
-
Other available API versions: 2017-05-15-preview, 2023-05-15-preview.
|
|
193
|
+
Other available API versions: 2017-05-15-preview, 2023-05-15-preview, 2024-10-23.
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -225,7 +225,7 @@ def get_software_update_configuration_by_name_output(automation_account_name: Op
|
|
|
225
225
|
Get a single software update configuration by name.
|
|
226
226
|
Azure REST API version: 2019-06-01.
|
|
227
227
|
|
|
228
|
-
Other available API versions: 2017-05-15-preview, 2023-05-15-preview.
|
|
228
|
+
Other available API versions: 2017-05-15-preview, 2023-05-15-preview, 2024-10-23.
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -189,7 +189,7 @@ def get_source_control(automation_account_name: Optional[str] = None,
|
|
|
189
189
|
Retrieve the source control identified by source control name.
|
|
190
190
|
Azure REST API version: 2022-08-08.
|
|
191
191
|
|
|
192
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
192
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -224,7 +224,7 @@ def get_source_control_output(automation_account_name: Optional[pulumi.Input[str
|
|
|
224
224
|
Retrieve the source control identified by source control name.
|
|
225
225
|
Azure REST API version: 2022-08-08.
|
|
226
226
|
|
|
227
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
227
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -141,7 +141,7 @@ def get_variable(automation_account_name: Optional[str] = None,
|
|
|
141
141
|
Retrieve the variable identified by variable name.
|
|
142
142
|
Azure REST API version: 2022-08-08.
|
|
143
143
|
|
|
144
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
144
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -172,7 +172,7 @@ def get_variable_output(automation_account_name: Optional[pulumi.Input[str]] = N
|
|
|
172
172
|
Retrieve the variable identified by variable name.
|
|
173
173
|
Azure REST API version: 2022-08-08.
|
|
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, 2024-10-23.
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -225,7 +225,7 @@ def get_watcher(automation_account_name: Optional[str] = None,
|
|
|
225
225
|
Retrieve the watcher identified by watcher name.
|
|
226
226
|
Azure REST API version: 2020-01-13-preview.
|
|
227
227
|
|
|
228
|
-
Other available API versions: 2023-05-15-preview.
|
|
228
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -263,7 +263,7 @@ def get_watcher_output(automation_account_name: Optional[pulumi.Input[str]] = No
|
|
|
263
263
|
Retrieve the watcher identified by watcher name.
|
|
264
264
|
Azure REST API version: 2020-01-13-preview.
|
|
265
265
|
|
|
266
|
-
Other available API versions: 2023-05-15-preview.
|
|
266
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -214,7 +214,7 @@ def get_webhook(automation_account_name: Optional[str] = None,
|
|
|
214
214
|
Retrieve the webhook identified by webhook name.
|
|
215
215
|
Azure REST API version: 2015-10-31.
|
|
216
216
|
|
|
217
|
-
Other available API versions: 2023-05-15-preview.
|
|
217
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
218
218
|
|
|
219
219
|
|
|
220
220
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -251,7 +251,7 @@ def get_webhook_output(automation_account_name: Optional[pulumi.Input[str]] = No
|
|
|
251
251
|
Retrieve the webhook identified by webhook name.
|
|
252
252
|
Azure REST API version: 2015-10-31.
|
|
253
253
|
|
|
254
|
-
Other available API versions: 2023-05-15-preview.
|
|
254
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -134,7 +134,7 @@ class HybridRunbookWorker(pulumi.CustomResource):
|
|
|
134
134
|
Definition of hybrid runbook worker.
|
|
135
135
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2021-06-22.
|
|
136
136
|
|
|
137
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
137
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
138
138
|
|
|
139
139
|
:param str resource_name: The name of the resource.
|
|
140
140
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -155,7 +155,7 @@ class HybridRunbookWorker(pulumi.CustomResource):
|
|
|
155
155
|
Definition of hybrid runbook worker.
|
|
156
156
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2021-06-22.
|
|
157
157
|
|
|
158
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
158
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
159
159
|
|
|
160
160
|
:param str resource_name: The name of the resource.
|
|
161
161
|
:param HybridRunbookWorkerArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -206,7 +206,7 @@ class HybridRunbookWorker(pulumi.CustomResource):
|
|
|
206
206
|
__props__.__dict__["type"] = None
|
|
207
207
|
__props__.__dict__["worker_name"] = None
|
|
208
208
|
__props__.__dict__["worker_type"] = None
|
|
209
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20210622:HybridRunbookWorker"), pulumi.Alias(type_="azure-native:automation/v20220808:HybridRunbookWorker"), pulumi.Alias(type_="azure-native:automation/v20230515preview:HybridRunbookWorker"), pulumi.Alias(type_="azure-native:automation/v20231101:HybridRunbookWorker")])
|
|
209
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20210622:HybridRunbookWorker"), pulumi.Alias(type_="azure-native:automation/v20220808:HybridRunbookWorker"), pulumi.Alias(type_="azure-native:automation/v20230515preview:HybridRunbookWorker"), pulumi.Alias(type_="azure-native:automation/v20231101:HybridRunbookWorker"), pulumi.Alias(type_="azure-native:automation/v20241023:HybridRunbookWorker")])
|
|
210
210
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
211
211
|
super(HybridRunbookWorker, __self__).__init__(
|
|
212
212
|
'azure-native:automation:HybridRunbookWorker',
|
|
@@ -119,7 +119,7 @@ class HybridRunbookWorkerGroup(pulumi.CustomResource):
|
|
|
119
119
|
Definition of hybrid runbook worker group.
|
|
120
120
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2021-06-22.
|
|
121
121
|
|
|
122
|
-
Other available API versions: 2021-06-22, 2023-05-15-preview, 2023-11-01.
|
|
122
|
+
Other available API versions: 2021-06-22, 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
123
123
|
|
|
124
124
|
:param str resource_name: The name of the resource.
|
|
125
125
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -139,7 +139,7 @@ class HybridRunbookWorkerGroup(pulumi.CustomResource):
|
|
|
139
139
|
Definition of hybrid runbook worker group.
|
|
140
140
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2021-06-22.
|
|
141
141
|
|
|
142
|
-
Other available API versions: 2021-06-22, 2023-05-15-preview, 2023-11-01.
|
|
142
|
+
Other available API versions: 2021-06-22, 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
143
143
|
|
|
144
144
|
:param str resource_name: The name of the resource.
|
|
145
145
|
:param HybridRunbookWorkerGroupArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -182,7 +182,7 @@ class HybridRunbookWorkerGroup(pulumi.CustomResource):
|
|
|
182
182
|
__props__.__dict__["group_type"] = None
|
|
183
183
|
__props__.__dict__["system_data"] = None
|
|
184
184
|
__props__.__dict__["type"] = None
|
|
185
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20210622:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20220222:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20220808:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20230515preview:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20231101:HybridRunbookWorkerGroup")])
|
|
185
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20210622:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20220222:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20220808:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20230515preview:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20231101:HybridRunbookWorkerGroup"), pulumi.Alias(type_="azure-native:automation/v20241023:HybridRunbookWorkerGroup")])
|
|
186
186
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
187
187
|
super(HybridRunbookWorkerGroup, __self__).__init__(
|
|
188
188
|
'azure-native:automation:HybridRunbookWorkerGroup',
|
|
@@ -151,7 +151,7 @@ class JobSchedule(pulumi.CustomResource):
|
|
|
151
151
|
Definition of the job schedule.
|
|
152
152
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
153
153
|
|
|
154
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
154
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
155
155
|
|
|
156
156
|
:param str resource_name: The name of the resource.
|
|
157
157
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -173,7 +173,7 @@ class JobSchedule(pulumi.CustomResource):
|
|
|
173
173
|
Definition of the job schedule.
|
|
174
174
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
175
175
|
|
|
176
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
176
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
177
177
|
|
|
178
178
|
:param str resource_name: The name of the resource.
|
|
179
179
|
:param JobScheduleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -223,7 +223,7 @@ class JobSchedule(pulumi.CustomResource):
|
|
|
223
223
|
__props__.__dict__["schedule"] = schedule
|
|
224
224
|
__props__.__dict__["name"] = None
|
|
225
225
|
__props__.__dict__["type"] = None
|
|
226
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20190601:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20200113preview:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20220808:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20230515preview:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20231101:JobSchedule")])
|
|
226
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20151031:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20190601:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20200113preview:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20220808:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20230515preview:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20231101:JobSchedule"), pulumi.Alias(type_="azure-native:automation/v20241023:JobSchedule")])
|
|
227
227
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
228
228
|
super(JobSchedule, __self__).__init__(
|
|
229
229
|
'azure-native:automation:JobSchedule',
|
|
@@ -69,6 +69,8 @@ def list_automation_account_deleted_runbooks(automation_account_name: Optional[s
|
|
|
69
69
|
Retrieve the deleted runbooks for an automation account.
|
|
70
70
|
Azure REST API version: 2023-05-15-preview.
|
|
71
71
|
|
|
72
|
+
Other available API versions: 2024-10-23.
|
|
73
|
+
|
|
72
74
|
|
|
73
75
|
:param str automation_account_name: The name of the automation account.
|
|
74
76
|
:param str resource_group_name: Name of an Azure Resource group.
|
|
@@ -89,6 +91,8 @@ def list_automation_account_deleted_runbooks_output(automation_account_name: Opt
|
|
|
89
91
|
Retrieve the deleted runbooks for an automation account.
|
|
90
92
|
Azure REST API version: 2023-05-15-preview.
|
|
91
93
|
|
|
94
|
+
Other available API versions: 2024-10-23.
|
|
95
|
+
|
|
92
96
|
|
|
93
97
|
:param str automation_account_name: The name of the automation account.
|
|
94
98
|
:param str resource_group_name: Name of an Azure Resource group.
|
|
@@ -54,7 +54,7 @@ def list_key_by_automation_account(automation_account_name: Optional[str] = None
|
|
|
54
54
|
Retrieve the automation keys for an account.
|
|
55
55
|
Azure REST API version: 2022-08-08.
|
|
56
56
|
|
|
57
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
57
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -75,7 +75,7 @@ def list_key_by_automation_account_output(automation_account_name: Optional[pulu
|
|
|
75
75
|
Retrieve the automation keys for an account.
|
|
76
76
|
Azure REST API version: 2022-08-08.
|
|
77
77
|
|
|
78
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
78
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
:param str automation_account_name: The name of the automation account.
|
|
@@ -152,7 +152,7 @@ class Module(pulumi.CustomResource):
|
|
|
152
152
|
Definition of the module type.
|
|
153
153
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
154
154
|
|
|
155
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
155
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
156
156
|
|
|
157
157
|
:param str resource_name: The name of the resource.
|
|
158
158
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -174,7 +174,7 @@ class Module(pulumi.CustomResource):
|
|
|
174
174
|
Definition of the module type.
|
|
175
175
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
176
176
|
|
|
177
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
177
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
178
178
|
|
|
179
179
|
:param str resource_name: The name of the resource.
|
|
180
180
|
:param ModuleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -232,7 +232,7 @@ class Module(pulumi.CustomResource):
|
|
|
232
232
|
__props__.__dict__["size_in_bytes"] = None
|
|
233
233
|
__props__.__dict__["type"] = None
|
|
234
234
|
__props__.__dict__["version"] = None
|
|
235
|
-
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Module")])
|
|
235
|
+
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Module"), pulumi.Alias(type_="azure-native:automation/v20241023:Module")])
|
|
236
236
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
237
237
|
super(Module, __self__).__init__(
|
|
238
238
|
'azure-native:automation:Module',
|
|
@@ -134,6 +134,8 @@ class Package(pulumi.CustomResource):
|
|
|
134
134
|
Definition of the Package type.
|
|
135
135
|
Azure REST API version: 2023-05-15-preview.
|
|
136
136
|
|
|
137
|
+
Other available API versions: 2024-10-23.
|
|
138
|
+
|
|
137
139
|
:param str resource_name: The name of the resource.
|
|
138
140
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
139
141
|
:param pulumi.Input[Union['TrackedResourceArgs', 'TrackedResourceArgsDict']] all_of: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'
|
|
@@ -153,6 +155,8 @@ class Package(pulumi.CustomResource):
|
|
|
153
155
|
Definition of the Package type.
|
|
154
156
|
Azure REST API version: 2023-05-15-preview.
|
|
155
157
|
|
|
158
|
+
Other available API versions: 2024-10-23.
|
|
159
|
+
|
|
156
160
|
:param str resource_name: The name of the resource.
|
|
157
161
|
:param PackageArgs args: The arguments to use to populate this resource's properties.
|
|
158
162
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -207,7 +211,7 @@ class Package(pulumi.CustomResource):
|
|
|
207
211
|
__props__.__dict__["tags"] = None
|
|
208
212
|
__props__.__dict__["type"] = None
|
|
209
213
|
__props__.__dict__["version"] = None
|
|
210
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20230515preview:Package")])
|
|
214
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20230515preview:Package"), pulumi.Alias(type_="azure-native:automation/v20241023:Package")])
|
|
211
215
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
212
216
|
super(Package, __self__).__init__(
|
|
213
217
|
'azure-native:automation:Package',
|
|
@@ -136,7 +136,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
136
136
|
A private endpoint connection
|
|
137
137
|
Azure REST API version: 2020-01-13-preview. Prior API version in Azure Native 1.x: 2020-01-13-preview.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2023-05-15-preview.
|
|
139
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
140
140
|
|
|
141
141
|
:param str resource_name: The name of the resource.
|
|
142
142
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -157,7 +157,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
157
157
|
A private endpoint connection
|
|
158
158
|
Azure REST API version: 2020-01-13-preview. Prior API version in Azure Native 1.x: 2020-01-13-preview.
|
|
159
159
|
|
|
160
|
-
Other available API versions: 2023-05-15-preview.
|
|
160
|
+
Other available API versions: 2023-05-15-preview, 2024-10-23.
|
|
161
161
|
|
|
162
162
|
:param str resource_name: The name of the resource.
|
|
163
163
|
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -201,7 +201,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
|
|
|
201
201
|
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
202
202
|
__props__.__dict__["name"] = None
|
|
203
203
|
__props__.__dict__["type"] = None
|
|
204
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20200113preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:automation/v20230515preview:PrivateEndpointConnection")])
|
|
204
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20200113preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:automation/v20230515preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:automation/v20241023:PrivateEndpointConnection")])
|
|
205
205
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
206
206
|
super(PrivateEndpointConnection, __self__).__init__(
|
|
207
207
|
'azure-native:automation:PrivateEndpointConnection',
|
|
@@ -118,7 +118,7 @@ class Python2Package(pulumi.CustomResource):
|
|
|
118
118
|
Definition of the module type.
|
|
119
119
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
120
120
|
|
|
121
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
121
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
122
122
|
|
|
123
123
|
:param str resource_name: The name of the resource.
|
|
124
124
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -138,7 +138,7 @@ class Python2Package(pulumi.CustomResource):
|
|
|
138
138
|
Definition of the module type.
|
|
139
139
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
140
140
|
|
|
141
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
141
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
142
142
|
|
|
143
143
|
:param str resource_name: The name of the resource.
|
|
144
144
|
:param Python2PackageArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -194,7 +194,7 @@ class Python2Package(pulumi.CustomResource):
|
|
|
194
194
|
__props__.__dict__["size_in_bytes"] = None
|
|
195
195
|
__props__.__dict__["type"] = None
|
|
196
196
|
__props__.__dict__["version"] = None
|
|
197
|
-
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Python2Package")])
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Python2Package"), pulumi.Alias(type_="azure-native:automation/v20241023:Python2Package")])
|
|
198
198
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
199
|
super(Python2Package, __self__).__init__(
|
|
200
200
|
'azure-native:automation:Python2Package',
|
|
@@ -118,7 +118,7 @@ class Python3Package(pulumi.CustomResource):
|
|
|
118
118
|
Definition of the module type.
|
|
119
119
|
Azure REST API version: 2022-08-08.
|
|
120
120
|
|
|
121
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
121
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
122
122
|
|
|
123
123
|
:param str resource_name: The name of the resource.
|
|
124
124
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -138,7 +138,7 @@ class Python3Package(pulumi.CustomResource):
|
|
|
138
138
|
Definition of the module type.
|
|
139
139
|
Azure REST API version: 2022-08-08.
|
|
140
140
|
|
|
141
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
141
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
142
142
|
|
|
143
143
|
:param str resource_name: The name of the resource.
|
|
144
144
|
:param Python3PackageArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -194,7 +194,7 @@ class Python3Package(pulumi.CustomResource):
|
|
|
194
194
|
__props__.__dict__["size_in_bytes"] = None
|
|
195
195
|
__props__.__dict__["type"] = None
|
|
196
196
|
__props__.__dict__["version"] = None
|
|
197
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20220808:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20231101:Python3Package")])
|
|
197
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20220808:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20231101:Python3Package"), pulumi.Alias(type_="azure-native:automation/v20241023:Python3Package")])
|
|
198
198
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
199
199
|
super(Python3Package, __self__).__init__(
|
|
200
200
|
'azure-native:automation:Python3Package',
|
|
@@ -255,7 +255,7 @@ class Runbook(pulumi.CustomResource):
|
|
|
255
255
|
Definition of the runbook type.
|
|
256
256
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
257
257
|
|
|
258
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
258
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
259
259
|
|
|
260
260
|
:param str resource_name: The name of the resource.
|
|
261
261
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -283,7 +283,7 @@ class Runbook(pulumi.CustomResource):
|
|
|
283
283
|
Definition of the runbook type.
|
|
284
284
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
285
285
|
|
|
286
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
286
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
287
287
|
|
|
288
288
|
:param str resource_name: The name of the resource.
|
|
289
289
|
:param RunbookArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -351,7 +351,7 @@ class Runbook(pulumi.CustomResource):
|
|
|
351
351
|
__props__.__dict__["provisioning_state"] = None
|
|
352
352
|
__props__.__dict__["state"] = None
|
|
353
353
|
__props__.__dict__["type"] = None
|
|
354
|
-
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Runbook")])
|
|
354
|
+
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Runbook"), pulumi.Alias(type_="azure-native:automation/v20241023:Runbook")])
|
|
355
355
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
356
356
|
super(Runbook, __self__).__init__(
|
|
357
357
|
'azure-native:automation:Runbook',
|
|
@@ -186,6 +186,8 @@ class RuntimeEnvironment(pulumi.CustomResource):
|
|
|
186
186
|
Definition of the Runtime Environment type.
|
|
187
187
|
Azure REST API version: 2023-05-15-preview.
|
|
188
188
|
|
|
189
|
+
Other available API versions: 2024-10-23.
|
|
190
|
+
|
|
189
191
|
:param str resource_name: The name of the resource.
|
|
190
192
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
191
193
|
:param pulumi.Input[str] automation_account_name: The name of the automation account.
|
|
@@ -208,6 +210,8 @@ class RuntimeEnvironment(pulumi.CustomResource):
|
|
|
208
210
|
Definition of the Runtime Environment type.
|
|
209
211
|
Azure REST API version: 2023-05-15-preview.
|
|
210
212
|
|
|
213
|
+
Other available API versions: 2024-10-23.
|
|
214
|
+
|
|
211
215
|
:param str resource_name: The name of the resource.
|
|
212
216
|
:param RuntimeEnvironmentArgs args: The arguments to use to populate this resource's properties.
|
|
213
217
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -257,7 +261,7 @@ class RuntimeEnvironment(pulumi.CustomResource):
|
|
|
257
261
|
__props__.__dict__["name"] = None
|
|
258
262
|
__props__.__dict__["system_data"] = None
|
|
259
263
|
__props__.__dict__["type"] = None
|
|
260
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20230515preview:RuntimeEnvironment")])
|
|
264
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20230515preview:RuntimeEnvironment"), pulumi.Alias(type_="azure-native:automation/v20241023:RuntimeEnvironment")])
|
|
261
265
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
262
266
|
super(RuntimeEnvironment, __self__).__init__(
|
|
263
267
|
'azure-native:automation:RuntimeEnvironment',
|
|
@@ -219,7 +219,7 @@ class Schedule(pulumi.CustomResource):
|
|
|
219
219
|
Definition of the schedule.
|
|
220
220
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
221
221
|
|
|
222
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
222
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
223
223
|
|
|
224
224
|
:param str resource_name: The name of the resource.
|
|
225
225
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -245,7 +245,7 @@ class Schedule(pulumi.CustomResource):
|
|
|
245
245
|
Definition of the schedule.
|
|
246
246
|
Azure REST API version: 2022-08-08. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
247
247
|
|
|
248
|
-
Other available API versions: 2023-05-15-preview, 2023-11-01.
|
|
248
|
+
Other available API versions: 2023-05-15-preview, 2023-11-01, 2024-10-23.
|
|
249
249
|
|
|
250
250
|
:param str resource_name: The name of the resource.
|
|
251
251
|
:param ScheduleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -311,7 +311,7 @@ class Schedule(pulumi.CustomResource):
|
|
|
311
311
|
__props__.__dict__["next_run_offset_minutes"] = None
|
|
312
312
|
__props__.__dict__["start_time_offset_minutes"] = None
|
|
313
313
|
__props__.__dict__["type"] = None
|
|
314
|
-
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Schedule")])
|
|
314
|
+
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:automation/v20231101:Schedule"), pulumi.Alias(type_="azure-native:automation/v20241023:Schedule")])
|
|
315
315
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
316
316
|
super(Schedule, __self__).__init__(
|
|
317
317
|
'azure-native:automation:Schedule',
|
|
@@ -152,7 +152,7 @@ class SoftwareUpdateConfigurationByName(pulumi.CustomResource):
|
|
|
152
152
|
Software update configuration properties.
|
|
153
153
|
Azure REST API version: 2019-06-01. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
154
154
|
|
|
155
|
-
Other available API versions: 2017-05-15-preview, 2023-05-15-preview.
|
|
155
|
+
Other available API versions: 2017-05-15-preview, 2023-05-15-preview, 2024-10-23.
|
|
156
156
|
|
|
157
157
|
:param str resource_name: The name of the resource.
|
|
158
158
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -174,7 +174,7 @@ class SoftwareUpdateConfigurationByName(pulumi.CustomResource):
|
|
|
174
174
|
Software update configuration properties.
|
|
175
175
|
Azure REST API version: 2019-06-01. Prior API version in Azure Native 1.x: 2019-06-01.
|
|
176
176
|
|
|
177
|
-
Other available API versions: 2017-05-15-preview, 2023-05-15-preview.
|
|
177
|
+
Other available API versions: 2017-05-15-preview, 2023-05-15-preview, 2024-10-23.
|
|
178
178
|
|
|
179
179
|
:param str resource_name: The name of the resource.
|
|
180
180
|
:param SoftwareUpdateConfigurationByNameArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -229,7 +229,7 @@ class SoftwareUpdateConfigurationByName(pulumi.CustomResource):
|
|
|
229
229
|
__props__.__dict__["name"] = None
|
|
230
230
|
__props__.__dict__["provisioning_state"] = None
|
|
231
231
|
__props__.__dict__["type"] = None
|
|
232
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20170515preview:SoftwareUpdateConfigurationByName"), pulumi.Alias(type_="azure-native:automation/v20190601:SoftwareUpdateConfigurationByName"), pulumi.Alias(type_="azure-native:automation/v20230515preview:SoftwareUpdateConfigurationByName")])
|
|
232
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation/v20170515preview:SoftwareUpdateConfigurationByName"), pulumi.Alias(type_="azure-native:automation/v20190601:SoftwareUpdateConfigurationByName"), pulumi.Alias(type_="azure-native:automation/v20230515preview:SoftwareUpdateConfigurationByName"), pulumi.Alias(type_="azure-native:automation/v20241023:SoftwareUpdateConfigurationByName")])
|
|
233
233
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
234
234
|
super(SoftwareUpdateConfigurationByName, __self__).__init__(
|
|
235
235
|
'azure-native:automation:SoftwareUpdateConfigurationByName',
|