pulumi-azure-native 2.48.0a1719571301__py3-none-any.whl → 2.48.0a1719831157__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 -2
- pulumi_azure_native/billing/__init__.py +11 -0
- pulumi_azure_native/billing/_enums.py +71 -0
- pulumi_azure_native/billing/_inputs.py +1274 -0
- pulumi_azure_native/billing/associated_tenant.py +226 -0
- pulumi_azure_native/billing/billing_profile.py +225 -0
- pulumi_azure_native/billing/billing_role_assignment_by_billing_account.py +5 -1
- pulumi_azure_native/billing/billing_role_assignment_by_department.py +5 -1
- pulumi_azure_native/billing/billing_role_assignment_by_enrollment_account.py +5 -1
- pulumi_azure_native/billing/get_associated_tenant.py +146 -0
- pulumi_azure_native/billing/get_billing_profile.py +146 -0
- pulumi_azure_native/billing/get_billing_role_assignment_by_billing_account.py +4 -0
- pulumi_azure_native/billing/get_billing_role_assignment_by_department.py +4 -0
- pulumi_azure_native/billing/get_billing_role_assignment_by_enrollment_account.py +4 -0
- pulumi_azure_native/billing/get_invoice_section.py +151 -0
- pulumi_azure_native/billing/invoice_section.py +247 -0
- pulumi_azure_native/billing/list_billing_account_invoice_sections_by_create_subscription_permission.py +2 -2
- pulumi_azure_native/billing/outputs.py +1728 -17
- pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_billing_account.py +1 -1
- pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_department.py +1 -1
- pulumi_azure_native/billing/v20191001preview/billing_role_assignment_by_enrollment_account.py +1 -1
- pulumi_azure_native/billing/v20240401/__init__.py +23 -0
- pulumi_azure_native/billing/v20240401/_enums.py +71 -0
- pulumi_azure_native/billing/v20240401/_inputs.py +1394 -0
- pulumi_azure_native/billing/v20240401/associated_tenant.py +224 -0
- pulumi_azure_native/billing/v20240401/billing_profile.py +223 -0
- pulumi_azure_native/billing/v20240401/billing_role_assignment_by_billing_account.py +223 -0
- pulumi_azure_native/billing/v20240401/billing_role_assignment_by_department.py +244 -0
- pulumi_azure_native/billing/v20240401/billing_role_assignment_by_enrollment_account.py +244 -0
- pulumi_azure_native/billing/v20240401/get_associated_tenant.py +144 -0
- pulumi_azure_native/billing/v20240401/get_billing_profile.py +144 -0
- pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_billing_account.py +144 -0
- pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_department.py +149 -0
- pulumi_azure_native/billing/v20240401/get_billing_role_assignment_by_enrollment_account.py +149 -0
- pulumi_azure_native/billing/v20240401/get_invoice_section.py +149 -0
- pulumi_azure_native/billing/v20240401/invoice_section.py +245 -0
- pulumi_azure_native/billing/v20240401/list_billing_account_invoice_sections_by_create_subscription_permission.py +92 -0
- pulumi_azure_native/billing/v20240401/outputs.py +2305 -0
- pulumi_azure_native/containerinstance/__init__.py +3 -0
- pulumi_azure_native/containerinstance/container_group.py +3 -3
- pulumi_azure_native/containerinstance/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/v20210301/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20210701/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20230201preview/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20230501/container_group.py +1 -1
- pulumi_azure_native/containerinstance/v20240501preview/__init__.py +12 -0
- pulumi_azure_native/containerinstance/v20240501preview/_enums.py +127 -0
- pulumi_azure_native/containerinstance/v20240501preview/_inputs.py +2019 -0
- pulumi_azure_native/containerinstance/v20240501preview/container_group.py +808 -0
- pulumi_azure_native/containerinstance/v20240501preview/get_container_group.py +420 -0
- pulumi_azure_native/containerinstance/v20240501preview/outputs.py +2605 -0
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/v20200701privatepreview/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/azure_ad_administrator.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/database.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/firewall_rule.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/azure_ad_administrator.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/database.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/azure_ad_administrator.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/configuration.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/database.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/firewall_rule.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/__init__.py +8 -0
- pulumi_azure_native/dbformysql/v20231230/_enums.py +17 -0
- pulumi_azure_native/dbformysql/v20231230/azure_ad_administrator.py +331 -0
- pulumi_azure_native/dbformysql/v20231230/configuration.py +353 -0
- pulumi_azure_native/dbformysql/v20231230/database.py +243 -0
- pulumi_azure_native/dbformysql/v20231230/firewall_rule.py +245 -0
- pulumi_azure_native/dbformysql/v20231230/get_azure_ad_administrator.py +188 -0
- pulumi_azure_native/dbformysql/v20231230/get_configuration.py +266 -0
- pulumi_azure_native/dbformysql/v20231230/get_database.py +149 -0
- pulumi_azure_native/dbformysql/v20231230/get_firewall_rule.py +149 -0
- pulumi_azure_native/devcenter/__init__.py +4 -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/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_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 +213 -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 +4 -0
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +226 -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/__init__.py +48 -0
- pulumi_azure_native/devcenter/v20240701preview/_enums.py +209 -0
- pulumi_azure_native/devcenter/v20240701preview/_inputs.py +595 -0
- pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20240701preview/catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20240701preview/dev_center.py +447 -0
- pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +342 -0
- pulumi_azure_native/devcenter/v20240701preview/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20240701preview/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20240701preview/get_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240701preview/get_customization_task_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240701preview/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20240701preview/get_dev_center.py +261 -0
- pulumi_azure_native/devcenter/v20240701preview/get_encryption_set.py +201 -0
- pulumi_azure_native/devcenter/v20240701preview/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240701preview/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20240701preview/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20240701preview/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20240701preview/get_plan.py +170 -0
- pulumi_azure_native/devcenter/v20240701preview/get_plan_member.py +175 -0
- pulumi_azure_native/devcenter/v20240701preview/get_pool.py +344 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project.py +248 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_image_definition_build_details.py +211 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240701preview/get_project_inherited_settings.py +92 -0
- pulumi_azure_native/devcenter/v20240701preview/get_schedule.py +224 -0
- pulumi_azure_native/devcenter/v20240701preview/list_skus_by_project.py +92 -0
- pulumi_azure_native/devcenter/v20240701preview/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20240701preview/outputs.py +1673 -0
- pulumi_azure_native/devcenter/v20240701preview/plan.py +263 -0
- pulumi_azure_native/devcenter/v20240701preview/plan_member.py +283 -0
- pulumi_azure_native/devcenter/v20240701preview/pool.py +608 -0
- pulumi_azure_native/devcenter/v20240701preview/project.py +418 -0
- pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20240701preview/schedule.py +434 -0
- pulumi_azure_native/fabric/__init__.py +20 -0
- pulumi_azure_native/fabric/_enums.py +19 -0
- pulumi_azure_native/fabric/_inputs.py +78 -0
- pulumi_azure_native/fabric/fabric_capacity.py +306 -0
- pulumi_azure_native/fabric/get_fabric_capacity.py +198 -0
- pulumi_azure_native/fabric/outputs.py +183 -0
- pulumi_azure_native/fabric/v20231101/__init__.py +12 -0
- pulumi_azure_native/fabric/v20231101/_enums.py +19 -0
- pulumi_azure_native/fabric/v20231101/_inputs.py +78 -0
- pulumi_azure_native/fabric/v20231101/fabric_capacity.py +304 -0
- pulumi_azure_native/fabric/v20231101/get_fabric_capacity.py +196 -0
- pulumi_azure_native/fabric/v20231101/outputs.py +183 -0
- pulumi_azure_native/kubernetes/__init__.py +3 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +1 -1
- pulumi_azure_native/kubernetes/v20240701preview/__init__.py +13 -0
- pulumi_azure_native/kubernetes/v20240701preview/_enums.py +76 -0
- pulumi_azure_native/kubernetes/v20240701preview/_inputs.py +401 -0
- pulumi_azure_native/kubernetes/v20240701preview/connected_cluster.py +788 -0
- pulumi_azure_native/kubernetes/v20240701preview/get_connected_cluster.py +469 -0
- pulumi_azure_native/kubernetes/v20240701preview/list_connected_cluster_user_credential.py +103 -0
- pulumi_azure_native/kubernetes/v20240701preview/outputs.py +827 -0
- pulumi_azure_native/loadtestservice/__init__.py +7 -0
- pulumi_azure_native/loadtestservice/get_load_test.py +2 -2
- pulumi_azure_native/loadtestservice/get_load_test_mapping.py +159 -0
- pulumi_azure_native/loadtestservice/get_load_test_profile_mapping.py +159 -0
- pulumi_azure_native/loadtestservice/load_test.py +3 -3
- pulumi_azure_native/loadtestservice/load_test_mapping.py +253 -0
- pulumi_azure_native/loadtestservice/load_test_profile_mapping.py +253 -0
- pulumi_azure_native/loadtestservice/v20211201preview/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/v20221201/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/v20231201preview/__init__.py +16 -0
- pulumi_azure_native/loadtestservice/v20231201preview/_enums.py +34 -0
- pulumi_azure_native/loadtestservice/v20231201preview/_inputs.py +137 -0
- pulumi_azure_native/loadtestservice/v20231201preview/get_load_test.py +209 -0
- pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_mapping.py +157 -0
- pulumi_azure_native/loadtestservice/v20231201preview/get_load_test_profile_mapping.py +157 -0
- pulumi_azure_native/loadtestservice/v20231201preview/load_test.py +331 -0
- pulumi_azure_native/loadtestservice/v20231201preview/load_test_mapping.py +251 -0
- pulumi_azure_native/loadtestservice/v20231201preview/load_test_profile_mapping.py +251 -0
- pulumi_azure_native/loadtestservice/v20231201preview/outputs.py +364 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719831157.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719831157.dist-info}/RECORD +293 -178
- {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719831157.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.48.0a1719571301.dist-info → pulumi_azure_native-2.48.0a1719831157.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,363 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['ProjectCatalogArgs', 'ProjectCatalog']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class ProjectCatalogArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
project_name: pulumi.Input[str],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
ado_git: Optional[pulumi.Input['GitCatalogArgs']] = None,
|
|
23
|
+
catalog_name: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
git_hub: Optional[pulumi.Input['GitCatalogArgs']] = None,
|
|
25
|
+
sync_type: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]] = None,
|
|
26
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
27
|
+
"""
|
|
28
|
+
The set of arguments for constructing a ProjectCatalog resource.
|
|
29
|
+
:param pulumi.Input[str] project_name: The name of the project.
|
|
30
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
31
|
+
:param pulumi.Input['GitCatalogArgs'] ado_git: Properties for an Azure DevOps catalog type.
|
|
32
|
+
:param pulumi.Input[str] catalog_name: The name of the Catalog.
|
|
33
|
+
:param pulumi.Input['GitCatalogArgs'] git_hub: Properties for a GitHub catalog type.
|
|
34
|
+
:param pulumi.Input[Union[str, 'CatalogSyncType']] sync_type: Indicates the type of sync that is configured for the catalog.
|
|
35
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
36
|
+
"""
|
|
37
|
+
pulumi.set(__self__, "project_name", project_name)
|
|
38
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
39
|
+
if ado_git is not None:
|
|
40
|
+
pulumi.set(__self__, "ado_git", ado_git)
|
|
41
|
+
if catalog_name is not None:
|
|
42
|
+
pulumi.set(__self__, "catalog_name", catalog_name)
|
|
43
|
+
if git_hub is not None:
|
|
44
|
+
pulumi.set(__self__, "git_hub", git_hub)
|
|
45
|
+
if sync_type is not None:
|
|
46
|
+
pulumi.set(__self__, "sync_type", sync_type)
|
|
47
|
+
if tags is not None:
|
|
48
|
+
pulumi.set(__self__, "tags", tags)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="projectName")
|
|
52
|
+
def project_name(self) -> pulumi.Input[str]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the project.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "project_name")
|
|
57
|
+
|
|
58
|
+
@project_name.setter
|
|
59
|
+
def project_name(self, value: pulumi.Input[str]):
|
|
60
|
+
pulumi.set(self, "project_name", value)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="resourceGroupName")
|
|
64
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
65
|
+
"""
|
|
66
|
+
The name of the resource group. The name is case insensitive.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "resource_group_name")
|
|
69
|
+
|
|
70
|
+
@resource_group_name.setter
|
|
71
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
72
|
+
pulumi.set(self, "resource_group_name", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="adoGit")
|
|
76
|
+
def ado_git(self) -> Optional[pulumi.Input['GitCatalogArgs']]:
|
|
77
|
+
"""
|
|
78
|
+
Properties for an Azure DevOps catalog type.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "ado_git")
|
|
81
|
+
|
|
82
|
+
@ado_git.setter
|
|
83
|
+
def ado_git(self, value: Optional[pulumi.Input['GitCatalogArgs']]):
|
|
84
|
+
pulumi.set(self, "ado_git", value)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="catalogName")
|
|
88
|
+
def catalog_name(self) -> Optional[pulumi.Input[str]]:
|
|
89
|
+
"""
|
|
90
|
+
The name of the Catalog.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "catalog_name")
|
|
93
|
+
|
|
94
|
+
@catalog_name.setter
|
|
95
|
+
def catalog_name(self, value: Optional[pulumi.Input[str]]):
|
|
96
|
+
pulumi.set(self, "catalog_name", value)
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="gitHub")
|
|
100
|
+
def git_hub(self) -> Optional[pulumi.Input['GitCatalogArgs']]:
|
|
101
|
+
"""
|
|
102
|
+
Properties for a GitHub catalog type.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "git_hub")
|
|
105
|
+
|
|
106
|
+
@git_hub.setter
|
|
107
|
+
def git_hub(self, value: Optional[pulumi.Input['GitCatalogArgs']]):
|
|
108
|
+
pulumi.set(self, "git_hub", value)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="syncType")
|
|
112
|
+
def sync_type(self) -> Optional[pulumi.Input[Union[str, 'CatalogSyncType']]]:
|
|
113
|
+
"""
|
|
114
|
+
Indicates the type of sync that is configured for the catalog.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "sync_type")
|
|
117
|
+
|
|
118
|
+
@sync_type.setter
|
|
119
|
+
def sync_type(self, value: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]]):
|
|
120
|
+
pulumi.set(self, "sync_type", value)
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
125
|
+
"""
|
|
126
|
+
Resource tags.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "tags")
|
|
129
|
+
|
|
130
|
+
@tags.setter
|
|
131
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
132
|
+
pulumi.set(self, "tags", value)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
class ProjectCatalog(pulumi.CustomResource):
|
|
136
|
+
@overload
|
|
137
|
+
def __init__(__self__,
|
|
138
|
+
resource_name: str,
|
|
139
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
140
|
+
ado_git: Optional[pulumi.Input[pulumi.InputType['GitCatalogArgs']]] = None,
|
|
141
|
+
catalog_name: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
git_hub: Optional[pulumi.Input[pulumi.InputType['GitCatalogArgs']]] = None,
|
|
143
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
sync_type: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]] = None,
|
|
146
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
147
|
+
__props__=None):
|
|
148
|
+
"""
|
|
149
|
+
Represents a catalog.
|
|
150
|
+
|
|
151
|
+
:param str resource_name: The name of the resource.
|
|
152
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
153
|
+
:param pulumi.Input[pulumi.InputType['GitCatalogArgs']] ado_git: Properties for an Azure DevOps catalog type.
|
|
154
|
+
:param pulumi.Input[str] catalog_name: The name of the Catalog.
|
|
155
|
+
:param pulumi.Input[pulumi.InputType['GitCatalogArgs']] git_hub: Properties for a GitHub catalog type.
|
|
156
|
+
:param pulumi.Input[str] project_name: The name of the project.
|
|
157
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
158
|
+
:param pulumi.Input[Union[str, 'CatalogSyncType']] sync_type: Indicates the type of sync that is configured for the catalog.
|
|
159
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
160
|
+
"""
|
|
161
|
+
...
|
|
162
|
+
@overload
|
|
163
|
+
def __init__(__self__,
|
|
164
|
+
resource_name: str,
|
|
165
|
+
args: ProjectCatalogArgs,
|
|
166
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
167
|
+
"""
|
|
168
|
+
Represents a catalog.
|
|
169
|
+
|
|
170
|
+
:param str resource_name: The name of the resource.
|
|
171
|
+
:param ProjectCatalogArgs args: The arguments to use to populate this resource's properties.
|
|
172
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
173
|
+
"""
|
|
174
|
+
...
|
|
175
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
176
|
+
resource_args, opts = _utilities.get_resource_args_opts(ProjectCatalogArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
177
|
+
if resource_args is not None:
|
|
178
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
179
|
+
else:
|
|
180
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
181
|
+
|
|
182
|
+
def _internal_init(__self__,
|
|
183
|
+
resource_name: str,
|
|
184
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
185
|
+
ado_git: Optional[pulumi.Input[pulumi.InputType['GitCatalogArgs']]] = None,
|
|
186
|
+
catalog_name: Optional[pulumi.Input[str]] = None,
|
|
187
|
+
git_hub: Optional[pulumi.Input[pulumi.InputType['GitCatalogArgs']]] = None,
|
|
188
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
189
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
190
|
+
sync_type: Optional[pulumi.Input[Union[str, 'CatalogSyncType']]] = None,
|
|
191
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
192
|
+
__props__=None):
|
|
193
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
194
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
195
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
196
|
+
if opts.id is None:
|
|
197
|
+
if __props__ is not None:
|
|
198
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
199
|
+
__props__ = ProjectCatalogArgs.__new__(ProjectCatalogArgs)
|
|
200
|
+
|
|
201
|
+
__props__.__dict__["ado_git"] = ado_git
|
|
202
|
+
__props__.__dict__["catalog_name"] = catalog_name
|
|
203
|
+
__props__.__dict__["git_hub"] = git_hub
|
|
204
|
+
if project_name is None and not opts.urn:
|
|
205
|
+
raise TypeError("Missing required property 'project_name'")
|
|
206
|
+
__props__.__dict__["project_name"] = project_name
|
|
207
|
+
if resource_group_name is None and not opts.urn:
|
|
208
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
209
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
210
|
+
__props__.__dict__["sync_type"] = sync_type
|
|
211
|
+
__props__.__dict__["tags"] = tags
|
|
212
|
+
__props__.__dict__["connection_state"] = None
|
|
213
|
+
__props__.__dict__["last_connection_time"] = None
|
|
214
|
+
__props__.__dict__["last_sync_stats"] = None
|
|
215
|
+
__props__.__dict__["last_sync_time"] = None
|
|
216
|
+
__props__.__dict__["name"] = None
|
|
217
|
+
__props__.__dict__["provisioning_state"] = None
|
|
218
|
+
__props__.__dict__["sync_state"] = None
|
|
219
|
+
__props__.__dict__["system_data"] = None
|
|
220
|
+
__props__.__dict__["type"] = None
|
|
221
|
+
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")])
|
|
222
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
223
|
+
super(ProjectCatalog, __self__).__init__(
|
|
224
|
+
'azure-native:devcenter/v20240701preview:ProjectCatalog',
|
|
225
|
+
resource_name,
|
|
226
|
+
__props__,
|
|
227
|
+
opts)
|
|
228
|
+
|
|
229
|
+
@staticmethod
|
|
230
|
+
def get(resource_name: str,
|
|
231
|
+
id: pulumi.Input[str],
|
|
232
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ProjectCatalog':
|
|
233
|
+
"""
|
|
234
|
+
Get an existing ProjectCatalog resource's state with the given name, id, and optional extra
|
|
235
|
+
properties used to qualify the lookup.
|
|
236
|
+
|
|
237
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
238
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
239
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
|
+
"""
|
|
241
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
242
|
+
|
|
243
|
+
__props__ = ProjectCatalogArgs.__new__(ProjectCatalogArgs)
|
|
244
|
+
|
|
245
|
+
__props__.__dict__["ado_git"] = None
|
|
246
|
+
__props__.__dict__["connection_state"] = None
|
|
247
|
+
__props__.__dict__["git_hub"] = None
|
|
248
|
+
__props__.__dict__["last_connection_time"] = None
|
|
249
|
+
__props__.__dict__["last_sync_stats"] = None
|
|
250
|
+
__props__.__dict__["last_sync_time"] = None
|
|
251
|
+
__props__.__dict__["name"] = None
|
|
252
|
+
__props__.__dict__["provisioning_state"] = None
|
|
253
|
+
__props__.__dict__["sync_state"] = None
|
|
254
|
+
__props__.__dict__["sync_type"] = None
|
|
255
|
+
__props__.__dict__["system_data"] = None
|
|
256
|
+
__props__.__dict__["tags"] = None
|
|
257
|
+
__props__.__dict__["type"] = None
|
|
258
|
+
return ProjectCatalog(resource_name, opts=opts, __props__=__props__)
|
|
259
|
+
|
|
260
|
+
@property
|
|
261
|
+
@pulumi.getter(name="adoGit")
|
|
262
|
+
def ado_git(self) -> pulumi.Output[Optional['outputs.GitCatalogResponse']]:
|
|
263
|
+
"""
|
|
264
|
+
Properties for an Azure DevOps catalog type.
|
|
265
|
+
"""
|
|
266
|
+
return pulumi.get(self, "ado_git")
|
|
267
|
+
|
|
268
|
+
@property
|
|
269
|
+
@pulumi.getter(name="connectionState")
|
|
270
|
+
def connection_state(self) -> pulumi.Output[str]:
|
|
271
|
+
"""
|
|
272
|
+
The connection state of the catalog.
|
|
273
|
+
"""
|
|
274
|
+
return pulumi.get(self, "connection_state")
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter(name="gitHub")
|
|
278
|
+
def git_hub(self) -> pulumi.Output[Optional['outputs.GitCatalogResponse']]:
|
|
279
|
+
"""
|
|
280
|
+
Properties for a GitHub catalog type.
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "git_hub")
|
|
283
|
+
|
|
284
|
+
@property
|
|
285
|
+
@pulumi.getter(name="lastConnectionTime")
|
|
286
|
+
def last_connection_time(self) -> pulumi.Output[str]:
|
|
287
|
+
"""
|
|
288
|
+
When the catalog was last connected.
|
|
289
|
+
"""
|
|
290
|
+
return pulumi.get(self, "last_connection_time")
|
|
291
|
+
|
|
292
|
+
@property
|
|
293
|
+
@pulumi.getter(name="lastSyncStats")
|
|
294
|
+
def last_sync_stats(self) -> pulumi.Output['outputs.SyncStatsResponse']:
|
|
295
|
+
"""
|
|
296
|
+
Stats of the latest synchronization.
|
|
297
|
+
"""
|
|
298
|
+
return pulumi.get(self, "last_sync_stats")
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
@pulumi.getter(name="lastSyncTime")
|
|
302
|
+
def last_sync_time(self) -> pulumi.Output[str]:
|
|
303
|
+
"""
|
|
304
|
+
When the catalog was last synced.
|
|
305
|
+
"""
|
|
306
|
+
return pulumi.get(self, "last_sync_time")
|
|
307
|
+
|
|
308
|
+
@property
|
|
309
|
+
@pulumi.getter
|
|
310
|
+
def name(self) -> pulumi.Output[str]:
|
|
311
|
+
"""
|
|
312
|
+
The name of the resource
|
|
313
|
+
"""
|
|
314
|
+
return pulumi.get(self, "name")
|
|
315
|
+
|
|
316
|
+
@property
|
|
317
|
+
@pulumi.getter(name="provisioningState")
|
|
318
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
319
|
+
"""
|
|
320
|
+
The provisioning state of the resource.
|
|
321
|
+
"""
|
|
322
|
+
return pulumi.get(self, "provisioning_state")
|
|
323
|
+
|
|
324
|
+
@property
|
|
325
|
+
@pulumi.getter(name="syncState")
|
|
326
|
+
def sync_state(self) -> pulumi.Output[str]:
|
|
327
|
+
"""
|
|
328
|
+
The synchronization state of the catalog.
|
|
329
|
+
"""
|
|
330
|
+
return pulumi.get(self, "sync_state")
|
|
331
|
+
|
|
332
|
+
@property
|
|
333
|
+
@pulumi.getter(name="syncType")
|
|
334
|
+
def sync_type(self) -> pulumi.Output[Optional[str]]:
|
|
335
|
+
"""
|
|
336
|
+
Indicates the type of sync that is configured for the catalog.
|
|
337
|
+
"""
|
|
338
|
+
return pulumi.get(self, "sync_type")
|
|
339
|
+
|
|
340
|
+
@property
|
|
341
|
+
@pulumi.getter(name="systemData")
|
|
342
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
343
|
+
"""
|
|
344
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
345
|
+
"""
|
|
346
|
+
return pulumi.get(self, "system_data")
|
|
347
|
+
|
|
348
|
+
@property
|
|
349
|
+
@pulumi.getter
|
|
350
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
351
|
+
"""
|
|
352
|
+
Resource tags.
|
|
353
|
+
"""
|
|
354
|
+
return pulumi.get(self, "tags")
|
|
355
|
+
|
|
356
|
+
@property
|
|
357
|
+
@pulumi.getter
|
|
358
|
+
def type(self) -> pulumi.Output[str]:
|
|
359
|
+
"""
|
|
360
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
361
|
+
"""
|
|
362
|
+
return pulumi.get(self, "type")
|
|
363
|
+
|