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,290 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['ConnectionTypeArgs', 'ConnectionType']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class ConnectionTypeArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
automation_account_name: pulumi.Input[str],
|
|
25
|
+
field_definitions: pulumi.Input[Mapping[str, pulumi.Input['FieldDefinitionArgs']]],
|
|
26
|
+
name: pulumi.Input[str],
|
|
27
|
+
resource_group_name: pulumi.Input[str],
|
|
28
|
+
connection_type_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
is_global: Optional[pulumi.Input[bool]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a ConnectionType resource.
|
|
32
|
+
:param pulumi.Input[str] automation_account_name: The name of the automation account.
|
|
33
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['FieldDefinitionArgs']]] field_definitions: Gets or sets the field definitions of the connection type.
|
|
34
|
+
:param pulumi.Input[str] name: Gets or sets the name of the connection type.
|
|
35
|
+
:param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
|
|
36
|
+
:param pulumi.Input[str] connection_type_name: The parameters supplied to the create or update connection type operation.
|
|
37
|
+
:param pulumi.Input[bool] is_global: Gets or sets a Boolean value to indicate if the connection type is global.
|
|
38
|
+
"""
|
|
39
|
+
pulumi.set(__self__, "automation_account_name", automation_account_name)
|
|
40
|
+
pulumi.set(__self__, "field_definitions", field_definitions)
|
|
41
|
+
pulumi.set(__self__, "name", name)
|
|
42
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
43
|
+
if connection_type_name is not None:
|
|
44
|
+
pulumi.set(__self__, "connection_type_name", connection_type_name)
|
|
45
|
+
if is_global is not None:
|
|
46
|
+
pulumi.set(__self__, "is_global", is_global)
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter(name="automationAccountName")
|
|
50
|
+
def automation_account_name(self) -> pulumi.Input[str]:
|
|
51
|
+
"""
|
|
52
|
+
The name of the automation account.
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "automation_account_name")
|
|
55
|
+
|
|
56
|
+
@automation_account_name.setter
|
|
57
|
+
def automation_account_name(self, value: pulumi.Input[str]):
|
|
58
|
+
pulumi.set(self, "automation_account_name", value)
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter(name="fieldDefinitions")
|
|
62
|
+
def field_definitions(self) -> pulumi.Input[Mapping[str, pulumi.Input['FieldDefinitionArgs']]]:
|
|
63
|
+
"""
|
|
64
|
+
Gets or sets the field definitions of the connection type.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "field_definitions")
|
|
67
|
+
|
|
68
|
+
@field_definitions.setter
|
|
69
|
+
def field_definitions(self, value: pulumi.Input[Mapping[str, pulumi.Input['FieldDefinitionArgs']]]):
|
|
70
|
+
pulumi.set(self, "field_definitions", value)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def name(self) -> pulumi.Input[str]:
|
|
75
|
+
"""
|
|
76
|
+
Gets or sets the name of the connection type.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "name")
|
|
79
|
+
|
|
80
|
+
@name.setter
|
|
81
|
+
def name(self, value: pulumi.Input[str]):
|
|
82
|
+
pulumi.set(self, "name", value)
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="resourceGroupName")
|
|
86
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
87
|
+
"""
|
|
88
|
+
Name of an Azure Resource group.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "resource_group_name")
|
|
91
|
+
|
|
92
|
+
@resource_group_name.setter
|
|
93
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
94
|
+
pulumi.set(self, "resource_group_name", value)
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="connectionTypeName")
|
|
98
|
+
def connection_type_name(self) -> Optional[pulumi.Input[str]]:
|
|
99
|
+
"""
|
|
100
|
+
The parameters supplied to the create or update connection type operation.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "connection_type_name")
|
|
103
|
+
|
|
104
|
+
@connection_type_name.setter
|
|
105
|
+
def connection_type_name(self, value: Optional[pulumi.Input[str]]):
|
|
106
|
+
pulumi.set(self, "connection_type_name", value)
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="isGlobal")
|
|
110
|
+
def is_global(self) -> Optional[pulumi.Input[bool]]:
|
|
111
|
+
"""
|
|
112
|
+
Gets or sets a Boolean value to indicate if the connection type is global.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "is_global")
|
|
115
|
+
|
|
116
|
+
@is_global.setter
|
|
117
|
+
def is_global(self, value: Optional[pulumi.Input[bool]]):
|
|
118
|
+
pulumi.set(self, "is_global", value)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
class ConnectionType(pulumi.CustomResource):
|
|
122
|
+
@overload
|
|
123
|
+
def __init__(__self__,
|
|
124
|
+
resource_name: str,
|
|
125
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
126
|
+
automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
connection_type_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
field_definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['FieldDefinitionArgs', 'FieldDefinitionArgsDict']]]]] = None,
|
|
129
|
+
is_global: Optional[pulumi.Input[bool]] = None,
|
|
130
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
__props__=None):
|
|
133
|
+
"""
|
|
134
|
+
Definition of the connection type.
|
|
135
|
+
|
|
136
|
+
:param str resource_name: The name of the resource.
|
|
137
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
138
|
+
:param pulumi.Input[str] automation_account_name: The name of the automation account.
|
|
139
|
+
:param pulumi.Input[str] connection_type_name: The parameters supplied to the create or update connection type operation.
|
|
140
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[Union['FieldDefinitionArgs', 'FieldDefinitionArgsDict']]]] field_definitions: Gets or sets the field definitions of the connection type.
|
|
141
|
+
:param pulumi.Input[bool] is_global: Gets or sets a Boolean value to indicate if the connection type is global.
|
|
142
|
+
:param pulumi.Input[str] name: Gets or sets the name of the connection type.
|
|
143
|
+
:param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
|
|
144
|
+
"""
|
|
145
|
+
...
|
|
146
|
+
@overload
|
|
147
|
+
def __init__(__self__,
|
|
148
|
+
resource_name: str,
|
|
149
|
+
args: ConnectionTypeArgs,
|
|
150
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
151
|
+
"""
|
|
152
|
+
Definition of the connection type.
|
|
153
|
+
|
|
154
|
+
:param str resource_name: The name of the resource.
|
|
155
|
+
:param ConnectionTypeArgs args: The arguments to use to populate this resource's properties.
|
|
156
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
157
|
+
"""
|
|
158
|
+
...
|
|
159
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
160
|
+
resource_args, opts = _utilities.get_resource_args_opts(ConnectionTypeArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
161
|
+
if resource_args is not None:
|
|
162
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
163
|
+
else:
|
|
164
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
165
|
+
|
|
166
|
+
def _internal_init(__self__,
|
|
167
|
+
resource_name: str,
|
|
168
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
169
|
+
automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
170
|
+
connection_type_name: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
field_definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['FieldDefinitionArgs', 'FieldDefinitionArgsDict']]]]] = None,
|
|
172
|
+
is_global: Optional[pulumi.Input[bool]] = None,
|
|
173
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
174
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
175
|
+
__props__=None):
|
|
176
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
177
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
178
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
179
|
+
if opts.id is None:
|
|
180
|
+
if __props__ is not None:
|
|
181
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
182
|
+
__props__ = ConnectionTypeArgs.__new__(ConnectionTypeArgs)
|
|
183
|
+
|
|
184
|
+
if automation_account_name is None and not opts.urn:
|
|
185
|
+
raise TypeError("Missing required property 'automation_account_name'")
|
|
186
|
+
__props__.__dict__["automation_account_name"] = automation_account_name
|
|
187
|
+
__props__.__dict__["connection_type_name"] = connection_type_name
|
|
188
|
+
if field_definitions is None and not opts.urn:
|
|
189
|
+
raise TypeError("Missing required property 'field_definitions'")
|
|
190
|
+
__props__.__dict__["field_definitions"] = field_definitions
|
|
191
|
+
__props__.__dict__["is_global"] = is_global
|
|
192
|
+
if name is None and not opts.urn:
|
|
193
|
+
raise TypeError("Missing required property 'name'")
|
|
194
|
+
__props__.__dict__["name"] = name
|
|
195
|
+
if resource_group_name is None and not opts.urn:
|
|
196
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
197
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
198
|
+
__props__.__dict__["creation_time"] = None
|
|
199
|
+
__props__.__dict__["description"] = None
|
|
200
|
+
__props__.__dict__["last_modified_time"] = None
|
|
201
|
+
__props__.__dict__["type"] = None
|
|
202
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:ConnectionType"), pulumi.Alias(type_="azure-native:automation/v20151031:ConnectionType"), pulumi.Alias(type_="azure-native:automation/v20190601:ConnectionType"), pulumi.Alias(type_="azure-native:automation/v20200113preview:ConnectionType"), pulumi.Alias(type_="azure-native:automation/v20220808:ConnectionType"), pulumi.Alias(type_="azure-native:automation/v20230515preview:ConnectionType"), pulumi.Alias(type_="azure-native:automation/v20231101:ConnectionType")])
|
|
203
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
204
|
+
super(ConnectionType, __self__).__init__(
|
|
205
|
+
'azure-native:automation/v20241023:ConnectionType',
|
|
206
|
+
resource_name,
|
|
207
|
+
__props__,
|
|
208
|
+
opts)
|
|
209
|
+
|
|
210
|
+
@staticmethod
|
|
211
|
+
def get(resource_name: str,
|
|
212
|
+
id: pulumi.Input[str],
|
|
213
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ConnectionType':
|
|
214
|
+
"""
|
|
215
|
+
Get an existing ConnectionType resource's state with the given name, id, and optional extra
|
|
216
|
+
properties used to qualify the lookup.
|
|
217
|
+
|
|
218
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
219
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
220
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
221
|
+
"""
|
|
222
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
223
|
+
|
|
224
|
+
__props__ = ConnectionTypeArgs.__new__(ConnectionTypeArgs)
|
|
225
|
+
|
|
226
|
+
__props__.__dict__["creation_time"] = None
|
|
227
|
+
__props__.__dict__["description"] = None
|
|
228
|
+
__props__.__dict__["field_definitions"] = None
|
|
229
|
+
__props__.__dict__["is_global"] = None
|
|
230
|
+
__props__.__dict__["last_modified_time"] = None
|
|
231
|
+
__props__.__dict__["name"] = None
|
|
232
|
+
__props__.__dict__["type"] = None
|
|
233
|
+
return ConnectionType(resource_name, opts=opts, __props__=__props__)
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="creationTime")
|
|
237
|
+
def creation_time(self) -> pulumi.Output[str]:
|
|
238
|
+
"""
|
|
239
|
+
Gets the creation time.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "creation_time")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter
|
|
245
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
246
|
+
"""
|
|
247
|
+
Gets or sets the description.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "description")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter(name="fieldDefinitions")
|
|
253
|
+
def field_definitions(self) -> pulumi.Output[Mapping[str, 'outputs.FieldDefinitionResponse']]:
|
|
254
|
+
"""
|
|
255
|
+
Gets the field definitions of the connection type.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "field_definitions")
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="isGlobal")
|
|
261
|
+
def is_global(self) -> pulumi.Output[Optional[bool]]:
|
|
262
|
+
"""
|
|
263
|
+
Gets or sets a Boolean value to indicate if the connection type is global.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "is_global")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="lastModifiedTime")
|
|
269
|
+
def last_modified_time(self) -> pulumi.Output[Optional[str]]:
|
|
270
|
+
"""
|
|
271
|
+
Gets or sets the last modified time.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "last_modified_time")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter
|
|
277
|
+
def name(self) -> pulumi.Output[str]:
|
|
278
|
+
"""
|
|
279
|
+
Gets the name of the connection type.
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "name")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter
|
|
285
|
+
def type(self) -> pulumi.Output[str]:
|
|
286
|
+
"""
|
|
287
|
+
Resource type
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "type")
|
|
290
|
+
|
|
@@ -0,0 +1,310 @@
|
|
|
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__ = ['CredentialArgs', 'Credential']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class CredentialArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
automation_account_name: pulumi.Input[str],
|
|
24
|
+
name: pulumi.Input[str],
|
|
25
|
+
password: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
user_name: pulumi.Input[str],
|
|
28
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
description: Optional[pulumi.Input[str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a Credential resource.
|
|
32
|
+
:param pulumi.Input[str] automation_account_name: The name of the automation account.
|
|
33
|
+
:param pulumi.Input[str] name: Gets or sets the name of the credential.
|
|
34
|
+
:param pulumi.Input[str] password: Gets or sets the password of the credential.
|
|
35
|
+
:param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
|
|
36
|
+
:param pulumi.Input[str] user_name: Gets or sets the user name of the credential.
|
|
37
|
+
:param pulumi.Input[str] credential_name: The parameters supplied to the create or update credential operation.
|
|
38
|
+
:param pulumi.Input[str] description: Gets or sets the description of the credential.
|
|
39
|
+
"""
|
|
40
|
+
pulumi.set(__self__, "automation_account_name", automation_account_name)
|
|
41
|
+
pulumi.set(__self__, "name", name)
|
|
42
|
+
pulumi.set(__self__, "password", password)
|
|
43
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
44
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
45
|
+
if credential_name is not None:
|
|
46
|
+
pulumi.set(__self__, "credential_name", credential_name)
|
|
47
|
+
if description is not None:
|
|
48
|
+
pulumi.set(__self__, "description", description)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="automationAccountName")
|
|
52
|
+
def automation_account_name(self) -> pulumi.Input[str]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the automation account.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "automation_account_name")
|
|
57
|
+
|
|
58
|
+
@automation_account_name.setter
|
|
59
|
+
def automation_account_name(self, value: pulumi.Input[str]):
|
|
60
|
+
pulumi.set(self, "automation_account_name", value)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def name(self) -> pulumi.Input[str]:
|
|
65
|
+
"""
|
|
66
|
+
Gets or sets the name of the credential.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "name")
|
|
69
|
+
|
|
70
|
+
@name.setter
|
|
71
|
+
def name(self, value: pulumi.Input[str]):
|
|
72
|
+
pulumi.set(self, "name", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def password(self) -> pulumi.Input[str]:
|
|
77
|
+
"""
|
|
78
|
+
Gets or sets the password of the credential.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "password")
|
|
81
|
+
|
|
82
|
+
@password.setter
|
|
83
|
+
def password(self, value: pulumi.Input[str]):
|
|
84
|
+
pulumi.set(self, "password", value)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="resourceGroupName")
|
|
88
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
89
|
+
"""
|
|
90
|
+
Name of an Azure Resource group.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "resource_group_name")
|
|
93
|
+
|
|
94
|
+
@resource_group_name.setter
|
|
95
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
96
|
+
pulumi.set(self, "resource_group_name", value)
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="userName")
|
|
100
|
+
def user_name(self) -> pulumi.Input[str]:
|
|
101
|
+
"""
|
|
102
|
+
Gets or sets the user name of the credential.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "user_name")
|
|
105
|
+
|
|
106
|
+
@user_name.setter
|
|
107
|
+
def user_name(self, value: pulumi.Input[str]):
|
|
108
|
+
pulumi.set(self, "user_name", value)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="credentialName")
|
|
112
|
+
def credential_name(self) -> Optional[pulumi.Input[str]]:
|
|
113
|
+
"""
|
|
114
|
+
The parameters supplied to the create or update credential operation.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "credential_name")
|
|
117
|
+
|
|
118
|
+
@credential_name.setter
|
|
119
|
+
def credential_name(self, value: Optional[pulumi.Input[str]]):
|
|
120
|
+
pulumi.set(self, "credential_name", value)
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
125
|
+
"""
|
|
126
|
+
Gets or sets the description of the credential.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "description")
|
|
129
|
+
|
|
130
|
+
@description.setter
|
|
131
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
132
|
+
pulumi.set(self, "description", value)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
class Credential(pulumi.CustomResource):
|
|
136
|
+
@overload
|
|
137
|
+
def __init__(__self__,
|
|
138
|
+
resource_name: str,
|
|
139
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
140
|
+
automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
143
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
__props__=None):
|
|
148
|
+
"""
|
|
149
|
+
Definition of the credential.
|
|
150
|
+
|
|
151
|
+
:param str resource_name: The name of the resource.
|
|
152
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
153
|
+
:param pulumi.Input[str] automation_account_name: The name of the automation account.
|
|
154
|
+
:param pulumi.Input[str] credential_name: The parameters supplied to the create or update credential operation.
|
|
155
|
+
:param pulumi.Input[str] description: Gets or sets the description of the credential.
|
|
156
|
+
:param pulumi.Input[str] name: Gets or sets the name of the credential.
|
|
157
|
+
:param pulumi.Input[str] password: Gets or sets the password of the credential.
|
|
158
|
+
:param pulumi.Input[str] resource_group_name: Name of an Azure Resource group.
|
|
159
|
+
:param pulumi.Input[str] user_name: Gets or sets the user name of the credential.
|
|
160
|
+
"""
|
|
161
|
+
...
|
|
162
|
+
@overload
|
|
163
|
+
def __init__(__self__,
|
|
164
|
+
resource_name: str,
|
|
165
|
+
args: CredentialArgs,
|
|
166
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
167
|
+
"""
|
|
168
|
+
Definition of the credential.
|
|
169
|
+
|
|
170
|
+
:param str resource_name: The name of the resource.
|
|
171
|
+
:param CredentialArgs args: The arguments to use to populate this resource's properties.
|
|
172
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
173
|
+
"""
|
|
174
|
+
...
|
|
175
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
176
|
+
resource_args, opts = _utilities.get_resource_args_opts(CredentialArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
177
|
+
if resource_args is not None:
|
|
178
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
179
|
+
else:
|
|
180
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
181
|
+
|
|
182
|
+
def _internal_init(__self__,
|
|
183
|
+
resource_name: str,
|
|
184
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
185
|
+
automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
186
|
+
credential_name: Optional[pulumi.Input[str]] = None,
|
|
187
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
188
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
189
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
190
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
191
|
+
user_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
__props__=None):
|
|
193
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
194
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
195
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
196
|
+
if opts.id is None:
|
|
197
|
+
if __props__ is not None:
|
|
198
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
199
|
+
__props__ = CredentialArgs.__new__(CredentialArgs)
|
|
200
|
+
|
|
201
|
+
if automation_account_name is None and not opts.urn:
|
|
202
|
+
raise TypeError("Missing required property 'automation_account_name'")
|
|
203
|
+
__props__.__dict__["automation_account_name"] = automation_account_name
|
|
204
|
+
__props__.__dict__["credential_name"] = credential_name
|
|
205
|
+
__props__.__dict__["description"] = description
|
|
206
|
+
if name is None and not opts.urn:
|
|
207
|
+
raise TypeError("Missing required property 'name'")
|
|
208
|
+
__props__.__dict__["name"] = name
|
|
209
|
+
if password is None and not opts.urn:
|
|
210
|
+
raise TypeError("Missing required property 'password'")
|
|
211
|
+
__props__.__dict__["password"] = password
|
|
212
|
+
if resource_group_name is None and not opts.urn:
|
|
213
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
214
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
215
|
+
if user_name is None and not opts.urn:
|
|
216
|
+
raise TypeError("Missing required property 'user_name'")
|
|
217
|
+
__props__.__dict__["user_name"] = user_name
|
|
218
|
+
__props__.__dict__["creation_time"] = None
|
|
219
|
+
__props__.__dict__["last_modified_time"] = None
|
|
220
|
+
__props__.__dict__["system_data"] = None
|
|
221
|
+
__props__.__dict__["type"] = None
|
|
222
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:automation:Credential"), pulumi.Alias(type_="azure-native:automation/v20151031:Credential"), pulumi.Alias(type_="azure-native:automation/v20190601:Credential"), pulumi.Alias(type_="azure-native:automation/v20200113preview:Credential"), pulumi.Alias(type_="azure-native:automation/v20220808:Credential"), pulumi.Alias(type_="azure-native:automation/v20230515preview:Credential"), pulumi.Alias(type_="azure-native:automation/v20231101:Credential")])
|
|
223
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
224
|
+
super(Credential, __self__).__init__(
|
|
225
|
+
'azure-native:automation/v20241023:Credential',
|
|
226
|
+
resource_name,
|
|
227
|
+
__props__,
|
|
228
|
+
opts)
|
|
229
|
+
|
|
230
|
+
@staticmethod
|
|
231
|
+
def get(resource_name: str,
|
|
232
|
+
id: pulumi.Input[str],
|
|
233
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Credential':
|
|
234
|
+
"""
|
|
235
|
+
Get an existing Credential resource's state with the given name, id, and optional extra
|
|
236
|
+
properties used to qualify the lookup.
|
|
237
|
+
|
|
238
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
239
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
240
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
241
|
+
"""
|
|
242
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
243
|
+
|
|
244
|
+
__props__ = CredentialArgs.__new__(CredentialArgs)
|
|
245
|
+
|
|
246
|
+
__props__.__dict__["creation_time"] = None
|
|
247
|
+
__props__.__dict__["description"] = None
|
|
248
|
+
__props__.__dict__["last_modified_time"] = None
|
|
249
|
+
__props__.__dict__["name"] = None
|
|
250
|
+
__props__.__dict__["system_data"] = None
|
|
251
|
+
__props__.__dict__["type"] = None
|
|
252
|
+
__props__.__dict__["user_name"] = None
|
|
253
|
+
return Credential(resource_name, opts=opts, __props__=__props__)
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="creationTime")
|
|
257
|
+
def creation_time(self) -> pulumi.Output[str]:
|
|
258
|
+
"""
|
|
259
|
+
Gets the creation time.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "creation_time")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter
|
|
265
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
266
|
+
"""
|
|
267
|
+
Gets or sets the description.
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "description")
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter(name="lastModifiedTime")
|
|
273
|
+
def last_modified_time(self) -> pulumi.Output[str]:
|
|
274
|
+
"""
|
|
275
|
+
Gets the last modified time.
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "last_modified_time")
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter
|
|
281
|
+
def name(self) -> pulumi.Output[str]:
|
|
282
|
+
"""
|
|
283
|
+
The name of the resource
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "name")
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter(name="systemData")
|
|
289
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
290
|
+
"""
|
|
291
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "system_data")
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter
|
|
297
|
+
def type(self) -> pulumi.Output[str]:
|
|
298
|
+
"""
|
|
299
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "type")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="userName")
|
|
305
|
+
def user_name(self) -> pulumi.Output[str]:
|
|
306
|
+
"""
|
|
307
|
+
Gets the user name of the credential.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "user_name")
|
|
310
|
+
|