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
|
@@ -14,12 +14,9 @@ from ._enums import *
|
|
|
14
14
|
__all__ = [
|
|
15
15
|
'ConsolePropertiesResponse',
|
|
16
16
|
'DashboardLensResponse',
|
|
17
|
+
'DashboardPartMetadataResponse',
|
|
17
18
|
'DashboardPartsResponse',
|
|
18
19
|
'DashboardPartsResponsePosition',
|
|
19
|
-
'MarkdownPartMetadataResponse',
|
|
20
|
-
'MarkdownPartMetadataResponseContent',
|
|
21
|
-
'MarkdownPartMetadataResponseSettings',
|
|
22
|
-
'MarkdownPartMetadataResponseSettingsSettings',
|
|
23
20
|
'StorageProfileResponse',
|
|
24
21
|
'TerminalSettingsResponse',
|
|
25
22
|
'UserPropertiesResponse',
|
|
@@ -134,6 +131,52 @@ class DashboardLensResponse(dict):
|
|
|
134
131
|
return pulumi.get(self, "metadata")
|
|
135
132
|
|
|
136
133
|
|
|
134
|
+
@pulumi.output_type
|
|
135
|
+
class DashboardPartMetadataResponse(dict):
|
|
136
|
+
"""
|
|
137
|
+
A dashboard part metadata.
|
|
138
|
+
"""
|
|
139
|
+
def __init__(__self__, *,
|
|
140
|
+
type: str,
|
|
141
|
+
inputs: Optional[Sequence[Any]] = None,
|
|
142
|
+
settings: Optional[Mapping[str, Any]] = None):
|
|
143
|
+
"""
|
|
144
|
+
A dashboard part metadata.
|
|
145
|
+
:param str type: The type of dashboard part.
|
|
146
|
+
:param Sequence[Any] inputs: Inputs to dashboard part.
|
|
147
|
+
:param Mapping[str, Any] settings: Settings of dashboard part.
|
|
148
|
+
"""
|
|
149
|
+
pulumi.set(__self__, "type", type)
|
|
150
|
+
if inputs is not None:
|
|
151
|
+
pulumi.set(__self__, "inputs", inputs)
|
|
152
|
+
if settings is not None:
|
|
153
|
+
pulumi.set(__self__, "settings", settings)
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter
|
|
157
|
+
def type(self) -> str:
|
|
158
|
+
"""
|
|
159
|
+
The type of dashboard part.
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "type")
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter
|
|
165
|
+
def inputs(self) -> Optional[Sequence[Any]]:
|
|
166
|
+
"""
|
|
167
|
+
Inputs to dashboard part.
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "inputs")
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter
|
|
173
|
+
def settings(self) -> Optional[Mapping[str, Any]]:
|
|
174
|
+
"""
|
|
175
|
+
Settings of dashboard part.
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "settings")
|
|
178
|
+
|
|
179
|
+
|
|
137
180
|
@pulumi.output_type
|
|
138
181
|
class DashboardPartsResponse(dict):
|
|
139
182
|
"""
|
|
@@ -141,11 +184,11 @@ class DashboardPartsResponse(dict):
|
|
|
141
184
|
"""
|
|
142
185
|
def __init__(__self__, *,
|
|
143
186
|
position: 'outputs.DashboardPartsResponsePosition',
|
|
144
|
-
metadata: Optional['outputs.
|
|
187
|
+
metadata: Optional['outputs.DashboardPartMetadataResponse'] = None):
|
|
145
188
|
"""
|
|
146
189
|
A dashboard part.
|
|
147
190
|
:param 'DashboardPartsResponsePosition' position: The dashboard's part position.
|
|
148
|
-
:param '
|
|
191
|
+
:param 'DashboardPartMetadataResponse' metadata: The dashboard's part metadata.
|
|
149
192
|
"""
|
|
150
193
|
pulumi.set(__self__, "position", position)
|
|
151
194
|
if metadata is not None:
|
|
@@ -161,9 +204,9 @@ class DashboardPartsResponse(dict):
|
|
|
161
204
|
|
|
162
205
|
@property
|
|
163
206
|
@pulumi.getter
|
|
164
|
-
def metadata(self) -> Optional['outputs.
|
|
207
|
+
def metadata(self) -> Optional['outputs.DashboardPartMetadataResponse']:
|
|
165
208
|
"""
|
|
166
|
-
The dashboard
|
|
209
|
+
The dashboard's part metadata.
|
|
167
210
|
"""
|
|
168
211
|
return pulumi.get(self, "metadata")
|
|
169
212
|
|
|
@@ -254,190 +297,6 @@ class DashboardPartsResponsePosition(dict):
|
|
|
254
297
|
return pulumi.get(self, "metadata")
|
|
255
298
|
|
|
256
299
|
|
|
257
|
-
@pulumi.output_type
|
|
258
|
-
class MarkdownPartMetadataResponse(dict):
|
|
259
|
-
"""
|
|
260
|
-
Markdown part metadata.
|
|
261
|
-
"""
|
|
262
|
-
def __init__(__self__, *,
|
|
263
|
-
type: str,
|
|
264
|
-
inputs: Optional[Sequence[Any]] = None,
|
|
265
|
-
settings: Optional['outputs.MarkdownPartMetadataResponseSettings'] = None):
|
|
266
|
-
"""
|
|
267
|
-
Markdown part metadata.
|
|
268
|
-
:param str type: The type of dashboard part.
|
|
269
|
-
Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
|
|
270
|
-
:param Sequence[Any] inputs: Input to dashboard part.
|
|
271
|
-
:param 'MarkdownPartMetadataResponseSettings' settings: Markdown part settings.
|
|
272
|
-
"""
|
|
273
|
-
pulumi.set(__self__, "type", 'Extension/HubsExtension/PartType/MarkdownPart')
|
|
274
|
-
if inputs is not None:
|
|
275
|
-
pulumi.set(__self__, "inputs", inputs)
|
|
276
|
-
if settings is not None:
|
|
277
|
-
pulumi.set(__self__, "settings", settings)
|
|
278
|
-
|
|
279
|
-
@property
|
|
280
|
-
@pulumi.getter
|
|
281
|
-
def type(self) -> str:
|
|
282
|
-
"""
|
|
283
|
-
The type of dashboard part.
|
|
284
|
-
Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
|
|
285
|
-
"""
|
|
286
|
-
return pulumi.get(self, "type")
|
|
287
|
-
|
|
288
|
-
@property
|
|
289
|
-
@pulumi.getter
|
|
290
|
-
def inputs(self) -> Optional[Sequence[Any]]:
|
|
291
|
-
"""
|
|
292
|
-
Input to dashboard part.
|
|
293
|
-
"""
|
|
294
|
-
return pulumi.get(self, "inputs")
|
|
295
|
-
|
|
296
|
-
@property
|
|
297
|
-
@pulumi.getter
|
|
298
|
-
def settings(self) -> Optional['outputs.MarkdownPartMetadataResponseSettings']:
|
|
299
|
-
"""
|
|
300
|
-
Markdown part settings.
|
|
301
|
-
"""
|
|
302
|
-
return pulumi.get(self, "settings")
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
@pulumi.output_type
|
|
306
|
-
class MarkdownPartMetadataResponseContent(dict):
|
|
307
|
-
"""
|
|
308
|
-
The content of markdown part.
|
|
309
|
-
"""
|
|
310
|
-
def __init__(__self__, *,
|
|
311
|
-
settings: Optional['outputs.MarkdownPartMetadataResponseSettingsSettings'] = None):
|
|
312
|
-
"""
|
|
313
|
-
The content of markdown part.
|
|
314
|
-
:param 'MarkdownPartMetadataResponseSettingsSettings' settings: The setting of the content of markdown part.
|
|
315
|
-
"""
|
|
316
|
-
if settings is not None:
|
|
317
|
-
pulumi.set(__self__, "settings", settings)
|
|
318
|
-
|
|
319
|
-
@property
|
|
320
|
-
@pulumi.getter
|
|
321
|
-
def settings(self) -> Optional['outputs.MarkdownPartMetadataResponseSettingsSettings']:
|
|
322
|
-
"""
|
|
323
|
-
The setting of the content of markdown part.
|
|
324
|
-
"""
|
|
325
|
-
return pulumi.get(self, "settings")
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
@pulumi.output_type
|
|
329
|
-
class MarkdownPartMetadataResponseSettings(dict):
|
|
330
|
-
"""
|
|
331
|
-
Markdown part settings.
|
|
332
|
-
"""
|
|
333
|
-
def __init__(__self__, *,
|
|
334
|
-
content: Optional['outputs.MarkdownPartMetadataResponseContent'] = None):
|
|
335
|
-
"""
|
|
336
|
-
Markdown part settings.
|
|
337
|
-
:param 'MarkdownPartMetadataResponseContent' content: The content of markdown part.
|
|
338
|
-
"""
|
|
339
|
-
if content is not None:
|
|
340
|
-
pulumi.set(__self__, "content", content)
|
|
341
|
-
|
|
342
|
-
@property
|
|
343
|
-
@pulumi.getter
|
|
344
|
-
def content(self) -> Optional['outputs.MarkdownPartMetadataResponseContent']:
|
|
345
|
-
"""
|
|
346
|
-
The content of markdown part.
|
|
347
|
-
"""
|
|
348
|
-
return pulumi.get(self, "content")
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
@pulumi.output_type
|
|
352
|
-
class MarkdownPartMetadataResponseSettingsSettings(dict):
|
|
353
|
-
"""
|
|
354
|
-
The setting of the content of markdown part.
|
|
355
|
-
"""
|
|
356
|
-
@staticmethod
|
|
357
|
-
def __key_warning(key: str):
|
|
358
|
-
suggest = None
|
|
359
|
-
if key == "markdownSource":
|
|
360
|
-
suggest = "markdown_source"
|
|
361
|
-
elif key == "markdownUri":
|
|
362
|
-
suggest = "markdown_uri"
|
|
363
|
-
|
|
364
|
-
if suggest:
|
|
365
|
-
pulumi.log.warn(f"Key '{key}' not found in MarkdownPartMetadataResponseSettingsSettings. Access the value via the '{suggest}' property getter instead.")
|
|
366
|
-
|
|
367
|
-
def __getitem__(self, key: str) -> Any:
|
|
368
|
-
MarkdownPartMetadataResponseSettingsSettings.__key_warning(key)
|
|
369
|
-
return super().__getitem__(key)
|
|
370
|
-
|
|
371
|
-
def get(self, key: str, default = None) -> Any:
|
|
372
|
-
MarkdownPartMetadataResponseSettingsSettings.__key_warning(key)
|
|
373
|
-
return super().get(key, default)
|
|
374
|
-
|
|
375
|
-
def __init__(__self__, *,
|
|
376
|
-
content: Optional[str] = None,
|
|
377
|
-
markdown_source: Optional[int] = None,
|
|
378
|
-
markdown_uri: Optional[str] = None,
|
|
379
|
-
subtitle: Optional[str] = None,
|
|
380
|
-
title: Optional[str] = None):
|
|
381
|
-
"""
|
|
382
|
-
The setting of the content of markdown part.
|
|
383
|
-
:param str content: The content of the markdown part.
|
|
384
|
-
:param int markdown_source: The source of the content of the markdown part.
|
|
385
|
-
:param str markdown_uri: The uri of markdown content.
|
|
386
|
-
:param str subtitle: The subtitle of the markdown part.
|
|
387
|
-
:param str title: The title of the markdown part.
|
|
388
|
-
"""
|
|
389
|
-
if content is not None:
|
|
390
|
-
pulumi.set(__self__, "content", content)
|
|
391
|
-
if markdown_source is not None:
|
|
392
|
-
pulumi.set(__self__, "markdown_source", markdown_source)
|
|
393
|
-
if markdown_uri is not None:
|
|
394
|
-
pulumi.set(__self__, "markdown_uri", markdown_uri)
|
|
395
|
-
if subtitle is not None:
|
|
396
|
-
pulumi.set(__self__, "subtitle", subtitle)
|
|
397
|
-
if title is not None:
|
|
398
|
-
pulumi.set(__self__, "title", title)
|
|
399
|
-
|
|
400
|
-
@property
|
|
401
|
-
@pulumi.getter
|
|
402
|
-
def content(self) -> Optional[str]:
|
|
403
|
-
"""
|
|
404
|
-
The content of the markdown part.
|
|
405
|
-
"""
|
|
406
|
-
return pulumi.get(self, "content")
|
|
407
|
-
|
|
408
|
-
@property
|
|
409
|
-
@pulumi.getter(name="markdownSource")
|
|
410
|
-
def markdown_source(self) -> Optional[int]:
|
|
411
|
-
"""
|
|
412
|
-
The source of the content of the markdown part.
|
|
413
|
-
"""
|
|
414
|
-
return pulumi.get(self, "markdown_source")
|
|
415
|
-
|
|
416
|
-
@property
|
|
417
|
-
@pulumi.getter(name="markdownUri")
|
|
418
|
-
def markdown_uri(self) -> Optional[str]:
|
|
419
|
-
"""
|
|
420
|
-
The uri of markdown content.
|
|
421
|
-
"""
|
|
422
|
-
return pulumi.get(self, "markdown_uri")
|
|
423
|
-
|
|
424
|
-
@property
|
|
425
|
-
@pulumi.getter
|
|
426
|
-
def subtitle(self) -> Optional[str]:
|
|
427
|
-
"""
|
|
428
|
-
The subtitle of the markdown part.
|
|
429
|
-
"""
|
|
430
|
-
return pulumi.get(self, "subtitle")
|
|
431
|
-
|
|
432
|
-
@property
|
|
433
|
-
@pulumi.getter
|
|
434
|
-
def title(self) -> Optional[str]:
|
|
435
|
-
"""
|
|
436
|
-
The title of the markdown part.
|
|
437
|
-
"""
|
|
438
|
-
return pulumi.get(self, "title")
|
|
439
|
-
|
|
440
|
-
|
|
441
300
|
@pulumi.output_type
|
|
442
301
|
class StorageProfileResponse(dict):
|
|
443
302
|
"""
|