pulumi-azure-native 2.77.0a1733914767__py3-none-any.whl → 2.77.0a1733990841__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/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-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/RECORD +342 -237
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1102 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'DebugSettingArgs',
|
|
20
|
+
'DebugSettingArgsDict',
|
|
21
|
+
'DeploymentParameterArgs',
|
|
22
|
+
'DeploymentParameterArgsDict',
|
|
23
|
+
'DeploymentPropertiesArgs',
|
|
24
|
+
'DeploymentPropertiesArgsDict',
|
|
25
|
+
'ExpressionEvaluationOptionsArgs',
|
|
26
|
+
'ExpressionEvaluationOptionsArgsDict',
|
|
27
|
+
'ExtendedLocationArgs',
|
|
28
|
+
'ExtendedLocationArgsDict',
|
|
29
|
+
'IdentityArgs',
|
|
30
|
+
'IdentityArgsDict',
|
|
31
|
+
'KeyVaultParameterReferenceArgs',
|
|
32
|
+
'KeyVaultParameterReferenceArgsDict',
|
|
33
|
+
'KeyVaultReferenceArgs',
|
|
34
|
+
'KeyVaultReferenceArgsDict',
|
|
35
|
+
'OnErrorDeploymentArgs',
|
|
36
|
+
'OnErrorDeploymentArgsDict',
|
|
37
|
+
'ParametersLinkArgs',
|
|
38
|
+
'ParametersLinkArgsDict',
|
|
39
|
+
'PlanArgs',
|
|
40
|
+
'PlanArgsDict',
|
|
41
|
+
'SkuArgs',
|
|
42
|
+
'SkuArgsDict',
|
|
43
|
+
'TagsArgs',
|
|
44
|
+
'TagsArgsDict',
|
|
45
|
+
'TemplateLinkArgs',
|
|
46
|
+
'TemplateLinkArgsDict',
|
|
47
|
+
]
|
|
48
|
+
|
|
49
|
+
MYPY = False
|
|
50
|
+
|
|
51
|
+
if not MYPY:
|
|
52
|
+
class DebugSettingArgsDict(TypedDict):
|
|
53
|
+
"""
|
|
54
|
+
The debug setting.
|
|
55
|
+
"""
|
|
56
|
+
detail_level: NotRequired[pulumi.Input[str]]
|
|
57
|
+
"""
|
|
58
|
+
Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations.
|
|
59
|
+
"""
|
|
60
|
+
elif False:
|
|
61
|
+
DebugSettingArgsDict: TypeAlias = Mapping[str, Any]
|
|
62
|
+
|
|
63
|
+
@pulumi.input_type
|
|
64
|
+
class DebugSettingArgs:
|
|
65
|
+
def __init__(__self__, *,
|
|
66
|
+
detail_level: Optional[pulumi.Input[str]] = None):
|
|
67
|
+
"""
|
|
68
|
+
The debug setting.
|
|
69
|
+
:param pulumi.Input[str] detail_level: Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations.
|
|
70
|
+
"""
|
|
71
|
+
if detail_level is not None:
|
|
72
|
+
pulumi.set(__self__, "detail_level", detail_level)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="detailLevel")
|
|
76
|
+
def detail_level(self) -> Optional[pulumi.Input[str]]:
|
|
77
|
+
"""
|
|
78
|
+
Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "detail_level")
|
|
81
|
+
|
|
82
|
+
@detail_level.setter
|
|
83
|
+
def detail_level(self, value: Optional[pulumi.Input[str]]):
|
|
84
|
+
pulumi.set(self, "detail_level", value)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
if not MYPY:
|
|
88
|
+
class DeploymentParameterArgsDict(TypedDict):
|
|
89
|
+
"""
|
|
90
|
+
Deployment parameter for the template.
|
|
91
|
+
"""
|
|
92
|
+
reference: NotRequired[pulumi.Input['KeyVaultParameterReferenceArgsDict']]
|
|
93
|
+
"""
|
|
94
|
+
Azure Key Vault parameter reference.
|
|
95
|
+
"""
|
|
96
|
+
value: NotRequired[Any]
|
|
97
|
+
"""
|
|
98
|
+
Input value to the parameter .
|
|
99
|
+
"""
|
|
100
|
+
elif False:
|
|
101
|
+
DeploymentParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
102
|
+
|
|
103
|
+
@pulumi.input_type
|
|
104
|
+
class DeploymentParameterArgs:
|
|
105
|
+
def __init__(__self__, *,
|
|
106
|
+
reference: Optional[pulumi.Input['KeyVaultParameterReferenceArgs']] = None,
|
|
107
|
+
value: Optional[Any] = None):
|
|
108
|
+
"""
|
|
109
|
+
Deployment parameter for the template.
|
|
110
|
+
:param pulumi.Input['KeyVaultParameterReferenceArgs'] reference: Azure Key Vault parameter reference.
|
|
111
|
+
:param Any value: Input value to the parameter .
|
|
112
|
+
"""
|
|
113
|
+
if reference is not None:
|
|
114
|
+
pulumi.set(__self__, "reference", reference)
|
|
115
|
+
if value is not None:
|
|
116
|
+
pulumi.set(__self__, "value", value)
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def reference(self) -> Optional[pulumi.Input['KeyVaultParameterReferenceArgs']]:
|
|
121
|
+
"""
|
|
122
|
+
Azure Key Vault parameter reference.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "reference")
|
|
125
|
+
|
|
126
|
+
@reference.setter
|
|
127
|
+
def reference(self, value: Optional[pulumi.Input['KeyVaultParameterReferenceArgs']]):
|
|
128
|
+
pulumi.set(self, "reference", value)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def value(self) -> Optional[Any]:
|
|
133
|
+
"""
|
|
134
|
+
Input value to the parameter .
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "value")
|
|
137
|
+
|
|
138
|
+
@value.setter
|
|
139
|
+
def value(self, value: Optional[Any]):
|
|
140
|
+
pulumi.set(self, "value", value)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
if not MYPY:
|
|
144
|
+
class DeploymentPropertiesArgsDict(TypedDict):
|
|
145
|
+
"""
|
|
146
|
+
Deployment properties.
|
|
147
|
+
"""
|
|
148
|
+
mode: pulumi.Input['DeploymentMode']
|
|
149
|
+
"""
|
|
150
|
+
The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources.
|
|
151
|
+
"""
|
|
152
|
+
debug_setting: NotRequired[pulumi.Input['DebugSettingArgsDict']]
|
|
153
|
+
"""
|
|
154
|
+
The debug setting of the deployment.
|
|
155
|
+
"""
|
|
156
|
+
expression_evaluation_options: NotRequired[pulumi.Input['ExpressionEvaluationOptionsArgsDict']]
|
|
157
|
+
"""
|
|
158
|
+
Specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer.
|
|
159
|
+
"""
|
|
160
|
+
on_error_deployment: NotRequired[pulumi.Input['OnErrorDeploymentArgsDict']]
|
|
161
|
+
"""
|
|
162
|
+
The deployment on error behavior.
|
|
163
|
+
"""
|
|
164
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['DeploymentParameterArgsDict']]]]
|
|
165
|
+
"""
|
|
166
|
+
Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.
|
|
167
|
+
"""
|
|
168
|
+
parameters_link: NotRequired[pulumi.Input['ParametersLinkArgsDict']]
|
|
169
|
+
"""
|
|
170
|
+
The URI of parameters file. You use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
|
|
171
|
+
"""
|
|
172
|
+
template: NotRequired[Any]
|
|
173
|
+
"""
|
|
174
|
+
The template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.
|
|
175
|
+
"""
|
|
176
|
+
template_link: NotRequired[pulumi.Input['TemplateLinkArgsDict']]
|
|
177
|
+
"""
|
|
178
|
+
The URI of the template. Use either the templateLink property or the template property, but not both.
|
|
179
|
+
"""
|
|
180
|
+
validation_level: NotRequired[pulumi.Input[Union[str, 'ValidationLevel']]]
|
|
181
|
+
"""
|
|
182
|
+
The validation level of the deployment
|
|
183
|
+
"""
|
|
184
|
+
elif False:
|
|
185
|
+
DeploymentPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
186
|
+
|
|
187
|
+
@pulumi.input_type
|
|
188
|
+
class DeploymentPropertiesArgs:
|
|
189
|
+
def __init__(__self__, *,
|
|
190
|
+
mode: pulumi.Input['DeploymentMode'],
|
|
191
|
+
debug_setting: Optional[pulumi.Input['DebugSettingArgs']] = None,
|
|
192
|
+
expression_evaluation_options: Optional[pulumi.Input['ExpressionEvaluationOptionsArgs']] = None,
|
|
193
|
+
on_error_deployment: Optional[pulumi.Input['OnErrorDeploymentArgs']] = None,
|
|
194
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['DeploymentParameterArgs']]]] = None,
|
|
195
|
+
parameters_link: Optional[pulumi.Input['ParametersLinkArgs']] = None,
|
|
196
|
+
template: Optional[Any] = None,
|
|
197
|
+
template_link: Optional[pulumi.Input['TemplateLinkArgs']] = None,
|
|
198
|
+
validation_level: Optional[pulumi.Input[Union[str, 'ValidationLevel']]] = None):
|
|
199
|
+
"""
|
|
200
|
+
Deployment properties.
|
|
201
|
+
:param pulumi.Input['DeploymentMode'] mode: The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources.
|
|
202
|
+
:param pulumi.Input['DebugSettingArgs'] debug_setting: The debug setting of the deployment.
|
|
203
|
+
:param pulumi.Input['ExpressionEvaluationOptionsArgs'] expression_evaluation_options: Specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer.
|
|
204
|
+
:param pulumi.Input['OnErrorDeploymentArgs'] on_error_deployment: The deployment on error behavior.
|
|
205
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['DeploymentParameterArgs']]] parameters: Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.
|
|
206
|
+
:param pulumi.Input['ParametersLinkArgs'] parameters_link: The URI of parameters file. You use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
|
|
207
|
+
:param Any template: The template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.
|
|
208
|
+
:param pulumi.Input['TemplateLinkArgs'] template_link: The URI of the template. Use either the templateLink property or the template property, but not both.
|
|
209
|
+
:param pulumi.Input[Union[str, 'ValidationLevel']] validation_level: The validation level of the deployment
|
|
210
|
+
"""
|
|
211
|
+
pulumi.set(__self__, "mode", mode)
|
|
212
|
+
if debug_setting is not None:
|
|
213
|
+
pulumi.set(__self__, "debug_setting", debug_setting)
|
|
214
|
+
if expression_evaluation_options is not None:
|
|
215
|
+
pulumi.set(__self__, "expression_evaluation_options", expression_evaluation_options)
|
|
216
|
+
if on_error_deployment is not None:
|
|
217
|
+
pulumi.set(__self__, "on_error_deployment", on_error_deployment)
|
|
218
|
+
if parameters is not None:
|
|
219
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
220
|
+
if parameters_link is not None:
|
|
221
|
+
pulumi.set(__self__, "parameters_link", parameters_link)
|
|
222
|
+
if template is not None:
|
|
223
|
+
pulumi.set(__self__, "template", template)
|
|
224
|
+
if template_link is not None:
|
|
225
|
+
pulumi.set(__self__, "template_link", template_link)
|
|
226
|
+
if validation_level is not None:
|
|
227
|
+
pulumi.set(__self__, "validation_level", validation_level)
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter
|
|
231
|
+
def mode(self) -> pulumi.Input['DeploymentMode']:
|
|
232
|
+
"""
|
|
233
|
+
The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources.
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "mode")
|
|
236
|
+
|
|
237
|
+
@mode.setter
|
|
238
|
+
def mode(self, value: pulumi.Input['DeploymentMode']):
|
|
239
|
+
pulumi.set(self, "mode", value)
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
@pulumi.getter(name="debugSetting")
|
|
243
|
+
def debug_setting(self) -> Optional[pulumi.Input['DebugSettingArgs']]:
|
|
244
|
+
"""
|
|
245
|
+
The debug setting of the deployment.
|
|
246
|
+
"""
|
|
247
|
+
return pulumi.get(self, "debug_setting")
|
|
248
|
+
|
|
249
|
+
@debug_setting.setter
|
|
250
|
+
def debug_setting(self, value: Optional[pulumi.Input['DebugSettingArgs']]):
|
|
251
|
+
pulumi.set(self, "debug_setting", value)
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="expressionEvaluationOptions")
|
|
255
|
+
def expression_evaluation_options(self) -> Optional[pulumi.Input['ExpressionEvaluationOptionsArgs']]:
|
|
256
|
+
"""
|
|
257
|
+
Specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer.
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "expression_evaluation_options")
|
|
260
|
+
|
|
261
|
+
@expression_evaluation_options.setter
|
|
262
|
+
def expression_evaluation_options(self, value: Optional[pulumi.Input['ExpressionEvaluationOptionsArgs']]):
|
|
263
|
+
pulumi.set(self, "expression_evaluation_options", value)
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="onErrorDeployment")
|
|
267
|
+
def on_error_deployment(self) -> Optional[pulumi.Input['OnErrorDeploymentArgs']]:
|
|
268
|
+
"""
|
|
269
|
+
The deployment on error behavior.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "on_error_deployment")
|
|
272
|
+
|
|
273
|
+
@on_error_deployment.setter
|
|
274
|
+
def on_error_deployment(self, value: Optional[pulumi.Input['OnErrorDeploymentArgs']]):
|
|
275
|
+
pulumi.set(self, "on_error_deployment", value)
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter
|
|
279
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['DeploymentParameterArgs']]]]:
|
|
280
|
+
"""
|
|
281
|
+
Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "parameters")
|
|
284
|
+
|
|
285
|
+
@parameters.setter
|
|
286
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['DeploymentParameterArgs']]]]):
|
|
287
|
+
pulumi.set(self, "parameters", value)
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="parametersLink")
|
|
291
|
+
def parameters_link(self) -> Optional[pulumi.Input['ParametersLinkArgs']]:
|
|
292
|
+
"""
|
|
293
|
+
The URI of parameters file. You use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "parameters_link")
|
|
296
|
+
|
|
297
|
+
@parameters_link.setter
|
|
298
|
+
def parameters_link(self, value: Optional[pulumi.Input['ParametersLinkArgs']]):
|
|
299
|
+
pulumi.set(self, "parameters_link", value)
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter
|
|
303
|
+
def template(self) -> Optional[Any]:
|
|
304
|
+
"""
|
|
305
|
+
The template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "template")
|
|
308
|
+
|
|
309
|
+
@template.setter
|
|
310
|
+
def template(self, value: Optional[Any]):
|
|
311
|
+
pulumi.set(self, "template", value)
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter(name="templateLink")
|
|
315
|
+
def template_link(self) -> Optional[pulumi.Input['TemplateLinkArgs']]:
|
|
316
|
+
"""
|
|
317
|
+
The URI of the template. Use either the templateLink property or the template property, but not both.
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "template_link")
|
|
320
|
+
|
|
321
|
+
@template_link.setter
|
|
322
|
+
def template_link(self, value: Optional[pulumi.Input['TemplateLinkArgs']]):
|
|
323
|
+
pulumi.set(self, "template_link", value)
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="validationLevel")
|
|
327
|
+
def validation_level(self) -> Optional[pulumi.Input[Union[str, 'ValidationLevel']]]:
|
|
328
|
+
"""
|
|
329
|
+
The validation level of the deployment
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "validation_level")
|
|
332
|
+
|
|
333
|
+
@validation_level.setter
|
|
334
|
+
def validation_level(self, value: Optional[pulumi.Input[Union[str, 'ValidationLevel']]]):
|
|
335
|
+
pulumi.set(self, "validation_level", value)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
if not MYPY:
|
|
339
|
+
class ExpressionEvaluationOptionsArgsDict(TypedDict):
|
|
340
|
+
"""
|
|
341
|
+
Specifies whether template expressions are evaluated within the scope of the parent template or nested template.
|
|
342
|
+
"""
|
|
343
|
+
scope: NotRequired[pulumi.Input[Union[str, 'ExpressionEvaluationOptionsScopeType']]]
|
|
344
|
+
"""
|
|
345
|
+
The scope to be used for evaluation of parameters, variables and functions in a nested template.
|
|
346
|
+
"""
|
|
347
|
+
elif False:
|
|
348
|
+
ExpressionEvaluationOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
|
349
|
+
|
|
350
|
+
@pulumi.input_type
|
|
351
|
+
class ExpressionEvaluationOptionsArgs:
|
|
352
|
+
def __init__(__self__, *,
|
|
353
|
+
scope: Optional[pulumi.Input[Union[str, 'ExpressionEvaluationOptionsScopeType']]] = None):
|
|
354
|
+
"""
|
|
355
|
+
Specifies whether template expressions are evaluated within the scope of the parent template or nested template.
|
|
356
|
+
:param pulumi.Input[Union[str, 'ExpressionEvaluationOptionsScopeType']] scope: The scope to be used for evaluation of parameters, variables and functions in a nested template.
|
|
357
|
+
"""
|
|
358
|
+
if scope is not None:
|
|
359
|
+
pulumi.set(__self__, "scope", scope)
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter
|
|
363
|
+
def scope(self) -> Optional[pulumi.Input[Union[str, 'ExpressionEvaluationOptionsScopeType']]]:
|
|
364
|
+
"""
|
|
365
|
+
The scope to be used for evaluation of parameters, variables and functions in a nested template.
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "scope")
|
|
368
|
+
|
|
369
|
+
@scope.setter
|
|
370
|
+
def scope(self, value: Optional[pulumi.Input[Union[str, 'ExpressionEvaluationOptionsScopeType']]]):
|
|
371
|
+
pulumi.set(self, "scope", value)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
if not MYPY:
|
|
375
|
+
class ExtendedLocationArgsDict(TypedDict):
|
|
376
|
+
"""
|
|
377
|
+
Resource extended location.
|
|
378
|
+
"""
|
|
379
|
+
name: NotRequired[pulumi.Input[str]]
|
|
380
|
+
"""
|
|
381
|
+
The extended location name.
|
|
382
|
+
"""
|
|
383
|
+
type: NotRequired[pulumi.Input[Union[str, 'ExtendedLocationType']]]
|
|
384
|
+
"""
|
|
385
|
+
The extended location type.
|
|
386
|
+
"""
|
|
387
|
+
elif False:
|
|
388
|
+
ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
|
|
389
|
+
|
|
390
|
+
@pulumi.input_type
|
|
391
|
+
class ExtendedLocationArgs:
|
|
392
|
+
def __init__(__self__, *,
|
|
393
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
394
|
+
type: Optional[pulumi.Input[Union[str, 'ExtendedLocationType']]] = None):
|
|
395
|
+
"""
|
|
396
|
+
Resource extended location.
|
|
397
|
+
:param pulumi.Input[str] name: The extended location name.
|
|
398
|
+
:param pulumi.Input[Union[str, 'ExtendedLocationType']] type: The extended location type.
|
|
399
|
+
"""
|
|
400
|
+
if name is not None:
|
|
401
|
+
pulumi.set(__self__, "name", name)
|
|
402
|
+
if type is not None:
|
|
403
|
+
pulumi.set(__self__, "type", type)
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter
|
|
407
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
408
|
+
"""
|
|
409
|
+
The extended location name.
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "name")
|
|
412
|
+
|
|
413
|
+
@name.setter
|
|
414
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
415
|
+
pulumi.set(self, "name", value)
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter
|
|
419
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ExtendedLocationType']]]:
|
|
420
|
+
"""
|
|
421
|
+
The extended location type.
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "type")
|
|
424
|
+
|
|
425
|
+
@type.setter
|
|
426
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ExtendedLocationType']]]):
|
|
427
|
+
pulumi.set(self, "type", value)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
if not MYPY:
|
|
431
|
+
class IdentityArgsDict(TypedDict):
|
|
432
|
+
"""
|
|
433
|
+
Identity for the resource.
|
|
434
|
+
"""
|
|
435
|
+
type: NotRequired[pulumi.Input['ResourceIdentityType']]
|
|
436
|
+
"""
|
|
437
|
+
The identity type.
|
|
438
|
+
"""
|
|
439
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
440
|
+
"""
|
|
441
|
+
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
442
|
+
"""
|
|
443
|
+
elif False:
|
|
444
|
+
IdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
445
|
+
|
|
446
|
+
@pulumi.input_type
|
|
447
|
+
class IdentityArgs:
|
|
448
|
+
def __init__(__self__, *,
|
|
449
|
+
type: Optional[pulumi.Input['ResourceIdentityType']] = None,
|
|
450
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
451
|
+
"""
|
|
452
|
+
Identity for the resource.
|
|
453
|
+
:param pulumi.Input['ResourceIdentityType'] type: The identity type.
|
|
454
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
455
|
+
"""
|
|
456
|
+
if type is not None:
|
|
457
|
+
pulumi.set(__self__, "type", type)
|
|
458
|
+
if user_assigned_identities is not None:
|
|
459
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
460
|
+
|
|
461
|
+
@property
|
|
462
|
+
@pulumi.getter
|
|
463
|
+
def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
|
|
464
|
+
"""
|
|
465
|
+
The identity type.
|
|
466
|
+
"""
|
|
467
|
+
return pulumi.get(self, "type")
|
|
468
|
+
|
|
469
|
+
@type.setter
|
|
470
|
+
def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
|
|
471
|
+
pulumi.set(self, "type", value)
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
475
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
476
|
+
"""
|
|
477
|
+
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
480
|
+
|
|
481
|
+
@user_assigned_identities.setter
|
|
482
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
483
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
if not MYPY:
|
|
487
|
+
class KeyVaultParameterReferenceArgsDict(TypedDict):
|
|
488
|
+
"""
|
|
489
|
+
Azure Key Vault parameter reference.
|
|
490
|
+
"""
|
|
491
|
+
key_vault: pulumi.Input['KeyVaultReferenceArgsDict']
|
|
492
|
+
"""
|
|
493
|
+
Azure Key Vault reference.
|
|
494
|
+
"""
|
|
495
|
+
secret_name: pulumi.Input[str]
|
|
496
|
+
"""
|
|
497
|
+
Azure Key Vault secret name.
|
|
498
|
+
"""
|
|
499
|
+
secret_version: NotRequired[pulumi.Input[str]]
|
|
500
|
+
"""
|
|
501
|
+
Azure Key Vault secret version.
|
|
502
|
+
"""
|
|
503
|
+
elif False:
|
|
504
|
+
KeyVaultParameterReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
505
|
+
|
|
506
|
+
@pulumi.input_type
|
|
507
|
+
class KeyVaultParameterReferenceArgs:
|
|
508
|
+
def __init__(__self__, *,
|
|
509
|
+
key_vault: pulumi.Input['KeyVaultReferenceArgs'],
|
|
510
|
+
secret_name: pulumi.Input[str],
|
|
511
|
+
secret_version: Optional[pulumi.Input[str]] = None):
|
|
512
|
+
"""
|
|
513
|
+
Azure Key Vault parameter reference.
|
|
514
|
+
:param pulumi.Input['KeyVaultReferenceArgs'] key_vault: Azure Key Vault reference.
|
|
515
|
+
:param pulumi.Input[str] secret_name: Azure Key Vault secret name.
|
|
516
|
+
:param pulumi.Input[str] secret_version: Azure Key Vault secret version.
|
|
517
|
+
"""
|
|
518
|
+
pulumi.set(__self__, "key_vault", key_vault)
|
|
519
|
+
pulumi.set(__self__, "secret_name", secret_name)
|
|
520
|
+
if secret_version is not None:
|
|
521
|
+
pulumi.set(__self__, "secret_version", secret_version)
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter(name="keyVault")
|
|
525
|
+
def key_vault(self) -> pulumi.Input['KeyVaultReferenceArgs']:
|
|
526
|
+
"""
|
|
527
|
+
Azure Key Vault reference.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "key_vault")
|
|
530
|
+
|
|
531
|
+
@key_vault.setter
|
|
532
|
+
def key_vault(self, value: pulumi.Input['KeyVaultReferenceArgs']):
|
|
533
|
+
pulumi.set(self, "key_vault", value)
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="secretName")
|
|
537
|
+
def secret_name(self) -> pulumi.Input[str]:
|
|
538
|
+
"""
|
|
539
|
+
Azure Key Vault secret name.
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "secret_name")
|
|
542
|
+
|
|
543
|
+
@secret_name.setter
|
|
544
|
+
def secret_name(self, value: pulumi.Input[str]):
|
|
545
|
+
pulumi.set(self, "secret_name", value)
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="secretVersion")
|
|
549
|
+
def secret_version(self) -> Optional[pulumi.Input[str]]:
|
|
550
|
+
"""
|
|
551
|
+
Azure Key Vault secret version.
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "secret_version")
|
|
554
|
+
|
|
555
|
+
@secret_version.setter
|
|
556
|
+
def secret_version(self, value: Optional[pulumi.Input[str]]):
|
|
557
|
+
pulumi.set(self, "secret_version", value)
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
if not MYPY:
|
|
561
|
+
class KeyVaultReferenceArgsDict(TypedDict):
|
|
562
|
+
"""
|
|
563
|
+
Azure Key Vault reference.
|
|
564
|
+
"""
|
|
565
|
+
id: pulumi.Input[str]
|
|
566
|
+
"""
|
|
567
|
+
Azure Key Vault resource id.
|
|
568
|
+
"""
|
|
569
|
+
elif False:
|
|
570
|
+
KeyVaultReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
571
|
+
|
|
572
|
+
@pulumi.input_type
|
|
573
|
+
class KeyVaultReferenceArgs:
|
|
574
|
+
def __init__(__self__, *,
|
|
575
|
+
id: pulumi.Input[str]):
|
|
576
|
+
"""
|
|
577
|
+
Azure Key Vault reference.
|
|
578
|
+
:param pulumi.Input[str] id: Azure Key Vault resource id.
|
|
579
|
+
"""
|
|
580
|
+
pulumi.set(__self__, "id", id)
|
|
581
|
+
|
|
582
|
+
@property
|
|
583
|
+
@pulumi.getter
|
|
584
|
+
def id(self) -> pulumi.Input[str]:
|
|
585
|
+
"""
|
|
586
|
+
Azure Key Vault resource id.
|
|
587
|
+
"""
|
|
588
|
+
return pulumi.get(self, "id")
|
|
589
|
+
|
|
590
|
+
@id.setter
|
|
591
|
+
def id(self, value: pulumi.Input[str]):
|
|
592
|
+
pulumi.set(self, "id", value)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
if not MYPY:
|
|
596
|
+
class OnErrorDeploymentArgsDict(TypedDict):
|
|
597
|
+
"""
|
|
598
|
+
Deployment on error behavior.
|
|
599
|
+
"""
|
|
600
|
+
deployment_name: NotRequired[pulumi.Input[str]]
|
|
601
|
+
"""
|
|
602
|
+
The deployment to be used on error case.
|
|
603
|
+
"""
|
|
604
|
+
type: NotRequired[pulumi.Input['OnErrorDeploymentType']]
|
|
605
|
+
"""
|
|
606
|
+
The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.
|
|
607
|
+
"""
|
|
608
|
+
elif False:
|
|
609
|
+
OnErrorDeploymentArgsDict: TypeAlias = Mapping[str, Any]
|
|
610
|
+
|
|
611
|
+
@pulumi.input_type
|
|
612
|
+
class OnErrorDeploymentArgs:
|
|
613
|
+
def __init__(__self__, *,
|
|
614
|
+
deployment_name: Optional[pulumi.Input[str]] = None,
|
|
615
|
+
type: Optional[pulumi.Input['OnErrorDeploymentType']] = None):
|
|
616
|
+
"""
|
|
617
|
+
Deployment on error behavior.
|
|
618
|
+
:param pulumi.Input[str] deployment_name: The deployment to be used on error case.
|
|
619
|
+
:param pulumi.Input['OnErrorDeploymentType'] type: The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.
|
|
620
|
+
"""
|
|
621
|
+
if deployment_name is not None:
|
|
622
|
+
pulumi.set(__self__, "deployment_name", deployment_name)
|
|
623
|
+
if type is not None:
|
|
624
|
+
pulumi.set(__self__, "type", type)
|
|
625
|
+
|
|
626
|
+
@property
|
|
627
|
+
@pulumi.getter(name="deploymentName")
|
|
628
|
+
def deployment_name(self) -> Optional[pulumi.Input[str]]:
|
|
629
|
+
"""
|
|
630
|
+
The deployment to be used on error case.
|
|
631
|
+
"""
|
|
632
|
+
return pulumi.get(self, "deployment_name")
|
|
633
|
+
|
|
634
|
+
@deployment_name.setter
|
|
635
|
+
def deployment_name(self, value: Optional[pulumi.Input[str]]):
|
|
636
|
+
pulumi.set(self, "deployment_name", value)
|
|
637
|
+
|
|
638
|
+
@property
|
|
639
|
+
@pulumi.getter
|
|
640
|
+
def type(self) -> Optional[pulumi.Input['OnErrorDeploymentType']]:
|
|
641
|
+
"""
|
|
642
|
+
The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.
|
|
643
|
+
"""
|
|
644
|
+
return pulumi.get(self, "type")
|
|
645
|
+
|
|
646
|
+
@type.setter
|
|
647
|
+
def type(self, value: Optional[pulumi.Input['OnErrorDeploymentType']]):
|
|
648
|
+
pulumi.set(self, "type", value)
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
if not MYPY:
|
|
652
|
+
class ParametersLinkArgsDict(TypedDict):
|
|
653
|
+
"""
|
|
654
|
+
Entity representing the reference to the deployment parameters.
|
|
655
|
+
"""
|
|
656
|
+
uri: pulumi.Input[str]
|
|
657
|
+
"""
|
|
658
|
+
The URI of the parameters file.
|
|
659
|
+
"""
|
|
660
|
+
content_version: NotRequired[pulumi.Input[str]]
|
|
661
|
+
"""
|
|
662
|
+
If included, must match the ContentVersion in the template.
|
|
663
|
+
"""
|
|
664
|
+
elif False:
|
|
665
|
+
ParametersLinkArgsDict: TypeAlias = Mapping[str, Any]
|
|
666
|
+
|
|
667
|
+
@pulumi.input_type
|
|
668
|
+
class ParametersLinkArgs:
|
|
669
|
+
def __init__(__self__, *,
|
|
670
|
+
uri: pulumi.Input[str],
|
|
671
|
+
content_version: Optional[pulumi.Input[str]] = None):
|
|
672
|
+
"""
|
|
673
|
+
Entity representing the reference to the deployment parameters.
|
|
674
|
+
:param pulumi.Input[str] uri: The URI of the parameters file.
|
|
675
|
+
:param pulumi.Input[str] content_version: If included, must match the ContentVersion in the template.
|
|
676
|
+
"""
|
|
677
|
+
pulumi.set(__self__, "uri", uri)
|
|
678
|
+
if content_version is not None:
|
|
679
|
+
pulumi.set(__self__, "content_version", content_version)
|
|
680
|
+
|
|
681
|
+
@property
|
|
682
|
+
@pulumi.getter
|
|
683
|
+
def uri(self) -> pulumi.Input[str]:
|
|
684
|
+
"""
|
|
685
|
+
The URI of the parameters file.
|
|
686
|
+
"""
|
|
687
|
+
return pulumi.get(self, "uri")
|
|
688
|
+
|
|
689
|
+
@uri.setter
|
|
690
|
+
def uri(self, value: pulumi.Input[str]):
|
|
691
|
+
pulumi.set(self, "uri", value)
|
|
692
|
+
|
|
693
|
+
@property
|
|
694
|
+
@pulumi.getter(name="contentVersion")
|
|
695
|
+
def content_version(self) -> Optional[pulumi.Input[str]]:
|
|
696
|
+
"""
|
|
697
|
+
If included, must match the ContentVersion in the template.
|
|
698
|
+
"""
|
|
699
|
+
return pulumi.get(self, "content_version")
|
|
700
|
+
|
|
701
|
+
@content_version.setter
|
|
702
|
+
def content_version(self, value: Optional[pulumi.Input[str]]):
|
|
703
|
+
pulumi.set(self, "content_version", value)
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
if not MYPY:
|
|
707
|
+
class PlanArgsDict(TypedDict):
|
|
708
|
+
"""
|
|
709
|
+
Plan for the resource.
|
|
710
|
+
"""
|
|
711
|
+
name: NotRequired[pulumi.Input[str]]
|
|
712
|
+
"""
|
|
713
|
+
The plan ID.
|
|
714
|
+
"""
|
|
715
|
+
product: NotRequired[pulumi.Input[str]]
|
|
716
|
+
"""
|
|
717
|
+
The offer ID.
|
|
718
|
+
"""
|
|
719
|
+
promotion_code: NotRequired[pulumi.Input[str]]
|
|
720
|
+
"""
|
|
721
|
+
The promotion code.
|
|
722
|
+
"""
|
|
723
|
+
publisher: NotRequired[pulumi.Input[str]]
|
|
724
|
+
"""
|
|
725
|
+
The publisher ID.
|
|
726
|
+
"""
|
|
727
|
+
version: NotRequired[pulumi.Input[str]]
|
|
728
|
+
"""
|
|
729
|
+
The plan's version.
|
|
730
|
+
"""
|
|
731
|
+
elif False:
|
|
732
|
+
PlanArgsDict: TypeAlias = Mapping[str, Any]
|
|
733
|
+
|
|
734
|
+
@pulumi.input_type
|
|
735
|
+
class PlanArgs:
|
|
736
|
+
def __init__(__self__, *,
|
|
737
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
738
|
+
product: Optional[pulumi.Input[str]] = None,
|
|
739
|
+
promotion_code: Optional[pulumi.Input[str]] = None,
|
|
740
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
741
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
742
|
+
"""
|
|
743
|
+
Plan for the resource.
|
|
744
|
+
:param pulumi.Input[str] name: The plan ID.
|
|
745
|
+
:param pulumi.Input[str] product: The offer ID.
|
|
746
|
+
:param pulumi.Input[str] promotion_code: The promotion code.
|
|
747
|
+
:param pulumi.Input[str] publisher: The publisher ID.
|
|
748
|
+
:param pulumi.Input[str] version: The plan's version.
|
|
749
|
+
"""
|
|
750
|
+
if name is not None:
|
|
751
|
+
pulumi.set(__self__, "name", name)
|
|
752
|
+
if product is not None:
|
|
753
|
+
pulumi.set(__self__, "product", product)
|
|
754
|
+
if promotion_code is not None:
|
|
755
|
+
pulumi.set(__self__, "promotion_code", promotion_code)
|
|
756
|
+
if publisher is not None:
|
|
757
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
758
|
+
if version is not None:
|
|
759
|
+
pulumi.set(__self__, "version", version)
|
|
760
|
+
|
|
761
|
+
@property
|
|
762
|
+
@pulumi.getter
|
|
763
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
764
|
+
"""
|
|
765
|
+
The plan ID.
|
|
766
|
+
"""
|
|
767
|
+
return pulumi.get(self, "name")
|
|
768
|
+
|
|
769
|
+
@name.setter
|
|
770
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
771
|
+
pulumi.set(self, "name", value)
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
@pulumi.getter
|
|
775
|
+
def product(self) -> Optional[pulumi.Input[str]]:
|
|
776
|
+
"""
|
|
777
|
+
The offer ID.
|
|
778
|
+
"""
|
|
779
|
+
return pulumi.get(self, "product")
|
|
780
|
+
|
|
781
|
+
@product.setter
|
|
782
|
+
def product(self, value: Optional[pulumi.Input[str]]):
|
|
783
|
+
pulumi.set(self, "product", value)
|
|
784
|
+
|
|
785
|
+
@property
|
|
786
|
+
@pulumi.getter(name="promotionCode")
|
|
787
|
+
def promotion_code(self) -> Optional[pulumi.Input[str]]:
|
|
788
|
+
"""
|
|
789
|
+
The promotion code.
|
|
790
|
+
"""
|
|
791
|
+
return pulumi.get(self, "promotion_code")
|
|
792
|
+
|
|
793
|
+
@promotion_code.setter
|
|
794
|
+
def promotion_code(self, value: Optional[pulumi.Input[str]]):
|
|
795
|
+
pulumi.set(self, "promotion_code", value)
|
|
796
|
+
|
|
797
|
+
@property
|
|
798
|
+
@pulumi.getter
|
|
799
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
800
|
+
"""
|
|
801
|
+
The publisher ID.
|
|
802
|
+
"""
|
|
803
|
+
return pulumi.get(self, "publisher")
|
|
804
|
+
|
|
805
|
+
@publisher.setter
|
|
806
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
807
|
+
pulumi.set(self, "publisher", value)
|
|
808
|
+
|
|
809
|
+
@property
|
|
810
|
+
@pulumi.getter
|
|
811
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
812
|
+
"""
|
|
813
|
+
The plan's version.
|
|
814
|
+
"""
|
|
815
|
+
return pulumi.get(self, "version")
|
|
816
|
+
|
|
817
|
+
@version.setter
|
|
818
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
819
|
+
pulumi.set(self, "version", value)
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
if not MYPY:
|
|
823
|
+
class SkuArgsDict(TypedDict):
|
|
824
|
+
"""
|
|
825
|
+
SKU for the resource.
|
|
826
|
+
"""
|
|
827
|
+
capacity: NotRequired[pulumi.Input[int]]
|
|
828
|
+
"""
|
|
829
|
+
The SKU capacity.
|
|
830
|
+
"""
|
|
831
|
+
family: NotRequired[pulumi.Input[str]]
|
|
832
|
+
"""
|
|
833
|
+
The SKU family.
|
|
834
|
+
"""
|
|
835
|
+
model: NotRequired[pulumi.Input[str]]
|
|
836
|
+
"""
|
|
837
|
+
The SKU model.
|
|
838
|
+
"""
|
|
839
|
+
name: NotRequired[pulumi.Input[str]]
|
|
840
|
+
"""
|
|
841
|
+
The SKU name.
|
|
842
|
+
"""
|
|
843
|
+
size: NotRequired[pulumi.Input[str]]
|
|
844
|
+
"""
|
|
845
|
+
The SKU size.
|
|
846
|
+
"""
|
|
847
|
+
tier: NotRequired[pulumi.Input[str]]
|
|
848
|
+
"""
|
|
849
|
+
The SKU tier.
|
|
850
|
+
"""
|
|
851
|
+
elif False:
|
|
852
|
+
SkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
853
|
+
|
|
854
|
+
@pulumi.input_type
|
|
855
|
+
class SkuArgs:
|
|
856
|
+
def __init__(__self__, *,
|
|
857
|
+
capacity: Optional[pulumi.Input[int]] = None,
|
|
858
|
+
family: Optional[pulumi.Input[str]] = None,
|
|
859
|
+
model: Optional[pulumi.Input[str]] = None,
|
|
860
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
861
|
+
size: Optional[pulumi.Input[str]] = None,
|
|
862
|
+
tier: Optional[pulumi.Input[str]] = None):
|
|
863
|
+
"""
|
|
864
|
+
SKU for the resource.
|
|
865
|
+
:param pulumi.Input[int] capacity: The SKU capacity.
|
|
866
|
+
:param pulumi.Input[str] family: The SKU family.
|
|
867
|
+
:param pulumi.Input[str] model: The SKU model.
|
|
868
|
+
:param pulumi.Input[str] name: The SKU name.
|
|
869
|
+
:param pulumi.Input[str] size: The SKU size.
|
|
870
|
+
:param pulumi.Input[str] tier: The SKU tier.
|
|
871
|
+
"""
|
|
872
|
+
if capacity is not None:
|
|
873
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
874
|
+
if family is not None:
|
|
875
|
+
pulumi.set(__self__, "family", family)
|
|
876
|
+
if model is not None:
|
|
877
|
+
pulumi.set(__self__, "model", model)
|
|
878
|
+
if name is not None:
|
|
879
|
+
pulumi.set(__self__, "name", name)
|
|
880
|
+
if size is not None:
|
|
881
|
+
pulumi.set(__self__, "size", size)
|
|
882
|
+
if tier is not None:
|
|
883
|
+
pulumi.set(__self__, "tier", tier)
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
@pulumi.getter
|
|
887
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
888
|
+
"""
|
|
889
|
+
The SKU capacity.
|
|
890
|
+
"""
|
|
891
|
+
return pulumi.get(self, "capacity")
|
|
892
|
+
|
|
893
|
+
@capacity.setter
|
|
894
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
895
|
+
pulumi.set(self, "capacity", value)
|
|
896
|
+
|
|
897
|
+
@property
|
|
898
|
+
@pulumi.getter
|
|
899
|
+
def family(self) -> Optional[pulumi.Input[str]]:
|
|
900
|
+
"""
|
|
901
|
+
The SKU family.
|
|
902
|
+
"""
|
|
903
|
+
return pulumi.get(self, "family")
|
|
904
|
+
|
|
905
|
+
@family.setter
|
|
906
|
+
def family(self, value: Optional[pulumi.Input[str]]):
|
|
907
|
+
pulumi.set(self, "family", value)
|
|
908
|
+
|
|
909
|
+
@property
|
|
910
|
+
@pulumi.getter
|
|
911
|
+
def model(self) -> Optional[pulumi.Input[str]]:
|
|
912
|
+
"""
|
|
913
|
+
The SKU model.
|
|
914
|
+
"""
|
|
915
|
+
return pulumi.get(self, "model")
|
|
916
|
+
|
|
917
|
+
@model.setter
|
|
918
|
+
def model(self, value: Optional[pulumi.Input[str]]):
|
|
919
|
+
pulumi.set(self, "model", value)
|
|
920
|
+
|
|
921
|
+
@property
|
|
922
|
+
@pulumi.getter
|
|
923
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
924
|
+
"""
|
|
925
|
+
The SKU name.
|
|
926
|
+
"""
|
|
927
|
+
return pulumi.get(self, "name")
|
|
928
|
+
|
|
929
|
+
@name.setter
|
|
930
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
931
|
+
pulumi.set(self, "name", value)
|
|
932
|
+
|
|
933
|
+
@property
|
|
934
|
+
@pulumi.getter
|
|
935
|
+
def size(self) -> Optional[pulumi.Input[str]]:
|
|
936
|
+
"""
|
|
937
|
+
The SKU size.
|
|
938
|
+
"""
|
|
939
|
+
return pulumi.get(self, "size")
|
|
940
|
+
|
|
941
|
+
@size.setter
|
|
942
|
+
def size(self, value: Optional[pulumi.Input[str]]):
|
|
943
|
+
pulumi.set(self, "size", value)
|
|
944
|
+
|
|
945
|
+
@property
|
|
946
|
+
@pulumi.getter
|
|
947
|
+
def tier(self) -> Optional[pulumi.Input[str]]:
|
|
948
|
+
"""
|
|
949
|
+
The SKU tier.
|
|
950
|
+
"""
|
|
951
|
+
return pulumi.get(self, "tier")
|
|
952
|
+
|
|
953
|
+
@tier.setter
|
|
954
|
+
def tier(self, value: Optional[pulumi.Input[str]]):
|
|
955
|
+
pulumi.set(self, "tier", value)
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
if not MYPY:
|
|
959
|
+
class TagsArgsDict(TypedDict):
|
|
960
|
+
"""
|
|
961
|
+
A dictionary of name and value pairs.
|
|
962
|
+
"""
|
|
963
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
964
|
+
elif False:
|
|
965
|
+
TagsArgsDict: TypeAlias = Mapping[str, Any]
|
|
966
|
+
|
|
967
|
+
@pulumi.input_type
|
|
968
|
+
class TagsArgs:
|
|
969
|
+
def __init__(__self__, *,
|
|
970
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
971
|
+
"""
|
|
972
|
+
A dictionary of name and value pairs.
|
|
973
|
+
"""
|
|
974
|
+
if tags is not None:
|
|
975
|
+
pulumi.set(__self__, "tags", tags)
|
|
976
|
+
|
|
977
|
+
@property
|
|
978
|
+
@pulumi.getter
|
|
979
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
980
|
+
return pulumi.get(self, "tags")
|
|
981
|
+
|
|
982
|
+
@tags.setter
|
|
983
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
984
|
+
pulumi.set(self, "tags", value)
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
if not MYPY:
|
|
988
|
+
class TemplateLinkArgsDict(TypedDict):
|
|
989
|
+
"""
|
|
990
|
+
Entity representing the reference to the template.
|
|
991
|
+
"""
|
|
992
|
+
content_version: NotRequired[pulumi.Input[str]]
|
|
993
|
+
"""
|
|
994
|
+
If included, must match the ContentVersion in the template.
|
|
995
|
+
"""
|
|
996
|
+
id: NotRequired[pulumi.Input[str]]
|
|
997
|
+
"""
|
|
998
|
+
The resource id of a Template Spec. Use either the id or uri property, but not both.
|
|
999
|
+
"""
|
|
1000
|
+
query_string: NotRequired[pulumi.Input[str]]
|
|
1001
|
+
"""
|
|
1002
|
+
The query string (for example, a SAS token) to be used with the templateLink URI.
|
|
1003
|
+
"""
|
|
1004
|
+
relative_path: NotRequired[pulumi.Input[str]]
|
|
1005
|
+
"""
|
|
1006
|
+
The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs
|
|
1007
|
+
"""
|
|
1008
|
+
uri: NotRequired[pulumi.Input[str]]
|
|
1009
|
+
"""
|
|
1010
|
+
The URI of the template to deploy. Use either the uri or id property, but not both.
|
|
1011
|
+
"""
|
|
1012
|
+
elif False:
|
|
1013
|
+
TemplateLinkArgsDict: TypeAlias = Mapping[str, Any]
|
|
1014
|
+
|
|
1015
|
+
@pulumi.input_type
|
|
1016
|
+
class TemplateLinkArgs:
|
|
1017
|
+
def __init__(__self__, *,
|
|
1018
|
+
content_version: Optional[pulumi.Input[str]] = None,
|
|
1019
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
1020
|
+
query_string: Optional[pulumi.Input[str]] = None,
|
|
1021
|
+
relative_path: Optional[pulumi.Input[str]] = None,
|
|
1022
|
+
uri: Optional[pulumi.Input[str]] = None):
|
|
1023
|
+
"""
|
|
1024
|
+
Entity representing the reference to the template.
|
|
1025
|
+
:param pulumi.Input[str] content_version: If included, must match the ContentVersion in the template.
|
|
1026
|
+
:param pulumi.Input[str] id: The resource id of a Template Spec. Use either the id or uri property, but not both.
|
|
1027
|
+
:param pulumi.Input[str] query_string: The query string (for example, a SAS token) to be used with the templateLink URI.
|
|
1028
|
+
:param pulumi.Input[str] relative_path: The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs
|
|
1029
|
+
:param pulumi.Input[str] uri: The URI of the template to deploy. Use either the uri or id property, but not both.
|
|
1030
|
+
"""
|
|
1031
|
+
if content_version is not None:
|
|
1032
|
+
pulumi.set(__self__, "content_version", content_version)
|
|
1033
|
+
if id is not None:
|
|
1034
|
+
pulumi.set(__self__, "id", id)
|
|
1035
|
+
if query_string is not None:
|
|
1036
|
+
pulumi.set(__self__, "query_string", query_string)
|
|
1037
|
+
if relative_path is not None:
|
|
1038
|
+
pulumi.set(__self__, "relative_path", relative_path)
|
|
1039
|
+
if uri is not None:
|
|
1040
|
+
pulumi.set(__self__, "uri", uri)
|
|
1041
|
+
|
|
1042
|
+
@property
|
|
1043
|
+
@pulumi.getter(name="contentVersion")
|
|
1044
|
+
def content_version(self) -> Optional[pulumi.Input[str]]:
|
|
1045
|
+
"""
|
|
1046
|
+
If included, must match the ContentVersion in the template.
|
|
1047
|
+
"""
|
|
1048
|
+
return pulumi.get(self, "content_version")
|
|
1049
|
+
|
|
1050
|
+
@content_version.setter
|
|
1051
|
+
def content_version(self, value: Optional[pulumi.Input[str]]):
|
|
1052
|
+
pulumi.set(self, "content_version", value)
|
|
1053
|
+
|
|
1054
|
+
@property
|
|
1055
|
+
@pulumi.getter
|
|
1056
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1057
|
+
"""
|
|
1058
|
+
The resource id of a Template Spec. Use either the id or uri property, but not both.
|
|
1059
|
+
"""
|
|
1060
|
+
return pulumi.get(self, "id")
|
|
1061
|
+
|
|
1062
|
+
@id.setter
|
|
1063
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1064
|
+
pulumi.set(self, "id", value)
|
|
1065
|
+
|
|
1066
|
+
@property
|
|
1067
|
+
@pulumi.getter(name="queryString")
|
|
1068
|
+
def query_string(self) -> Optional[pulumi.Input[str]]:
|
|
1069
|
+
"""
|
|
1070
|
+
The query string (for example, a SAS token) to be used with the templateLink URI.
|
|
1071
|
+
"""
|
|
1072
|
+
return pulumi.get(self, "query_string")
|
|
1073
|
+
|
|
1074
|
+
@query_string.setter
|
|
1075
|
+
def query_string(self, value: Optional[pulumi.Input[str]]):
|
|
1076
|
+
pulumi.set(self, "query_string", value)
|
|
1077
|
+
|
|
1078
|
+
@property
|
|
1079
|
+
@pulumi.getter(name="relativePath")
|
|
1080
|
+
def relative_path(self) -> Optional[pulumi.Input[str]]:
|
|
1081
|
+
"""
|
|
1082
|
+
The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs
|
|
1083
|
+
"""
|
|
1084
|
+
return pulumi.get(self, "relative_path")
|
|
1085
|
+
|
|
1086
|
+
@relative_path.setter
|
|
1087
|
+
def relative_path(self, value: Optional[pulumi.Input[str]]):
|
|
1088
|
+
pulumi.set(self, "relative_path", value)
|
|
1089
|
+
|
|
1090
|
+
@property
|
|
1091
|
+
@pulumi.getter
|
|
1092
|
+
def uri(self) -> Optional[pulumi.Input[str]]:
|
|
1093
|
+
"""
|
|
1094
|
+
The URI of the template to deploy. Use either the uri or id property, but not both.
|
|
1095
|
+
"""
|
|
1096
|
+
return pulumi.get(self, "uri")
|
|
1097
|
+
|
|
1098
|
+
@uri.setter
|
|
1099
|
+
def uri(self, value: Optional[pulumi.Input[str]]):
|
|
1100
|
+
pulumi.set(self, "uri", value)
|
|
1101
|
+
|
|
1102
|
+
|