pulumi-azure-native 2.48.0a1719256779__py3-none-any.whl → 2.48.0a1719827386__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/portal/_inputs.py +61 -202
- pulumi_azure_native/portal/outputs.py +51 -192
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/RECORD +295 -180
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.48.0a1719256779.dist-info → pulumi_azure_native-2.48.0a1719827386.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,213 @@
|
|
|
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
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetProjectCatalogImageDefinitionBuildDetailsResult',
|
|
15
|
+
'AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult',
|
|
16
|
+
'get_project_catalog_image_definition_build_details',
|
|
17
|
+
'get_project_catalog_image_definition_build_details_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetProjectCatalogImageDefinitionBuildDetailsResult:
|
|
22
|
+
"""
|
|
23
|
+
Represents a specific build of an Image Definition.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, end_time=None, error_details=None, id=None, image_reference=None, name=None, start_time=None, status=None, system_data=None, task_groups=None, type=None):
|
|
26
|
+
if end_time and not isinstance(end_time, str):
|
|
27
|
+
raise TypeError("Expected argument 'end_time' to be a str")
|
|
28
|
+
pulumi.set(__self__, "end_time", end_time)
|
|
29
|
+
if error_details and not isinstance(error_details, dict):
|
|
30
|
+
raise TypeError("Expected argument 'error_details' to be a dict")
|
|
31
|
+
pulumi.set(__self__, "error_details", error_details)
|
|
32
|
+
if id and not isinstance(id, str):
|
|
33
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "id", id)
|
|
35
|
+
if image_reference and not isinstance(image_reference, dict):
|
|
36
|
+
raise TypeError("Expected argument 'image_reference' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "image_reference", image_reference)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if start_time and not isinstance(start_time, str):
|
|
42
|
+
raise TypeError("Expected argument 'start_time' to be a str")
|
|
43
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
44
|
+
if status and not isinstance(status, str):
|
|
45
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
46
|
+
pulumi.set(__self__, "status", status)
|
|
47
|
+
if system_data and not isinstance(system_data, dict):
|
|
48
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
50
|
+
if task_groups and not isinstance(task_groups, list):
|
|
51
|
+
raise TypeError("Expected argument 'task_groups' to be a list")
|
|
52
|
+
pulumi.set(__self__, "task_groups", task_groups)
|
|
53
|
+
if type and not isinstance(type, str):
|
|
54
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
55
|
+
pulumi.set(__self__, "type", type)
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter(name="endTime")
|
|
59
|
+
def end_time(self) -> str:
|
|
60
|
+
"""
|
|
61
|
+
End time of the task group.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "end_time")
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="errorDetails")
|
|
67
|
+
def error_details(self) -> 'outputs.ImageCreationErrorDetailsResponse':
|
|
68
|
+
"""
|
|
69
|
+
Details for image creation error. Populated when the image creation is not successful.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "error_details")
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def id(self) -> str:
|
|
76
|
+
"""
|
|
77
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "id")
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="imageReference")
|
|
83
|
+
def image_reference(self) -> 'outputs.ImageReferenceResponse':
|
|
84
|
+
"""
|
|
85
|
+
The specific image version used by the build.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "image_reference")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def name(self) -> str:
|
|
92
|
+
"""
|
|
93
|
+
The name of the resource
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "name")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="startTime")
|
|
99
|
+
def start_time(self) -> str:
|
|
100
|
+
"""
|
|
101
|
+
Start time of the task group.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "start_time")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter
|
|
107
|
+
def status(self) -> str:
|
|
108
|
+
"""
|
|
109
|
+
The status of the build.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "status")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="systemData")
|
|
115
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
116
|
+
"""
|
|
117
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "system_data")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="taskGroups")
|
|
123
|
+
def task_groups(self) -> Sequence['outputs.ImageDefinitionBuildTaskGroupResponse']:
|
|
124
|
+
"""
|
|
125
|
+
The list of task groups executed during the image definition build.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "task_groups")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter
|
|
131
|
+
def type(self) -> str:
|
|
132
|
+
"""
|
|
133
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "type")
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
class AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult(GetProjectCatalogImageDefinitionBuildDetailsResult):
|
|
139
|
+
# pylint: disable=using-constant-test
|
|
140
|
+
def __await__(self):
|
|
141
|
+
if False:
|
|
142
|
+
yield self
|
|
143
|
+
return GetProjectCatalogImageDefinitionBuildDetailsResult(
|
|
144
|
+
end_time=self.end_time,
|
|
145
|
+
error_details=self.error_details,
|
|
146
|
+
id=self.id,
|
|
147
|
+
image_reference=self.image_reference,
|
|
148
|
+
name=self.name,
|
|
149
|
+
start_time=self.start_time,
|
|
150
|
+
status=self.status,
|
|
151
|
+
system_data=self.system_data,
|
|
152
|
+
task_groups=self.task_groups,
|
|
153
|
+
type=self.type)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
def get_project_catalog_image_definition_build_details(build_name: Optional[str] = None,
|
|
157
|
+
catalog_name: Optional[str] = None,
|
|
158
|
+
image_definition_name: Optional[str] = None,
|
|
159
|
+
project_name: Optional[str] = None,
|
|
160
|
+
resource_group_name: Optional[str] = None,
|
|
161
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult:
|
|
162
|
+
"""
|
|
163
|
+
Gets Build details
|
|
164
|
+
Azure REST API version: 2024-07-01-preview.
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
:param str build_name: The ID of the Image Definition Build.
|
|
168
|
+
:param str catalog_name: The name of the Catalog.
|
|
169
|
+
:param str image_definition_name: The name of the Image Definition.
|
|
170
|
+
:param str project_name: The name of the project.
|
|
171
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
172
|
+
"""
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['buildName'] = build_name
|
|
175
|
+
__args__['catalogName'] = catalog_name
|
|
176
|
+
__args__['imageDefinitionName'] = image_definition_name
|
|
177
|
+
__args__['projectName'] = project_name
|
|
178
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
179
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
180
|
+
__ret__ = pulumi.runtime.invoke('azure-native:devcenter:getProjectCatalogImageDefinitionBuildDetails', __args__, opts=opts, typ=GetProjectCatalogImageDefinitionBuildDetailsResult).value
|
|
181
|
+
|
|
182
|
+
return AwaitableGetProjectCatalogImageDefinitionBuildDetailsResult(
|
|
183
|
+
end_time=pulumi.get(__ret__, 'end_time'),
|
|
184
|
+
error_details=pulumi.get(__ret__, 'error_details'),
|
|
185
|
+
id=pulumi.get(__ret__, 'id'),
|
|
186
|
+
image_reference=pulumi.get(__ret__, 'image_reference'),
|
|
187
|
+
name=pulumi.get(__ret__, 'name'),
|
|
188
|
+
start_time=pulumi.get(__ret__, 'start_time'),
|
|
189
|
+
status=pulumi.get(__ret__, 'status'),
|
|
190
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
191
|
+
task_groups=pulumi.get(__ret__, 'task_groups'),
|
|
192
|
+
type=pulumi.get(__ret__, 'type'))
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@_utilities.lift_output_func(get_project_catalog_image_definition_build_details)
|
|
196
|
+
def get_project_catalog_image_definition_build_details_output(build_name: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
catalog_name: Optional[pulumi.Input[str]] = None,
|
|
198
|
+
image_definition_name: Optional[pulumi.Input[str]] = None,
|
|
199
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
200
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
201
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectCatalogImageDefinitionBuildDetailsResult]:
|
|
202
|
+
"""
|
|
203
|
+
Gets Build details
|
|
204
|
+
Azure REST API version: 2024-07-01-preview.
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
:param str build_name: The ID of the Image Definition Build.
|
|
208
|
+
:param str catalog_name: The name of the Catalog.
|
|
209
|
+
:param str image_definition_name: The name of the Image Definition.
|
|
210
|
+
:param str project_name: The name of the project.
|
|
211
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
212
|
+
"""
|
|
213
|
+
...
|
|
@@ -77,7 +77,7 @@ def get_project_catalog_sync_error_details(catalog_name: Optional[str] = None,
|
|
|
77
77
|
Gets project catalog synchronization error details
|
|
78
78
|
Azure REST API version: 2024-02-01.
|
|
79
79
|
|
|
80
|
-
Other available API versions: 2024-05-01-preview, 2024-06-01-preview.
|
|
80
|
+
Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -106,7 +106,7 @@ def get_project_catalog_sync_error_details_output(catalog_name: Optional[pulumi.
|
|
|
106
106
|
Gets project catalog synchronization error details
|
|
107
107
|
Azure REST API version: 2024-02-01.
|
|
108
108
|
|
|
109
|
-
Other available API versions: 2024-05-01-preview, 2024-06-01-preview.
|
|
109
|
+
Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
:param str catalog_name: The name of the Catalog.
|
|
@@ -185,7 +185,7 @@ def get_project_environment_type(environment_type_name: Optional[str] = None,
|
|
|
185
185
|
Gets a project environment type.
|
|
186
186
|
Azure REST API version: 2023-04-01.
|
|
187
187
|
|
|
188
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
188
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
:param str environment_type_name: The name of the environment type.
|
|
@@ -223,7 +223,7 @@ def get_project_environment_type_output(environment_type_name: Optional[pulumi.I
|
|
|
223
223
|
Gets a project environment type.
|
|
224
224
|
Azure REST API version: 2023-04-01.
|
|
225
225
|
|
|
226
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
226
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
:param str environment_type_name: The name of the environment type.
|
|
@@ -64,7 +64,7 @@ def get_project_inherited_settings(project_name: Optional[str] = None,
|
|
|
64
64
|
Gets applicable inherited settings for this project.
|
|
65
65
|
Azure REST API version: 2024-05-01-preview.
|
|
66
66
|
|
|
67
|
-
Other available API versions: 2024-06-01-preview.
|
|
67
|
+
Other available API versions: 2024-06-01-preview, 2024-07-01-preview.
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
:param str project_name: The name of the project.
|
|
@@ -89,7 +89,7 @@ def get_project_inherited_settings_output(project_name: Optional[pulumi.Input[st
|
|
|
89
89
|
Gets applicable inherited settings for this project.
|
|
90
90
|
Azure REST API version: 2024-05-01-preview.
|
|
91
91
|
|
|
92
|
-
Other available API versions: 2024-06-01-preview.
|
|
92
|
+
Other available API versions: 2024-06-01-preview, 2024-07-01-preview.
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
:param str project_name: The name of the project.
|
|
@@ -151,7 +151,7 @@ def get_schedule(pool_name: Optional[str] = None,
|
|
|
151
151
|
Gets a schedule resource.
|
|
152
152
|
Azure REST API version: 2023-04-01.
|
|
153
153
|
|
|
154
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
154
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
:param str pool_name: Name of the pool.
|
|
@@ -192,7 +192,7 @@ def get_schedule_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
192
192
|
Gets a schedule resource.
|
|
193
193
|
Azure REST API version: 2023-04-01.
|
|
194
194
|
|
|
195
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
195
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
:param str pool_name: Name of the pool.
|
|
@@ -64,6 +64,8 @@ def list_skus_by_project(project_name: Optional[str] = None,
|
|
|
64
64
|
Lists SKUs available to the project
|
|
65
65
|
Azure REST API version: 2024-06-01-preview.
|
|
66
66
|
|
|
67
|
+
Other available API versions: 2024-07-01-preview.
|
|
68
|
+
|
|
67
69
|
|
|
68
70
|
:param str project_name: The name of the project.
|
|
69
71
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -87,6 +89,8 @@ def list_skus_by_project_output(project_name: Optional[pulumi.Input[str]] = None
|
|
|
87
89
|
Lists SKUs available to the project
|
|
88
90
|
Azure REST API version: 2024-06-01-preview.
|
|
89
91
|
|
|
92
|
+
Other available API versions: 2024-07-01-preview.
|
|
93
|
+
|
|
90
94
|
|
|
91
95
|
:param str project_name: The name of the project.
|
|
92
96
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -215,7 +215,7 @@ class NetworkConnection(pulumi.CustomResource):
|
|
|
215
215
|
Network related settings
|
|
216
216
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2022-09-01-preview.
|
|
217
217
|
|
|
218
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
218
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
219
219
|
|
|
220
220
|
:param str resource_name: The name of the resource.
|
|
221
221
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -241,7 +241,7 @@ class NetworkConnection(pulumi.CustomResource):
|
|
|
241
241
|
Network related settings
|
|
242
242
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2022-09-01-preview.
|
|
243
243
|
|
|
244
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
244
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
245
245
|
|
|
246
246
|
:param str resource_name: The name of the resource.
|
|
247
247
|
:param NetworkConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -300,7 +300,7 @@ class NetworkConnection(pulumi.CustomResource):
|
|
|
300
300
|
__props__.__dict__["provisioning_state"] = None
|
|
301
301
|
__props__.__dict__["system_data"] = None
|
|
302
302
|
__props__.__dict__["type"] = None
|
|
303
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20220801preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20220901preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20221012preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20221111preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20230101preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20230401:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20230801preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20231001preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20240201:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20240501preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:NetworkConnection")])
|
|
303
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20220801preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20220901preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20221012preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20221111preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20230101preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20230401:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20230801preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20231001preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20240201:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20240501preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:NetworkConnection"), pulumi.Alias(type_="azure-native:devcenter/v20240701preview:NetworkConnection")])
|
|
304
304
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
305
305
|
super(NetworkConnection, __self__).__init__(
|
|
306
306
|
'azure-native:devcenter:NetworkConnection',
|
|
@@ -21,6 +21,10 @@ __all__ = [
|
|
|
21
21
|
'EnvironmentRoleResponse',
|
|
22
22
|
'GitCatalogResponse',
|
|
23
23
|
'HealthStatusDetailResponse',
|
|
24
|
+
'ImageCreationErrorDetailsResponse',
|
|
25
|
+
'ImageDefinitionBuildTaskGroupResponse',
|
|
26
|
+
'ImageDefinitionBuildTaskResponse',
|
|
27
|
+
'ImageDefinitionBuildTaskResponseParameters',
|
|
24
28
|
'ImageReferenceResponse',
|
|
25
29
|
'ImageValidationErrorDetailsResponse',
|
|
26
30
|
'ManagedServiceIdentityResponse',
|
|
@@ -453,6 +457,228 @@ class HealthStatusDetailResponse(dict):
|
|
|
453
457
|
return pulumi.get(self, "message")
|
|
454
458
|
|
|
455
459
|
|
|
460
|
+
@pulumi.output_type
|
|
461
|
+
class ImageCreationErrorDetailsResponse(dict):
|
|
462
|
+
"""
|
|
463
|
+
Image creation error details
|
|
464
|
+
"""
|
|
465
|
+
def __init__(__self__, *,
|
|
466
|
+
code: Optional[str] = None,
|
|
467
|
+
message: Optional[str] = None):
|
|
468
|
+
"""
|
|
469
|
+
Image creation error details
|
|
470
|
+
:param str code: An identifier for the error.
|
|
471
|
+
:param str message: A message describing the error.
|
|
472
|
+
"""
|
|
473
|
+
if code is not None:
|
|
474
|
+
pulumi.set(__self__, "code", code)
|
|
475
|
+
if message is not None:
|
|
476
|
+
pulumi.set(__self__, "message", message)
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter
|
|
480
|
+
def code(self) -> Optional[str]:
|
|
481
|
+
"""
|
|
482
|
+
An identifier for the error.
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "code")
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter
|
|
488
|
+
def message(self) -> Optional[str]:
|
|
489
|
+
"""
|
|
490
|
+
A message describing the error.
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "message")
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
@pulumi.output_type
|
|
496
|
+
class ImageDefinitionBuildTaskGroupResponse(dict):
|
|
497
|
+
"""
|
|
498
|
+
A task group executed during the image definition build.
|
|
499
|
+
"""
|
|
500
|
+
def __init__(__self__, *,
|
|
501
|
+
end_time: str,
|
|
502
|
+
name: str,
|
|
503
|
+
start_time: str,
|
|
504
|
+
status: str,
|
|
505
|
+
tasks: Sequence['outputs.ImageDefinitionBuildTaskResponse']):
|
|
506
|
+
"""
|
|
507
|
+
A task group executed during the image definition build.
|
|
508
|
+
:param str end_time: End time of the task group.
|
|
509
|
+
:param str name: The name of the task group.
|
|
510
|
+
:param str start_time: Start time of the task group.
|
|
511
|
+
:param str status: The status of the task group.
|
|
512
|
+
:param Sequence['ImageDefinitionBuildTaskResponse'] tasks: The list of tasks executed during the task group.
|
|
513
|
+
"""
|
|
514
|
+
pulumi.set(__self__, "end_time", end_time)
|
|
515
|
+
pulumi.set(__self__, "name", name)
|
|
516
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
517
|
+
pulumi.set(__self__, "status", status)
|
|
518
|
+
pulumi.set(__self__, "tasks", tasks)
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter(name="endTime")
|
|
522
|
+
def end_time(self) -> str:
|
|
523
|
+
"""
|
|
524
|
+
End time of the task group.
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "end_time")
|
|
527
|
+
|
|
528
|
+
@property
|
|
529
|
+
@pulumi.getter
|
|
530
|
+
def name(self) -> str:
|
|
531
|
+
"""
|
|
532
|
+
The name of the task group.
|
|
533
|
+
"""
|
|
534
|
+
return pulumi.get(self, "name")
|
|
535
|
+
|
|
536
|
+
@property
|
|
537
|
+
@pulumi.getter(name="startTime")
|
|
538
|
+
def start_time(self) -> str:
|
|
539
|
+
"""
|
|
540
|
+
Start time of the task group.
|
|
541
|
+
"""
|
|
542
|
+
return pulumi.get(self, "start_time")
|
|
543
|
+
|
|
544
|
+
@property
|
|
545
|
+
@pulumi.getter
|
|
546
|
+
def status(self) -> str:
|
|
547
|
+
"""
|
|
548
|
+
The status of the task group.
|
|
549
|
+
"""
|
|
550
|
+
return pulumi.get(self, "status")
|
|
551
|
+
|
|
552
|
+
@property
|
|
553
|
+
@pulumi.getter
|
|
554
|
+
def tasks(self) -> Sequence['outputs.ImageDefinitionBuildTaskResponse']:
|
|
555
|
+
"""
|
|
556
|
+
The list of tasks executed during the task group.
|
|
557
|
+
"""
|
|
558
|
+
return pulumi.get(self, "tasks")
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
@pulumi.output_type
|
|
562
|
+
class ImageDefinitionBuildTaskResponse(dict):
|
|
563
|
+
"""
|
|
564
|
+
A task executed during the image definition build.
|
|
565
|
+
"""
|
|
566
|
+
def __init__(__self__, *,
|
|
567
|
+
end_time: str,
|
|
568
|
+
id: str,
|
|
569
|
+
log_uri: str,
|
|
570
|
+
start_time: str,
|
|
571
|
+
status: str,
|
|
572
|
+
display_name: Optional[str] = None,
|
|
573
|
+
name: Optional[str] = None,
|
|
574
|
+
parameters: Optional[Sequence['outputs.ImageDefinitionBuildTaskResponseParameters']] = None):
|
|
575
|
+
"""
|
|
576
|
+
A task executed during the image definition build.
|
|
577
|
+
:param str end_time: End time of the task.
|
|
578
|
+
:param str id: ID of the task instance.
|
|
579
|
+
:param str log_uri: The URI for retrieving logs for the task execution.
|
|
580
|
+
:param str start_time: Start time of the task.
|
|
581
|
+
:param str status: The status of the task.
|
|
582
|
+
:param str display_name: Display name to help differentiate multiple instances of the same task.
|
|
583
|
+
:param str name: The name of the task.
|
|
584
|
+
:param Sequence['ImageDefinitionBuildTaskResponseParameters'] parameters: Parameters for the task.
|
|
585
|
+
"""
|
|
586
|
+
pulumi.set(__self__, "end_time", end_time)
|
|
587
|
+
pulumi.set(__self__, "id", id)
|
|
588
|
+
pulumi.set(__self__, "log_uri", log_uri)
|
|
589
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
590
|
+
pulumi.set(__self__, "status", status)
|
|
591
|
+
if display_name is not None:
|
|
592
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
593
|
+
if name is not None:
|
|
594
|
+
pulumi.set(__self__, "name", name)
|
|
595
|
+
if parameters is not None:
|
|
596
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
@pulumi.getter(name="endTime")
|
|
600
|
+
def end_time(self) -> str:
|
|
601
|
+
"""
|
|
602
|
+
End time of the task.
|
|
603
|
+
"""
|
|
604
|
+
return pulumi.get(self, "end_time")
|
|
605
|
+
|
|
606
|
+
@property
|
|
607
|
+
@pulumi.getter
|
|
608
|
+
def id(self) -> str:
|
|
609
|
+
"""
|
|
610
|
+
ID of the task instance.
|
|
611
|
+
"""
|
|
612
|
+
return pulumi.get(self, "id")
|
|
613
|
+
|
|
614
|
+
@property
|
|
615
|
+
@pulumi.getter(name="logUri")
|
|
616
|
+
def log_uri(self) -> str:
|
|
617
|
+
"""
|
|
618
|
+
The URI for retrieving logs for the task execution.
|
|
619
|
+
"""
|
|
620
|
+
return pulumi.get(self, "log_uri")
|
|
621
|
+
|
|
622
|
+
@property
|
|
623
|
+
@pulumi.getter(name="startTime")
|
|
624
|
+
def start_time(self) -> str:
|
|
625
|
+
"""
|
|
626
|
+
Start time of the task.
|
|
627
|
+
"""
|
|
628
|
+
return pulumi.get(self, "start_time")
|
|
629
|
+
|
|
630
|
+
@property
|
|
631
|
+
@pulumi.getter
|
|
632
|
+
def status(self) -> str:
|
|
633
|
+
"""
|
|
634
|
+
The status of the task.
|
|
635
|
+
"""
|
|
636
|
+
return pulumi.get(self, "status")
|
|
637
|
+
|
|
638
|
+
@property
|
|
639
|
+
@pulumi.getter(name="displayName")
|
|
640
|
+
def display_name(self) -> Optional[str]:
|
|
641
|
+
"""
|
|
642
|
+
Display name to help differentiate multiple instances of the same task.
|
|
643
|
+
"""
|
|
644
|
+
return pulumi.get(self, "display_name")
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
@pulumi.getter
|
|
648
|
+
def name(self) -> Optional[str]:
|
|
649
|
+
"""
|
|
650
|
+
The name of the task.
|
|
651
|
+
"""
|
|
652
|
+
return pulumi.get(self, "name")
|
|
653
|
+
|
|
654
|
+
@property
|
|
655
|
+
@pulumi.getter
|
|
656
|
+
def parameters(self) -> Optional[Sequence['outputs.ImageDefinitionBuildTaskResponseParameters']]:
|
|
657
|
+
"""
|
|
658
|
+
Parameters for the task.
|
|
659
|
+
"""
|
|
660
|
+
return pulumi.get(self, "parameters")
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
@pulumi.output_type
|
|
664
|
+
class ImageDefinitionBuildTaskResponseParameters(dict):
|
|
665
|
+
def __init__(__self__, *,
|
|
666
|
+
key: str,
|
|
667
|
+
value: str):
|
|
668
|
+
pulumi.set(__self__, "key", key)
|
|
669
|
+
pulumi.set(__self__, "value", value)
|
|
670
|
+
|
|
671
|
+
@property
|
|
672
|
+
@pulumi.getter
|
|
673
|
+
def key(self) -> str:
|
|
674
|
+
return pulumi.get(self, "key")
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter
|
|
678
|
+
def value(self) -> str:
|
|
679
|
+
return pulumi.get(self, "value")
|
|
680
|
+
|
|
681
|
+
|
|
456
682
|
@pulumi.output_type
|
|
457
683
|
class ImageReferenceResponse(dict):
|
|
458
684
|
"""
|
|
@@ -116,7 +116,7 @@ class Plan(pulumi.CustomResource):
|
|
|
116
116
|
Represents a devcenter plan resource.
|
|
117
117
|
Azure REST API version: 2024-05-01-preview.
|
|
118
118
|
|
|
119
|
-
Other available API versions: 2024-06-01-preview.
|
|
119
|
+
Other available API versions: 2024-06-01-preview, 2024-07-01-preview.
|
|
120
120
|
|
|
121
121
|
:param str resource_name: The name of the resource.
|
|
122
122
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -136,7 +136,7 @@ class Plan(pulumi.CustomResource):
|
|
|
136
136
|
Represents a devcenter plan resource.
|
|
137
137
|
Azure REST API version: 2024-05-01-preview.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2024-06-01-preview.
|
|
139
|
+
Other available API versions: 2024-06-01-preview, 2024-07-01-preview.
|
|
140
140
|
|
|
141
141
|
:param str resource_name: The name of the resource.
|
|
142
142
|
:param PlanArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -178,7 +178,7 @@ class Plan(pulumi.CustomResource):
|
|
|
178
178
|
__props__.__dict__["provisioning_state"] = None
|
|
179
179
|
__props__.__dict__["system_data"] = None
|
|
180
180
|
__props__.__dict__["type"] = None
|
|
181
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20240501preview:Plan"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:Plan")])
|
|
181
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20240501preview:Plan"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:Plan"), pulumi.Alias(type_="azure-native:devcenter/v20240701preview:Plan")])
|
|
182
182
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
183
183
|
super(Plan, __self__).__init__(
|
|
184
184
|
'azure-native:devcenter:Plan',
|
|
@@ -131,7 +131,7 @@ class PlanMember(pulumi.CustomResource):
|
|
|
131
131
|
Represents a devcenter plan member resource.
|
|
132
132
|
Azure REST API version: 2024-05-01-preview.
|
|
133
133
|
|
|
134
|
-
Other available API versions: 2024-06-01-preview.
|
|
134
|
+
Other available API versions: 2024-06-01-preview, 2024-07-01-preview.
|
|
135
135
|
|
|
136
136
|
:param str resource_name: The name of the resource.
|
|
137
137
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -152,7 +152,7 @@ class PlanMember(pulumi.CustomResource):
|
|
|
152
152
|
Represents a devcenter plan member resource.
|
|
153
153
|
Azure REST API version: 2024-05-01-preview.
|
|
154
154
|
|
|
155
|
-
Other available API versions: 2024-06-01-preview.
|
|
155
|
+
Other available API versions: 2024-06-01-preview, 2024-07-01-preview.
|
|
156
156
|
|
|
157
157
|
:param str resource_name: The name of the resource.
|
|
158
158
|
:param PlanMemberArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -198,7 +198,7 @@ class PlanMember(pulumi.CustomResource):
|
|
|
198
198
|
__props__.__dict__["provisioning_state"] = None
|
|
199
199
|
__props__.__dict__["system_data"] = None
|
|
200
200
|
__props__.__dict__["type"] = None
|
|
201
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20240501preview:PlanMember"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:PlanMember")])
|
|
201
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20240501preview:PlanMember"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:PlanMember"), pulumi.Alias(type_="azure-native:devcenter/v20240701preview:PlanMember")])
|
|
202
202
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
203
203
|
super(PlanMember, __self__).__init__(
|
|
204
204
|
'azure-native:devcenter:PlanMember',
|
|
@@ -196,7 +196,7 @@ class Pool(pulumi.CustomResource):
|
|
|
196
196
|
A pool of Virtual Machines.
|
|
197
197
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2022-09-01-preview.
|
|
198
198
|
|
|
199
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
199
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
200
200
|
|
|
201
201
|
:param str resource_name: The name of the resource.
|
|
202
202
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -221,7 +221,7 @@ class Pool(pulumi.CustomResource):
|
|
|
221
221
|
A pool of Virtual Machines.
|
|
222
222
|
Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2022-09-01-preview.
|
|
223
223
|
|
|
224
|
-
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
224
|
+
Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview.
|
|
225
225
|
|
|
226
226
|
:param str resource_name: The name of the resource.
|
|
227
227
|
:param PoolArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -285,7 +285,7 @@ class Pool(pulumi.CustomResource):
|
|
|
285
285
|
__props__.__dict__["provisioning_state"] = None
|
|
286
286
|
__props__.__dict__["system_data"] = None
|
|
287
287
|
__props__.__dict__["type"] = None
|
|
288
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20220801preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20220901preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20221012preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20221111preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230101preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230401:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230801preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20231001preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240201:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240501preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:Pool")])
|
|
288
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:devcenter/v20220801preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20220901preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20221012preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20221111preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230101preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230401:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20230801preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20231001preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240201:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240501preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240601preview:Pool"), pulumi.Alias(type_="azure-native:devcenter/v20240701preview:Pool")])
|
|
289
289
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
290
290
|
super(Pool, __self__).__init__(
|
|
291
291
|
'azure-native:devcenter:Pool',
|