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
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetScheduleResult',
|
|
20
|
+
'AwaitableGetScheduleResult',
|
|
21
|
+
'get_schedule',
|
|
22
|
+
'get_schedule_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetScheduleResult:
|
|
27
|
+
"""
|
|
28
|
+
Definition of the schedule.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, advanced_schedule=None, creation_time=None, description=None, expiry_time=None, expiry_time_offset_minutes=None, frequency=None, id=None, interval=None, is_enabled=None, last_modified_time=None, name=None, next_run=None, next_run_offset_minutes=None, start_time=None, start_time_offset_minutes=None, system_data=None, time_zone=None, type=None):
|
|
31
|
+
if advanced_schedule and not isinstance(advanced_schedule, dict):
|
|
32
|
+
raise TypeError("Expected argument 'advanced_schedule' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "advanced_schedule", advanced_schedule)
|
|
34
|
+
if creation_time and not isinstance(creation_time, str):
|
|
35
|
+
raise TypeError("Expected argument 'creation_time' to be a str")
|
|
36
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
37
|
+
if description and not isinstance(description, str):
|
|
38
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
39
|
+
pulumi.set(__self__, "description", description)
|
|
40
|
+
if expiry_time and not isinstance(expiry_time, str):
|
|
41
|
+
raise TypeError("Expected argument 'expiry_time' to be a str")
|
|
42
|
+
pulumi.set(__self__, "expiry_time", expiry_time)
|
|
43
|
+
if expiry_time_offset_minutes and not isinstance(expiry_time_offset_minutes, float):
|
|
44
|
+
raise TypeError("Expected argument 'expiry_time_offset_minutes' to be a float")
|
|
45
|
+
pulumi.set(__self__, "expiry_time_offset_minutes", expiry_time_offset_minutes)
|
|
46
|
+
if frequency and not isinstance(frequency, str):
|
|
47
|
+
raise TypeError("Expected argument 'frequency' to be a str")
|
|
48
|
+
pulumi.set(__self__, "frequency", frequency)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if interval and not isinstance(interval, dict):
|
|
53
|
+
raise TypeError("Expected argument 'interval' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "interval", interval)
|
|
55
|
+
if is_enabled and not isinstance(is_enabled, bool):
|
|
56
|
+
raise TypeError("Expected argument 'is_enabled' to be a bool")
|
|
57
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
58
|
+
if last_modified_time and not isinstance(last_modified_time, str):
|
|
59
|
+
raise TypeError("Expected argument 'last_modified_time' to be a str")
|
|
60
|
+
pulumi.set(__self__, "last_modified_time", last_modified_time)
|
|
61
|
+
if name and not isinstance(name, str):
|
|
62
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
63
|
+
pulumi.set(__self__, "name", name)
|
|
64
|
+
if next_run and not isinstance(next_run, str):
|
|
65
|
+
raise TypeError("Expected argument 'next_run' to be a str")
|
|
66
|
+
pulumi.set(__self__, "next_run", next_run)
|
|
67
|
+
if next_run_offset_minutes and not isinstance(next_run_offset_minutes, float):
|
|
68
|
+
raise TypeError("Expected argument 'next_run_offset_minutes' to be a float")
|
|
69
|
+
pulumi.set(__self__, "next_run_offset_minutes", next_run_offset_minutes)
|
|
70
|
+
if start_time and not isinstance(start_time, str):
|
|
71
|
+
raise TypeError("Expected argument 'start_time' to be a str")
|
|
72
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
73
|
+
if start_time_offset_minutes and not isinstance(start_time_offset_minutes, float):
|
|
74
|
+
raise TypeError("Expected argument 'start_time_offset_minutes' to be a float")
|
|
75
|
+
pulumi.set(__self__, "start_time_offset_minutes", start_time_offset_minutes)
|
|
76
|
+
if system_data and not isinstance(system_data, dict):
|
|
77
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
79
|
+
if time_zone and not isinstance(time_zone, str):
|
|
80
|
+
raise TypeError("Expected argument 'time_zone' to be a str")
|
|
81
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
82
|
+
if type and not isinstance(type, str):
|
|
83
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
84
|
+
pulumi.set(__self__, "type", type)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="advancedSchedule")
|
|
88
|
+
def advanced_schedule(self) -> Optional['outputs.AdvancedScheduleResponse']:
|
|
89
|
+
"""
|
|
90
|
+
Gets or sets the advanced schedule.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "advanced_schedule")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="creationTime")
|
|
96
|
+
def creation_time(self) -> Optional[str]:
|
|
97
|
+
"""
|
|
98
|
+
Gets or sets the creation time.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "creation_time")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def description(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
Gets or sets the description.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "description")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="expiryTime")
|
|
112
|
+
def expiry_time(self) -> Optional[str]:
|
|
113
|
+
"""
|
|
114
|
+
Gets or sets the end time of the schedule.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "expiry_time")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="expiryTimeOffsetMinutes")
|
|
120
|
+
def expiry_time_offset_minutes(self) -> Optional[float]:
|
|
121
|
+
"""
|
|
122
|
+
Gets or sets the expiry time's offset in minutes.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "expiry_time_offset_minutes")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def frequency(self) -> Optional[str]:
|
|
129
|
+
"""
|
|
130
|
+
Gets or sets the frequency of the schedule.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "frequency")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def id(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "id")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def interval(self) -> Optional[Any]:
|
|
145
|
+
"""
|
|
146
|
+
Gets or sets the interval of the schedule.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "interval")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter(name="isEnabled")
|
|
152
|
+
def is_enabled(self) -> Optional[bool]:
|
|
153
|
+
"""
|
|
154
|
+
Gets or sets a value indicating whether this schedule is enabled.
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "is_enabled")
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="lastModifiedTime")
|
|
160
|
+
def last_modified_time(self) -> Optional[str]:
|
|
161
|
+
"""
|
|
162
|
+
Gets or sets the last modified time.
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "last_modified_time")
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter
|
|
168
|
+
def name(self) -> str:
|
|
169
|
+
"""
|
|
170
|
+
The name of the resource
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "name")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="nextRun")
|
|
176
|
+
def next_run(self) -> Optional[str]:
|
|
177
|
+
"""
|
|
178
|
+
Gets or sets the next run time of the schedule.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "next_run")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="nextRunOffsetMinutes")
|
|
184
|
+
def next_run_offset_minutes(self) -> Optional[float]:
|
|
185
|
+
"""
|
|
186
|
+
Gets or sets the next run time's offset in minutes.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "next_run_offset_minutes")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="startTime")
|
|
192
|
+
def start_time(self) -> Optional[str]:
|
|
193
|
+
"""
|
|
194
|
+
Gets or sets the start time of the schedule.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "start_time")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="startTimeOffsetMinutes")
|
|
200
|
+
def start_time_offset_minutes(self) -> float:
|
|
201
|
+
"""
|
|
202
|
+
Gets the start time's offset in minutes.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "start_time_offset_minutes")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="systemData")
|
|
208
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
209
|
+
"""
|
|
210
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "system_data")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="timeZone")
|
|
216
|
+
def time_zone(self) -> Optional[str]:
|
|
217
|
+
"""
|
|
218
|
+
Gets or sets the time zone of the schedule.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "time_zone")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def type(self) -> str:
|
|
225
|
+
"""
|
|
226
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "type")
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
class AwaitableGetScheduleResult(GetScheduleResult):
|
|
232
|
+
# pylint: disable=using-constant-test
|
|
233
|
+
def __await__(self):
|
|
234
|
+
if False:
|
|
235
|
+
yield self
|
|
236
|
+
return GetScheduleResult(
|
|
237
|
+
advanced_schedule=self.advanced_schedule,
|
|
238
|
+
creation_time=self.creation_time,
|
|
239
|
+
description=self.description,
|
|
240
|
+
expiry_time=self.expiry_time,
|
|
241
|
+
expiry_time_offset_minutes=self.expiry_time_offset_minutes,
|
|
242
|
+
frequency=self.frequency,
|
|
243
|
+
id=self.id,
|
|
244
|
+
interval=self.interval,
|
|
245
|
+
is_enabled=self.is_enabled,
|
|
246
|
+
last_modified_time=self.last_modified_time,
|
|
247
|
+
name=self.name,
|
|
248
|
+
next_run=self.next_run,
|
|
249
|
+
next_run_offset_minutes=self.next_run_offset_minutes,
|
|
250
|
+
start_time=self.start_time,
|
|
251
|
+
start_time_offset_minutes=self.start_time_offset_minutes,
|
|
252
|
+
system_data=self.system_data,
|
|
253
|
+
time_zone=self.time_zone,
|
|
254
|
+
type=self.type)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
def get_schedule(automation_account_name: Optional[str] = None,
|
|
258
|
+
resource_group_name: Optional[str] = None,
|
|
259
|
+
schedule_name: Optional[str] = None,
|
|
260
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetScheduleResult:
|
|
261
|
+
"""
|
|
262
|
+
Retrieve the schedule identified by schedule name.
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
:param str automation_account_name: The name of the automation account.
|
|
266
|
+
:param str resource_group_name: Name of an Azure Resource group.
|
|
267
|
+
:param str schedule_name: The schedule name.
|
|
268
|
+
"""
|
|
269
|
+
__args__ = dict()
|
|
270
|
+
__args__['automationAccountName'] = automation_account_name
|
|
271
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
272
|
+
__args__['scheduleName'] = schedule_name
|
|
273
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
274
|
+
__ret__ = pulumi.runtime.invoke('azure-native:automation/v20241023:getSchedule', __args__, opts=opts, typ=GetScheduleResult).value
|
|
275
|
+
|
|
276
|
+
return AwaitableGetScheduleResult(
|
|
277
|
+
advanced_schedule=pulumi.get(__ret__, 'advanced_schedule'),
|
|
278
|
+
creation_time=pulumi.get(__ret__, 'creation_time'),
|
|
279
|
+
description=pulumi.get(__ret__, 'description'),
|
|
280
|
+
expiry_time=pulumi.get(__ret__, 'expiry_time'),
|
|
281
|
+
expiry_time_offset_minutes=pulumi.get(__ret__, 'expiry_time_offset_minutes'),
|
|
282
|
+
frequency=pulumi.get(__ret__, 'frequency'),
|
|
283
|
+
id=pulumi.get(__ret__, 'id'),
|
|
284
|
+
interval=pulumi.get(__ret__, 'interval'),
|
|
285
|
+
is_enabled=pulumi.get(__ret__, 'is_enabled'),
|
|
286
|
+
last_modified_time=pulumi.get(__ret__, 'last_modified_time'),
|
|
287
|
+
name=pulumi.get(__ret__, 'name'),
|
|
288
|
+
next_run=pulumi.get(__ret__, 'next_run'),
|
|
289
|
+
next_run_offset_minutes=pulumi.get(__ret__, 'next_run_offset_minutes'),
|
|
290
|
+
start_time=pulumi.get(__ret__, 'start_time'),
|
|
291
|
+
start_time_offset_minutes=pulumi.get(__ret__, 'start_time_offset_minutes'),
|
|
292
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
293
|
+
time_zone=pulumi.get(__ret__, 'time_zone'),
|
|
294
|
+
type=pulumi.get(__ret__, 'type'))
|
|
295
|
+
def get_schedule_output(automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
296
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
297
|
+
schedule_name: Optional[pulumi.Input[str]] = None,
|
|
298
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetScheduleResult]:
|
|
299
|
+
"""
|
|
300
|
+
Retrieve the schedule identified by schedule name.
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
:param str automation_account_name: The name of the automation account.
|
|
304
|
+
:param str resource_group_name: Name of an Azure Resource group.
|
|
305
|
+
:param str schedule_name: The schedule name.
|
|
306
|
+
"""
|
|
307
|
+
__args__ = dict()
|
|
308
|
+
__args__['automationAccountName'] = automation_account_name
|
|
309
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
310
|
+
__args__['scheduleName'] = schedule_name
|
|
311
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
312
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:automation/v20241023:getSchedule', __args__, opts=opts, typ=GetScheduleResult)
|
|
313
|
+
return __ret__.apply(lambda __response__: GetScheduleResult(
|
|
314
|
+
advanced_schedule=pulumi.get(__response__, 'advanced_schedule'),
|
|
315
|
+
creation_time=pulumi.get(__response__, 'creation_time'),
|
|
316
|
+
description=pulumi.get(__response__, 'description'),
|
|
317
|
+
expiry_time=pulumi.get(__response__, 'expiry_time'),
|
|
318
|
+
expiry_time_offset_minutes=pulumi.get(__response__, 'expiry_time_offset_minutes'),
|
|
319
|
+
frequency=pulumi.get(__response__, 'frequency'),
|
|
320
|
+
id=pulumi.get(__response__, 'id'),
|
|
321
|
+
interval=pulumi.get(__response__, 'interval'),
|
|
322
|
+
is_enabled=pulumi.get(__response__, 'is_enabled'),
|
|
323
|
+
last_modified_time=pulumi.get(__response__, 'last_modified_time'),
|
|
324
|
+
name=pulumi.get(__response__, 'name'),
|
|
325
|
+
next_run=pulumi.get(__response__, 'next_run'),
|
|
326
|
+
next_run_offset_minutes=pulumi.get(__response__, 'next_run_offset_minutes'),
|
|
327
|
+
start_time=pulumi.get(__response__, 'start_time'),
|
|
328
|
+
start_time_offset_minutes=pulumi.get(__response__, 'start_time_offset_minutes'),
|
|
329
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
330
|
+
time_zone=pulumi.get(__response__, 'time_zone'),
|
|
331
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetSoftwareUpdateConfigurationByNameResult',
|
|
20
|
+
'AwaitableGetSoftwareUpdateConfigurationByNameResult',
|
|
21
|
+
'get_software_update_configuration_by_name',
|
|
22
|
+
'get_software_update_configuration_by_name_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSoftwareUpdateConfigurationByNameResult:
|
|
27
|
+
"""
|
|
28
|
+
Software update configuration properties.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, created_by=None, creation_time=None, error=None, id=None, last_modified_by=None, last_modified_time=None, name=None, provisioning_state=None, schedule_info=None, tasks=None, type=None, update_configuration=None):
|
|
31
|
+
if created_by and not isinstance(created_by, str):
|
|
32
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
33
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
34
|
+
if creation_time and not isinstance(creation_time, str):
|
|
35
|
+
raise TypeError("Expected argument 'creation_time' to be a str")
|
|
36
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
37
|
+
if error and not isinstance(error, dict):
|
|
38
|
+
raise TypeError("Expected argument 'error' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "error", error)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if last_modified_by and not isinstance(last_modified_by, str):
|
|
44
|
+
raise TypeError("Expected argument 'last_modified_by' to be a str")
|
|
45
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
46
|
+
if last_modified_time and not isinstance(last_modified_time, str):
|
|
47
|
+
raise TypeError("Expected argument 'last_modified_time' to be a str")
|
|
48
|
+
pulumi.set(__self__, "last_modified_time", last_modified_time)
|
|
49
|
+
if name and not isinstance(name, str):
|
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if schedule_info and not isinstance(schedule_info, dict):
|
|
56
|
+
raise TypeError("Expected argument 'schedule_info' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "schedule_info", schedule_info)
|
|
58
|
+
if tasks and not isinstance(tasks, dict):
|
|
59
|
+
raise TypeError("Expected argument 'tasks' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "tasks", tasks)
|
|
61
|
+
if type and not isinstance(type, str):
|
|
62
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
63
|
+
pulumi.set(__self__, "type", type)
|
|
64
|
+
if update_configuration and not isinstance(update_configuration, dict):
|
|
65
|
+
raise TypeError("Expected argument 'update_configuration' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "update_configuration", update_configuration)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="createdBy")
|
|
70
|
+
def created_by(self) -> str:
|
|
71
|
+
"""
|
|
72
|
+
CreatedBy property, which only appears in the response.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "created_by")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter(name="creationTime")
|
|
78
|
+
def creation_time(self) -> str:
|
|
79
|
+
"""
|
|
80
|
+
Creation time of the resource, which only appears in the response.
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "creation_time")
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def error(self) -> Optional['outputs.ErrorResponseResponse']:
|
|
87
|
+
"""
|
|
88
|
+
Details of provisioning error
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "error")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def id(self) -> str:
|
|
95
|
+
"""
|
|
96
|
+
Resource Id.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "id")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
102
|
+
def last_modified_by(self) -> str:
|
|
103
|
+
"""
|
|
104
|
+
LastModifiedBy property, which only appears in the response.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "last_modified_by")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="lastModifiedTime")
|
|
110
|
+
def last_modified_time(self) -> str:
|
|
111
|
+
"""
|
|
112
|
+
Last time resource was modified, which only appears in the response.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "last_modified_time")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def name(self) -> str:
|
|
119
|
+
"""
|
|
120
|
+
Resource name.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "name")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="provisioningState")
|
|
126
|
+
def provisioning_state(self) -> str:
|
|
127
|
+
"""
|
|
128
|
+
Provisioning state for the software update configuration, which only appears in the response.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "provisioning_state")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter(name="scheduleInfo")
|
|
134
|
+
def schedule_info(self) -> 'outputs.SUCSchedulePropertiesResponse':
|
|
135
|
+
"""
|
|
136
|
+
Schedule information for the Software update configuration
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "schedule_info")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def tasks(self) -> Optional['outputs.SoftwareUpdateConfigurationTasksResponse']:
|
|
143
|
+
"""
|
|
144
|
+
Tasks information for the Software update configuration.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "tasks")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter
|
|
150
|
+
def type(self) -> str:
|
|
151
|
+
"""
|
|
152
|
+
Resource type
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "type")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="updateConfiguration")
|
|
158
|
+
def update_configuration(self) -> 'outputs.UpdateConfigurationResponse':
|
|
159
|
+
"""
|
|
160
|
+
update specific properties for the Software update configuration
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "update_configuration")
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
class AwaitableGetSoftwareUpdateConfigurationByNameResult(GetSoftwareUpdateConfigurationByNameResult):
|
|
166
|
+
# pylint: disable=using-constant-test
|
|
167
|
+
def __await__(self):
|
|
168
|
+
if False:
|
|
169
|
+
yield self
|
|
170
|
+
return GetSoftwareUpdateConfigurationByNameResult(
|
|
171
|
+
created_by=self.created_by,
|
|
172
|
+
creation_time=self.creation_time,
|
|
173
|
+
error=self.error,
|
|
174
|
+
id=self.id,
|
|
175
|
+
last_modified_by=self.last_modified_by,
|
|
176
|
+
last_modified_time=self.last_modified_time,
|
|
177
|
+
name=self.name,
|
|
178
|
+
provisioning_state=self.provisioning_state,
|
|
179
|
+
schedule_info=self.schedule_info,
|
|
180
|
+
tasks=self.tasks,
|
|
181
|
+
type=self.type,
|
|
182
|
+
update_configuration=self.update_configuration)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
def get_software_update_configuration_by_name(automation_account_name: Optional[str] = None,
|
|
186
|
+
resource_group_name: Optional[str] = None,
|
|
187
|
+
software_update_configuration_name: Optional[str] = None,
|
|
188
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSoftwareUpdateConfigurationByNameResult:
|
|
189
|
+
"""
|
|
190
|
+
Get a single software update configuration by name.
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
:param str automation_account_name: The name of the automation account.
|
|
194
|
+
:param str resource_group_name: Name of an Azure Resource group.
|
|
195
|
+
:param str software_update_configuration_name: The name of the software update configuration to be created.
|
|
196
|
+
"""
|
|
197
|
+
__args__ = dict()
|
|
198
|
+
__args__['automationAccountName'] = automation_account_name
|
|
199
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
200
|
+
__args__['softwareUpdateConfigurationName'] = software_update_configuration_name
|
|
201
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
202
|
+
__ret__ = pulumi.runtime.invoke('azure-native:automation/v20241023:getSoftwareUpdateConfigurationByName', __args__, opts=opts, typ=GetSoftwareUpdateConfigurationByNameResult).value
|
|
203
|
+
|
|
204
|
+
return AwaitableGetSoftwareUpdateConfigurationByNameResult(
|
|
205
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
206
|
+
creation_time=pulumi.get(__ret__, 'creation_time'),
|
|
207
|
+
error=pulumi.get(__ret__, 'error'),
|
|
208
|
+
id=pulumi.get(__ret__, 'id'),
|
|
209
|
+
last_modified_by=pulumi.get(__ret__, 'last_modified_by'),
|
|
210
|
+
last_modified_time=pulumi.get(__ret__, 'last_modified_time'),
|
|
211
|
+
name=pulumi.get(__ret__, 'name'),
|
|
212
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
213
|
+
schedule_info=pulumi.get(__ret__, 'schedule_info'),
|
|
214
|
+
tasks=pulumi.get(__ret__, 'tasks'),
|
|
215
|
+
type=pulumi.get(__ret__, 'type'),
|
|
216
|
+
update_configuration=pulumi.get(__ret__, 'update_configuration'))
|
|
217
|
+
def get_software_update_configuration_by_name_output(automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
218
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
219
|
+
software_update_configuration_name: Optional[pulumi.Input[str]] = None,
|
|
220
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSoftwareUpdateConfigurationByNameResult]:
|
|
221
|
+
"""
|
|
222
|
+
Get a single software update configuration by name.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
:param str automation_account_name: The name of the automation account.
|
|
226
|
+
:param str resource_group_name: Name of an Azure Resource group.
|
|
227
|
+
:param str software_update_configuration_name: The name of the software update configuration to be created.
|
|
228
|
+
"""
|
|
229
|
+
__args__ = dict()
|
|
230
|
+
__args__['automationAccountName'] = automation_account_name
|
|
231
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
232
|
+
__args__['softwareUpdateConfigurationName'] = software_update_configuration_name
|
|
233
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
234
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:automation/v20241023:getSoftwareUpdateConfigurationByName', __args__, opts=opts, typ=GetSoftwareUpdateConfigurationByNameResult)
|
|
235
|
+
return __ret__.apply(lambda __response__: GetSoftwareUpdateConfigurationByNameResult(
|
|
236
|
+
created_by=pulumi.get(__response__, 'created_by'),
|
|
237
|
+
creation_time=pulumi.get(__response__, 'creation_time'),
|
|
238
|
+
error=pulumi.get(__response__, 'error'),
|
|
239
|
+
id=pulumi.get(__response__, 'id'),
|
|
240
|
+
last_modified_by=pulumi.get(__response__, 'last_modified_by'),
|
|
241
|
+
last_modified_time=pulumi.get(__response__, 'last_modified_time'),
|
|
242
|
+
name=pulumi.get(__response__, 'name'),
|
|
243
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
244
|
+
schedule_info=pulumi.get(__response__, 'schedule_info'),
|
|
245
|
+
tasks=pulumi.get(__response__, 'tasks'),
|
|
246
|
+
type=pulumi.get(__response__, 'type'),
|
|
247
|
+
update_configuration=pulumi.get(__response__, 'update_configuration')))
|