pulumi-azure-native 2.53.0a1722950602__py3-none-any.whl → 2.54.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 +91 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/__init__.py +29 -0
- pulumi_azure_native/containerservice/v20240602preview/_enums.py +912 -0
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +9690 -0
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1691 -0
- pulumi_azure_native/containerservice/v20240602preview/get_agent_pool.py +817 -0
- pulumi_azure_native/containerservice/v20240602preview/get_load_balancer.py +206 -0
- pulumi_azure_native/containerservice/v20240602preview/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster.py +838 -0
- pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster_snapshot.py +188 -0
- pulumi_azure_native/containerservice/v20240602preview/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240602preview/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240602preview/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +368 -0
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1595 -0
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +297 -0
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +8349 -0
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/contoso/__init__.py +19 -0
- pulumi_azure_native/contoso/_inputs.py +99 -0
- pulumi_azure_native/contoso/employee.py +259 -0
- pulumi_azure_native/contoso/get_employee.py +164 -0
- pulumi_azure_native/contoso/outputs.py +206 -0
- pulumi_azure_native/contoso/v20211001preview/__init__.py +11 -0
- pulumi_azure_native/contoso/v20211001preview/_inputs.py +99 -0
- pulumi_azure_native/contoso/v20211001preview/employee.py +257 -0
- pulumi_azure_native/contoso/v20211001preview/get_employee.py +162 -0
- pulumi_azure_native/contoso/v20211001preview/outputs.py +206 -0
- pulumi_azure_native/datafactory/_inputs.py +2520 -120
- pulumi_azure_native/datafactory/outputs.py +1557 -117
- pulumi_azure_native/datafactory/v20180601/_inputs.py +2520 -120
- pulumi_azure_native/datafactory/v20180601/outputs.py +1557 -117
- pulumi_azure_native/devcenter/__init__.py +5 -0
- pulumi_azure_native/devcenter/_inputs.py +58 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/curation_profile.py +261 -0
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_curation_profile.py +169 -0
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_plan.py +2 -2
- pulumi_azure_native/devcenter/get_plan_member.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +4 -0
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +36 -0
- pulumi_azure_native/devcenter/plan.py +3 -3
- pulumi_azure_native/devcenter/plan_member.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/__init__.py +50 -0
- pulumi_azure_native/devcenter/v20240801preview/_enums.py +219 -0
- pulumi_azure_native/devcenter/v20240801preview/_inputs.py +904 -0
- pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +260 -0
- pulumi_azure_native/devcenter/v20240801preview/catalog.py +368 -0
- pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +259 -0
- pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +418 -0
- pulumi_azure_native/devcenter/v20240801preview/dev_center.py +481 -0
- pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +347 -0
- pulumi_azure_native/devcenter/v20240801preview/environment_type.py +258 -0
- pulumi_azure_native/devcenter/v20240801preview/gallery.py +230 -0
- pulumi_azure_native/devcenter/v20240801preview/get_attached_network_by_dev_center.py +193 -0
- pulumi_azure_native/devcenter/v20240801preview/get_catalog.py +258 -0
- pulumi_azure_native/devcenter/v20240801preview/get_catalog_sync_error_details.py +115 -0
- pulumi_azure_native/devcenter/v20240801preview/get_curation_profile.py +167 -0
- pulumi_azure_native/devcenter/v20240801preview/get_customization_task_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20240801preview/get_dev_box_definition.py +271 -0
- pulumi_azure_native/devcenter/v20240801preview/get_dev_center.py +279 -0
- pulumi_azure_native/devcenter/v20240801preview/get_encryption_set.py +206 -0
- pulumi_azure_native/devcenter/v20240801preview/get_environment_definition_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20240801preview/get_environment_type.py +167 -0
- pulumi_azure_native/devcenter/v20240801preview/get_gallery.py +154 -0
- pulumi_azure_native/devcenter/v20240801preview/get_network_connection.py +266 -0
- pulumi_azure_native/devcenter/v20240801preview/get_plan.py +175 -0
- pulumi_azure_native/devcenter/v20240801preview/get_plan_member.py +193 -0
- pulumi_azure_native/devcenter/v20240801preview/get_pool.py +349 -0
- pulumi_azure_native/devcenter/v20240801preview/get_project.py +253 -0
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog.py +258 -0
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_environment_definition_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_image_definition_build_details.py +216 -0
- pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_sync_error_details.py +115 -0
- pulumi_azure_native/devcenter/v20240801preview/get_project_environment_type.py +258 -0
- pulumi_azure_native/devcenter/v20240801preview/get_project_inherited_settings.py +97 -0
- pulumi_azure_native/devcenter/v20240801preview/get_schedule.py +229 -0
- pulumi_azure_native/devcenter/v20240801preview/list_skus_by_project.py +97 -0
- pulumi_azure_native/devcenter/v20240801preview/network_connection.py +453 -0
- pulumi_azure_native/devcenter/v20240801preview/outputs.py +1899 -0
- pulumi_azure_native/devcenter/v20240801preview/plan.py +268 -0
- pulumi_azure_native/devcenter/v20240801preview/plan_member.py +298 -0
- pulumi_azure_native/devcenter/v20240801preview/pool.py +613 -0
- pulumi_azure_native/devcenter/v20240801preview/project.py +423 -0
- pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +368 -0
- pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +444 -0
- pulumi_azure_native/devcenter/v20240801preview/schedule.py +439 -0
- pulumi_azure_native/iotoperations/__init__.py +34 -0
- pulumi_azure_native/iotoperations/_enums.py +544 -0
- pulumi_azure_native/iotoperations/_inputs.py +6026 -0
- pulumi_azure_native/iotoperations/broker.py +253 -0
- pulumi_azure_native/iotoperations/broker_authentication.py +274 -0
- pulumi_azure_native/iotoperations/broker_authorization.py +274 -0
- pulumi_azure_native/iotoperations/broker_listener.py +274 -0
- pulumi_azure_native/iotoperations/data_flow.py +274 -0
- pulumi_azure_native/iotoperations/data_flow_endpoint.py +253 -0
- pulumi_azure_native/iotoperations/data_flow_profile.py +253 -0
- pulumi_azure_native/iotoperations/get_broker.py +156 -0
- pulumi_azure_native/iotoperations/get_broker_authentication.py +161 -0
- pulumi_azure_native/iotoperations/get_broker_authorization.py +161 -0
- pulumi_azure_native/iotoperations/get_broker_listener.py +161 -0
- pulumi_azure_native/iotoperations/get_data_flow.py +161 -0
- pulumi_azure_native/iotoperations/get_data_flow_endpoint.py +156 -0
- pulumi_azure_native/iotoperations/get_data_flow_profile.py +156 -0
- pulumi_azure_native/iotoperations/get_instance.py +177 -0
- pulumi_azure_native/iotoperations/instance.py +290 -0
- pulumi_azure_native/iotoperations/outputs.py +4991 -0
- pulumi_azure_native/iotoperations/v20240701preview/__init__.py +26 -0
- pulumi_azure_native/iotoperations/v20240701preview/_enums.py +544 -0
- pulumi_azure_native/iotoperations/v20240701preview/_inputs.py +6026 -0
- pulumi_azure_native/iotoperations/v20240701preview/broker.py +251 -0
- pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +272 -0
- pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +272 -0
- pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +272 -0
- pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +272 -0
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +251 -0
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +251 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_broker.py +154 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_broker_authentication.py +159 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_broker_authorization.py +159 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_broker_listener.py +159 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_data_flow.py +159 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_endpoint.py +154 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_profile.py +154 -0
- pulumi_azure_native/iotoperations/v20240701preview/get_instance.py +175 -0
- pulumi_azure_native/iotoperations/v20240701preview/instance.py +288 -0
- pulumi_azure_native/iotoperations/v20240701preview/outputs.py +4991 -0
- pulumi_azure_native/portal/_enums.py +11 -0
- pulumi_azure_native/portal/_inputs.py +387 -94
- pulumi_azure_native/portal/dashboard.py +41 -60
- pulumi_azure_native/portal/get_dashboard.py +29 -29
- pulumi_azure_native/portal/get_tenant_configuration.py +32 -18
- pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +3 -3
- pulumi_azure_native/portal/outputs.py +446 -76
- pulumi_azure_native/portal/tenant_configuration.py +40 -28
- pulumi_azure_native/portal/v20200901preview/__init__.py +1 -0
- pulumi_azure_native/portal/v20200901preview/_enums.py +19 -0
- pulumi_azure_native/portal/v20200901preview/_inputs.py +139 -42
- pulumi_azure_native/portal/v20200901preview/dashboard.py +41 -60
- pulumi_azure_native/portal/v20200901preview/get_dashboard.py +29 -29
- pulumi_azure_native/portal/v20200901preview/get_tenant_configuration.py +32 -18
- pulumi_azure_native/portal/v20200901preview/list_list_tenant_configuration_violation.py +3 -3
- pulumi_azure_native/portal/v20200901preview/outputs.py +314 -84
- pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +40 -28
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/RECORD +447 -327
- {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.53.0a1722950602.dist-info → pulumi_azure_native-2.54.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,368 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['ProjectCatalogArgs', 'ProjectCatalog']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class ProjectCatalogArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
project_name: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
ado_git: Optional[pulumi.Input['GitCatalogArgs']] = None,
|
|
28
|
+
catalog_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
git_hub: Optional[pulumi.Input['GitCatalogArgs']] = None,
|
|
30
|
+
sync_type: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]] = None,
|
|
31
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
32
|
+
"""
|
|
33
|
+
The set of arguments for constructing a ProjectCatalog resource.
|
|
34
|
+
:param pulumi.Input[str] project_name: The name of the project.
|
|
35
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
36
|
+
:param pulumi.Input['GitCatalogArgs'] ado_git: Properties for an Azure DevOps catalog type.
|
|
37
|
+
:param pulumi.Input[str] catalog_name: The name of the Catalog.
|
|
38
|
+
:param pulumi.Input['GitCatalogArgs'] git_hub: Properties for a GitHub catalog type.
|
|
39
|
+
:param pulumi.Input[Union[str, 'CatalogSyncType']] sync_type: Indicates the type of sync that is configured for the catalog.
|
|
40
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
41
|
+
"""
|
|
42
|
+
pulumi.set(__self__, "project_name", project_name)
|
|
43
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
44
|
+
if ado_git is not None:
|
|
45
|
+
pulumi.set(__self__, "ado_git", ado_git)
|
|
46
|
+
if catalog_name is not None:
|
|
47
|
+
pulumi.set(__self__, "catalog_name", catalog_name)
|
|
48
|
+
if git_hub is not None:
|
|
49
|
+
pulumi.set(__self__, "git_hub", git_hub)
|
|
50
|
+
if sync_type is not None:
|
|
51
|
+
pulumi.set(__self__, "sync_type", sync_type)
|
|
52
|
+
if tags is not None:
|
|
53
|
+
pulumi.set(__self__, "tags", tags)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="projectName")
|
|
57
|
+
def project_name(self) -> pulumi.Input[str]:
|
|
58
|
+
"""
|
|
59
|
+
The name of the project.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "project_name")
|
|
62
|
+
|
|
63
|
+
@project_name.setter
|
|
64
|
+
def project_name(self, value: pulumi.Input[str]):
|
|
65
|
+
pulumi.set(self, "project_name", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="resourceGroupName")
|
|
69
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
70
|
+
"""
|
|
71
|
+
The name of the resource group. The name is case insensitive.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "resource_group_name")
|
|
74
|
+
|
|
75
|
+
@resource_group_name.setter
|
|
76
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
77
|
+
pulumi.set(self, "resource_group_name", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="adoGit")
|
|
81
|
+
def ado_git(self) -> Optional[pulumi.Input['GitCatalogArgs']]:
|
|
82
|
+
"""
|
|
83
|
+
Properties for an Azure DevOps catalog type.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "ado_git")
|
|
86
|
+
|
|
87
|
+
@ado_git.setter
|
|
88
|
+
def ado_git(self, value: Optional[pulumi.Input['GitCatalogArgs']]):
|
|
89
|
+
pulumi.set(self, "ado_git", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="catalogName")
|
|
93
|
+
def catalog_name(self) -> Optional[pulumi.Input[str]]:
|
|
94
|
+
"""
|
|
95
|
+
The name of the Catalog.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "catalog_name")
|
|
98
|
+
|
|
99
|
+
@catalog_name.setter
|
|
100
|
+
def catalog_name(self, value: Optional[pulumi.Input[str]]):
|
|
101
|
+
pulumi.set(self, "catalog_name", value)
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="gitHub")
|
|
105
|
+
def git_hub(self) -> Optional[pulumi.Input['GitCatalogArgs']]:
|
|
106
|
+
"""
|
|
107
|
+
Properties for a GitHub catalog type.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "git_hub")
|
|
110
|
+
|
|
111
|
+
@git_hub.setter
|
|
112
|
+
def git_hub(self, value: Optional[pulumi.Input['GitCatalogArgs']]):
|
|
113
|
+
pulumi.set(self, "git_hub", value)
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="syncType")
|
|
117
|
+
def sync_type(self) -> Optional[pulumi.Input[Union[str, 'CatalogSyncType']]]:
|
|
118
|
+
"""
|
|
119
|
+
Indicates the type of sync that is configured for the catalog.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "sync_type")
|
|
122
|
+
|
|
123
|
+
@sync_type.setter
|
|
124
|
+
def sync_type(self, value: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]]):
|
|
125
|
+
pulumi.set(self, "sync_type", value)
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
130
|
+
"""
|
|
131
|
+
Resource tags.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "tags")
|
|
134
|
+
|
|
135
|
+
@tags.setter
|
|
136
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
137
|
+
pulumi.set(self, "tags", value)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
class ProjectCatalog(pulumi.CustomResource):
|
|
141
|
+
@overload
|
|
142
|
+
def __init__(__self__,
|
|
143
|
+
resource_name: str,
|
|
144
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
145
|
+
ado_git: Optional[pulumi.Input[Union['GitCatalogArgs', 'GitCatalogArgsDict']]] = None,
|
|
146
|
+
catalog_name: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
git_hub: Optional[pulumi.Input[Union['GitCatalogArgs', 'GitCatalogArgsDict']]] = None,
|
|
148
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
sync_type: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]] = None,
|
|
151
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
152
|
+
__props__=None):
|
|
153
|
+
"""
|
|
154
|
+
Represents a catalog.
|
|
155
|
+
|
|
156
|
+
:param str resource_name: The name of the resource.
|
|
157
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
158
|
+
:param pulumi.Input[Union['GitCatalogArgs', 'GitCatalogArgsDict']] ado_git: Properties for an Azure DevOps catalog type.
|
|
159
|
+
:param pulumi.Input[str] catalog_name: The name of the Catalog.
|
|
160
|
+
:param pulumi.Input[Union['GitCatalogArgs', 'GitCatalogArgsDict']] git_hub: Properties for a GitHub catalog type.
|
|
161
|
+
:param pulumi.Input[str] project_name: The name of the project.
|
|
162
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
163
|
+
:param pulumi.Input[Union[str, 'CatalogSyncType']] sync_type: Indicates the type of sync that is configured for the catalog.
|
|
164
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
165
|
+
"""
|
|
166
|
+
...
|
|
167
|
+
@overload
|
|
168
|
+
def __init__(__self__,
|
|
169
|
+
resource_name: str,
|
|
170
|
+
args: ProjectCatalogArgs,
|
|
171
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
172
|
+
"""
|
|
173
|
+
Represents a catalog.
|
|
174
|
+
|
|
175
|
+
:param str resource_name: The name of the resource.
|
|
176
|
+
:param ProjectCatalogArgs args: The arguments to use to populate this resource's properties.
|
|
177
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
178
|
+
"""
|
|
179
|
+
...
|
|
180
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
181
|
+
resource_args, opts = _utilities.get_resource_args_opts(ProjectCatalogArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
182
|
+
if resource_args is not None:
|
|
183
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
184
|
+
else:
|
|
185
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
186
|
+
|
|
187
|
+
def _internal_init(__self__,
|
|
188
|
+
resource_name: str,
|
|
189
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
190
|
+
ado_git: Optional[pulumi.Input[Union['GitCatalogArgs', 'GitCatalogArgsDict']]] = None,
|
|
191
|
+
catalog_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
git_hub: Optional[pulumi.Input[Union['GitCatalogArgs', 'GitCatalogArgsDict']]] = None,
|
|
193
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
195
|
+
sync_type: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]] = None,
|
|
196
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
197
|
+
__props__=None):
|
|
198
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
199
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
200
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
201
|
+
if opts.id is None:
|
|
202
|
+
if __props__ is not None:
|
|
203
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
204
|
+
__props__ = ProjectCatalogArgs.__new__(ProjectCatalogArgs)
|
|
205
|
+
|
|
206
|
+
__props__.__dict__["ado_git"] = ado_git
|
|
207
|
+
__props__.__dict__["catalog_name"] = catalog_name
|
|
208
|
+
__props__.__dict__["git_hub"] = git_hub
|
|
209
|
+
if project_name is None and not opts.urn:
|
|
210
|
+
raise TypeError("Missing required property 'project_name'")
|
|
211
|
+
__props__.__dict__["project_name"] = project_name
|
|
212
|
+
if resource_group_name is None and not opts.urn:
|
|
213
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
214
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
215
|
+
__props__.__dict__["sync_type"] = sync_type
|
|
216
|
+
__props__.__dict__["tags"] = tags
|
|
217
|
+
__props__.__dict__["connection_state"] = None
|
|
218
|
+
__props__.__dict__["last_connection_time"] = None
|
|
219
|
+
__props__.__dict__["last_sync_stats"] = None
|
|
220
|
+
__props__.__dict__["last_sync_time"] = None
|
|
221
|
+
__props__.__dict__["name"] = None
|
|
222
|
+
__props__.__dict__["provisioning_state"] = None
|
|
223
|
+
__props__.__dict__["sync_state"] = None
|
|
224
|
+
__props__.__dict__["system_data"] = None
|
|
225
|
+
__props__.__dict__["type"] = None
|
|
226
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter:ProjectCatalog"), pulumi.Alias(type_="azure-native:devcenter/v20240201:ProjectCatalog"), pulumi.Alias(type_="azure-native:devcenter/v20240501preview:ProjectCatalog"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:ProjectCatalog"), pulumi.Alias(type_="azure-native:devcenter/v20240701preview:ProjectCatalog")])
|
|
227
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
228
|
+
super(ProjectCatalog, __self__).__init__(
|
|
229
|
+
'azure-native:devcenter/v20240801preview:ProjectCatalog',
|
|
230
|
+
resource_name,
|
|
231
|
+
__props__,
|
|
232
|
+
opts)
|
|
233
|
+
|
|
234
|
+
@staticmethod
|
|
235
|
+
def get(resource_name: str,
|
|
236
|
+
id: pulumi.Input[str],
|
|
237
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ProjectCatalog':
|
|
238
|
+
"""
|
|
239
|
+
Get an existing ProjectCatalog resource's state with the given name, id, and optional extra
|
|
240
|
+
properties used to qualify the lookup.
|
|
241
|
+
|
|
242
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
243
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
244
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
245
|
+
"""
|
|
246
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
247
|
+
|
|
248
|
+
__props__ = ProjectCatalogArgs.__new__(ProjectCatalogArgs)
|
|
249
|
+
|
|
250
|
+
__props__.__dict__["ado_git"] = None
|
|
251
|
+
__props__.__dict__["connection_state"] = None
|
|
252
|
+
__props__.__dict__["git_hub"] = None
|
|
253
|
+
__props__.__dict__["last_connection_time"] = None
|
|
254
|
+
__props__.__dict__["last_sync_stats"] = None
|
|
255
|
+
__props__.__dict__["last_sync_time"] = None
|
|
256
|
+
__props__.__dict__["name"] = None
|
|
257
|
+
__props__.__dict__["provisioning_state"] = None
|
|
258
|
+
__props__.__dict__["sync_state"] = None
|
|
259
|
+
__props__.__dict__["sync_type"] = None
|
|
260
|
+
__props__.__dict__["system_data"] = None
|
|
261
|
+
__props__.__dict__["tags"] = None
|
|
262
|
+
__props__.__dict__["type"] = None
|
|
263
|
+
return ProjectCatalog(resource_name, opts=opts, __props__=__props__)
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="adoGit")
|
|
267
|
+
def ado_git(self) -> pulumi.Output[Optional['outputs.GitCatalogResponse']]:
|
|
268
|
+
"""
|
|
269
|
+
Properties for an Azure DevOps catalog type.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "ado_git")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter(name="connectionState")
|
|
275
|
+
def connection_state(self) -> pulumi.Output[str]:
|
|
276
|
+
"""
|
|
277
|
+
The connection state of the catalog.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "connection_state")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="gitHub")
|
|
283
|
+
def git_hub(self) -> pulumi.Output[Optional['outputs.GitCatalogResponse']]:
|
|
284
|
+
"""
|
|
285
|
+
Properties for a GitHub catalog type.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "git_hub")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="lastConnectionTime")
|
|
291
|
+
def last_connection_time(self) -> pulumi.Output[str]:
|
|
292
|
+
"""
|
|
293
|
+
When the catalog was last connected.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "last_connection_time")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="lastSyncStats")
|
|
299
|
+
def last_sync_stats(self) -> pulumi.Output['outputs.SyncStatsResponse']:
|
|
300
|
+
"""
|
|
301
|
+
Stats of the latest synchronization.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "last_sync_stats")
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter(name="lastSyncTime")
|
|
307
|
+
def last_sync_time(self) -> pulumi.Output[str]:
|
|
308
|
+
"""
|
|
309
|
+
When the catalog was last synced.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "last_sync_time")
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter
|
|
315
|
+
def name(self) -> pulumi.Output[str]:
|
|
316
|
+
"""
|
|
317
|
+
The name of the resource
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "name")
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="provisioningState")
|
|
323
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
324
|
+
"""
|
|
325
|
+
The provisioning state of the resource.
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "provisioning_state")
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter(name="syncState")
|
|
331
|
+
def sync_state(self) -> pulumi.Output[str]:
|
|
332
|
+
"""
|
|
333
|
+
The synchronization state of the catalog.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "sync_state")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="syncType")
|
|
339
|
+
def sync_type(self) -> pulumi.Output[Optional[str]]:
|
|
340
|
+
"""
|
|
341
|
+
Indicates the type of sync that is configured for the catalog.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "sync_type")
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter(name="systemData")
|
|
347
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
348
|
+
"""
|
|
349
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "system_data")
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter
|
|
355
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
356
|
+
"""
|
|
357
|
+
Resource tags.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "tags")
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter
|
|
363
|
+
def type(self) -> pulumi.Output[str]:
|
|
364
|
+
"""
|
|
365
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "type")
|
|
368
|
+
|