pulumi-azure-native 2.76.0a1733490669__py3-none-any.whl → 2.77.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 -0
- 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/dbforpostgresql/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240301preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20240801/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20241101preview/configuration.py +1 -1
- 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/offazure/v20240501preview/import_sites_controller.py +306 -0
- 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/resources/v20241101/deployment.py +249 -0
- 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/resources/v20241101/get_deployment.py +157 -0
- 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/resources/v20241101/get_resource_group.py +165 -0
- 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/web/static_site_linked_backend.py +18 -17
- {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.0.dist-info}/METADATA +1 -7
- {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.0.dist-info}/RECORD +351 -246
- {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.76.0a1733490669.dist-info → pulumi_azure_native-2.77.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
|
+
'GetPython3PackageResult',
|
|
20
|
+
'AwaitableGetPython3PackageResult',
|
|
21
|
+
'get_python3_package',
|
|
22
|
+
'get_python3_package_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPython3PackageResult:
|
|
27
|
+
"""
|
|
28
|
+
Definition of the module type.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, activity_count=None, content_link=None, creation_time=None, description=None, error=None, etag=None, id=None, is_composite=None, is_global=None, last_modified_time=None, location=None, name=None, provisioning_state=None, size_in_bytes=None, system_data=None, tags=None, type=None, version=None):
|
|
31
|
+
if activity_count and not isinstance(activity_count, int):
|
|
32
|
+
raise TypeError("Expected argument 'activity_count' to be a int")
|
|
33
|
+
pulumi.set(__self__, "activity_count", activity_count)
|
|
34
|
+
if content_link and not isinstance(content_link, dict):
|
|
35
|
+
raise TypeError("Expected argument 'content_link' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "content_link", content_link)
|
|
37
|
+
if creation_time and not isinstance(creation_time, str):
|
|
38
|
+
raise TypeError("Expected argument 'creation_time' to be a str")
|
|
39
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
40
|
+
if description and not isinstance(description, str):
|
|
41
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
42
|
+
pulumi.set(__self__, "description", description)
|
|
43
|
+
if error and not isinstance(error, dict):
|
|
44
|
+
raise TypeError("Expected argument 'error' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "error", error)
|
|
46
|
+
if etag and not isinstance(etag, str):
|
|
47
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
48
|
+
pulumi.set(__self__, "etag", etag)
|
|
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 is_composite and not isinstance(is_composite, bool):
|
|
53
|
+
raise TypeError("Expected argument 'is_composite' to be a bool")
|
|
54
|
+
pulumi.set(__self__, "is_composite", is_composite)
|
|
55
|
+
if is_global and not isinstance(is_global, bool):
|
|
56
|
+
raise TypeError("Expected argument 'is_global' to be a bool")
|
|
57
|
+
pulumi.set(__self__, "is_global", is_global)
|
|
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 location and not isinstance(location, str):
|
|
62
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
63
|
+
pulumi.set(__self__, "location", location)
|
|
64
|
+
if name and not isinstance(name, str):
|
|
65
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
66
|
+
pulumi.set(__self__, "name", name)
|
|
67
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
68
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
69
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
70
|
+
if size_in_bytes and not isinstance(size_in_bytes, float):
|
|
71
|
+
raise TypeError("Expected argument 'size_in_bytes' to be a float")
|
|
72
|
+
pulumi.set(__self__, "size_in_bytes", size_in_bytes)
|
|
73
|
+
if system_data and not isinstance(system_data, dict):
|
|
74
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
75
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
76
|
+
if tags and not isinstance(tags, dict):
|
|
77
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "tags", tags)
|
|
79
|
+
if type and not isinstance(type, str):
|
|
80
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
81
|
+
pulumi.set(__self__, "type", type)
|
|
82
|
+
if version and not isinstance(version, str):
|
|
83
|
+
raise TypeError("Expected argument 'version' to be a str")
|
|
84
|
+
pulumi.set(__self__, "version", version)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="activityCount")
|
|
88
|
+
def activity_count(self) -> Optional[int]:
|
|
89
|
+
"""
|
|
90
|
+
Gets or sets the activity count of the module.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "activity_count")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="contentLink")
|
|
96
|
+
def content_link(self) -> Optional['outputs.ContentLinkResponse']:
|
|
97
|
+
"""
|
|
98
|
+
Gets or sets the contentLink of the module.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "content_link")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="creationTime")
|
|
104
|
+
def creation_time(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
Gets or sets the creation time.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "creation_time")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def description(self) -> Optional[str]:
|
|
113
|
+
"""
|
|
114
|
+
Gets or sets the description.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "description")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def error(self) -> Optional['outputs.ModuleErrorInfoResponse']:
|
|
121
|
+
"""
|
|
122
|
+
Gets or sets the error info of the module.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "error")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def etag(self) -> Optional[str]:
|
|
129
|
+
"""
|
|
130
|
+
Gets or sets the etag of the resource.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "etag")
|
|
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(name="isComposite")
|
|
144
|
+
def is_composite(self) -> Optional[bool]:
|
|
145
|
+
"""
|
|
146
|
+
Gets or sets type of module, if its composite or not.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "is_composite")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter(name="isGlobal")
|
|
152
|
+
def is_global(self) -> Optional[bool]:
|
|
153
|
+
"""
|
|
154
|
+
Gets or sets the isGlobal flag of the module.
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "is_global")
|
|
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 location(self) -> str:
|
|
169
|
+
"""
|
|
170
|
+
The geo-location where the resource lives
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "location")
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def name(self) -> str:
|
|
177
|
+
"""
|
|
178
|
+
The name of the resource
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "name")
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="provisioningState")
|
|
184
|
+
def provisioning_state(self) -> Optional[str]:
|
|
185
|
+
"""
|
|
186
|
+
Gets or sets the provisioning state of the module.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "provisioning_state")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="sizeInBytes")
|
|
192
|
+
def size_in_bytes(self) -> Optional[float]:
|
|
193
|
+
"""
|
|
194
|
+
Gets or sets the size in bytes of the module.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "size_in_bytes")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="systemData")
|
|
200
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
201
|
+
"""
|
|
202
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "system_data")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
209
|
+
"""
|
|
210
|
+
Resource tags.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "tags")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def type(self) -> str:
|
|
217
|
+
"""
|
|
218
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "type")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def version(self) -> Optional[str]:
|
|
225
|
+
"""
|
|
226
|
+
Gets or sets the version of the module.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "version")
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
class AwaitableGetPython3PackageResult(GetPython3PackageResult):
|
|
232
|
+
# pylint: disable=using-constant-test
|
|
233
|
+
def __await__(self):
|
|
234
|
+
if False:
|
|
235
|
+
yield self
|
|
236
|
+
return GetPython3PackageResult(
|
|
237
|
+
activity_count=self.activity_count,
|
|
238
|
+
content_link=self.content_link,
|
|
239
|
+
creation_time=self.creation_time,
|
|
240
|
+
description=self.description,
|
|
241
|
+
error=self.error,
|
|
242
|
+
etag=self.etag,
|
|
243
|
+
id=self.id,
|
|
244
|
+
is_composite=self.is_composite,
|
|
245
|
+
is_global=self.is_global,
|
|
246
|
+
last_modified_time=self.last_modified_time,
|
|
247
|
+
location=self.location,
|
|
248
|
+
name=self.name,
|
|
249
|
+
provisioning_state=self.provisioning_state,
|
|
250
|
+
size_in_bytes=self.size_in_bytes,
|
|
251
|
+
system_data=self.system_data,
|
|
252
|
+
tags=self.tags,
|
|
253
|
+
type=self.type,
|
|
254
|
+
version=self.version)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
def get_python3_package(automation_account_name: Optional[str] = None,
|
|
258
|
+
package_name: Optional[str] = None,
|
|
259
|
+
resource_group_name: Optional[str] = None,
|
|
260
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPython3PackageResult:
|
|
261
|
+
"""
|
|
262
|
+
Retrieve the python 3 package identified by package name.
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
:param str automation_account_name: The name of the automation account.
|
|
266
|
+
:param str package_name: The python package name.
|
|
267
|
+
:param str resource_group_name: Name of an Azure Resource group.
|
|
268
|
+
"""
|
|
269
|
+
__args__ = dict()
|
|
270
|
+
__args__['automationAccountName'] = automation_account_name
|
|
271
|
+
__args__['packageName'] = package_name
|
|
272
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
273
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
274
|
+
__ret__ = pulumi.runtime.invoke('azure-native:automation/v20241023:getPython3Package', __args__, opts=opts, typ=GetPython3PackageResult).value
|
|
275
|
+
|
|
276
|
+
return AwaitableGetPython3PackageResult(
|
|
277
|
+
activity_count=pulumi.get(__ret__, 'activity_count'),
|
|
278
|
+
content_link=pulumi.get(__ret__, 'content_link'),
|
|
279
|
+
creation_time=pulumi.get(__ret__, 'creation_time'),
|
|
280
|
+
description=pulumi.get(__ret__, 'description'),
|
|
281
|
+
error=pulumi.get(__ret__, 'error'),
|
|
282
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
283
|
+
id=pulumi.get(__ret__, 'id'),
|
|
284
|
+
is_composite=pulumi.get(__ret__, 'is_composite'),
|
|
285
|
+
is_global=pulumi.get(__ret__, 'is_global'),
|
|
286
|
+
last_modified_time=pulumi.get(__ret__, 'last_modified_time'),
|
|
287
|
+
location=pulumi.get(__ret__, 'location'),
|
|
288
|
+
name=pulumi.get(__ret__, 'name'),
|
|
289
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
290
|
+
size_in_bytes=pulumi.get(__ret__, 'size_in_bytes'),
|
|
291
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
292
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
293
|
+
type=pulumi.get(__ret__, 'type'),
|
|
294
|
+
version=pulumi.get(__ret__, 'version'))
|
|
295
|
+
def get_python3_package_output(automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
296
|
+
package_name: Optional[pulumi.Input[str]] = None,
|
|
297
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
298
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPython3PackageResult]:
|
|
299
|
+
"""
|
|
300
|
+
Retrieve the python 3 package identified by package name.
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
:param str automation_account_name: The name of the automation account.
|
|
304
|
+
:param str package_name: The python package name.
|
|
305
|
+
:param str resource_group_name: Name of an Azure Resource group.
|
|
306
|
+
"""
|
|
307
|
+
__args__ = dict()
|
|
308
|
+
__args__['automationAccountName'] = automation_account_name
|
|
309
|
+
__args__['packageName'] = package_name
|
|
310
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
311
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
312
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:automation/v20241023:getPython3Package', __args__, opts=opts, typ=GetPython3PackageResult)
|
|
313
|
+
return __ret__.apply(lambda __response__: GetPython3PackageResult(
|
|
314
|
+
activity_count=pulumi.get(__response__, 'activity_count'),
|
|
315
|
+
content_link=pulumi.get(__response__, 'content_link'),
|
|
316
|
+
creation_time=pulumi.get(__response__, 'creation_time'),
|
|
317
|
+
description=pulumi.get(__response__, 'description'),
|
|
318
|
+
error=pulumi.get(__response__, 'error'),
|
|
319
|
+
etag=pulumi.get(__response__, 'etag'),
|
|
320
|
+
id=pulumi.get(__response__, 'id'),
|
|
321
|
+
is_composite=pulumi.get(__response__, 'is_composite'),
|
|
322
|
+
is_global=pulumi.get(__response__, 'is_global'),
|
|
323
|
+
last_modified_time=pulumi.get(__response__, 'last_modified_time'),
|
|
324
|
+
location=pulumi.get(__response__, 'location'),
|
|
325
|
+
name=pulumi.get(__response__, 'name'),
|
|
326
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
327
|
+
size_in_bytes=pulumi.get(__response__, 'size_in_bytes'),
|
|
328
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
329
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
330
|
+
type=pulumi.get(__response__, 'type'),
|
|
331
|
+
version=pulumi.get(__response__, 'version')))
|