pulumi-azure-native 2.80.0a1735629569__py3-none-any.whl → 2.81.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +42 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +113 -1
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +107 -1
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,471 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['UpdateSummaryArgs', 'UpdateSummary']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class UpdateSummaryArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
cluster_name: pulumi.Input[str],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
current_oem_version: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
current_sbe_version: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
current_version: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
hardware_model: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
health_check_date: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
last_checked: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
last_updated: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
oem_family: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
state: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]] = None):
|
|
36
|
+
"""
|
|
37
|
+
The set of arguments for constructing a UpdateSummary resource.
|
|
38
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
39
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
40
|
+
:param pulumi.Input[str] current_oem_version: Current OEM Version.
|
|
41
|
+
:param pulumi.Input[str] current_sbe_version: Current Sbe version of the stamp.
|
|
42
|
+
:param pulumi.Input[str] current_version: Current Solution Bundle version of the stamp.
|
|
43
|
+
:param pulumi.Input[str] hardware_model: Name of the hardware model.
|
|
44
|
+
:param pulumi.Input[str] health_check_date: Last time the package-specific checks were run.
|
|
45
|
+
:param pulumi.Input[str] last_checked: Last time the update service successfully checked for updates
|
|
46
|
+
:param pulumi.Input[str] last_updated: Last time an update installation completed successfully.
|
|
47
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
48
|
+
:param pulumi.Input[str] oem_family: OEM family name.
|
|
49
|
+
:param pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']] state: Overall update state of the stamp.
|
|
50
|
+
"""
|
|
51
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
52
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
53
|
+
if current_oem_version is not None:
|
|
54
|
+
pulumi.set(__self__, "current_oem_version", current_oem_version)
|
|
55
|
+
if current_sbe_version is not None:
|
|
56
|
+
pulumi.set(__self__, "current_sbe_version", current_sbe_version)
|
|
57
|
+
if current_version is not None:
|
|
58
|
+
pulumi.set(__self__, "current_version", current_version)
|
|
59
|
+
if hardware_model is not None:
|
|
60
|
+
pulumi.set(__self__, "hardware_model", hardware_model)
|
|
61
|
+
if health_check_date is not None:
|
|
62
|
+
pulumi.set(__self__, "health_check_date", health_check_date)
|
|
63
|
+
if last_checked is not None:
|
|
64
|
+
pulumi.set(__self__, "last_checked", last_checked)
|
|
65
|
+
if last_updated is not None:
|
|
66
|
+
pulumi.set(__self__, "last_updated", last_updated)
|
|
67
|
+
if location is not None:
|
|
68
|
+
pulumi.set(__self__, "location", location)
|
|
69
|
+
if oem_family is not None:
|
|
70
|
+
pulumi.set(__self__, "oem_family", oem_family)
|
|
71
|
+
if state is not None:
|
|
72
|
+
pulumi.set(__self__, "state", state)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="clusterName")
|
|
76
|
+
def cluster_name(self) -> pulumi.Input[str]:
|
|
77
|
+
"""
|
|
78
|
+
The name of the cluster.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "cluster_name")
|
|
81
|
+
|
|
82
|
+
@cluster_name.setter
|
|
83
|
+
def cluster_name(self, value: pulumi.Input[str]):
|
|
84
|
+
pulumi.set(self, "cluster_name", value)
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="resourceGroupName")
|
|
88
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
89
|
+
"""
|
|
90
|
+
The name of the resource group. The name is case insensitive.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "resource_group_name")
|
|
93
|
+
|
|
94
|
+
@resource_group_name.setter
|
|
95
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
96
|
+
pulumi.set(self, "resource_group_name", value)
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="currentOemVersion")
|
|
100
|
+
def current_oem_version(self) -> Optional[pulumi.Input[str]]:
|
|
101
|
+
"""
|
|
102
|
+
Current OEM Version.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "current_oem_version")
|
|
105
|
+
|
|
106
|
+
@current_oem_version.setter
|
|
107
|
+
def current_oem_version(self, value: Optional[pulumi.Input[str]]):
|
|
108
|
+
pulumi.set(self, "current_oem_version", value)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="currentSbeVersion")
|
|
112
|
+
def current_sbe_version(self) -> Optional[pulumi.Input[str]]:
|
|
113
|
+
"""
|
|
114
|
+
Current Sbe version of the stamp.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "current_sbe_version")
|
|
117
|
+
|
|
118
|
+
@current_sbe_version.setter
|
|
119
|
+
def current_sbe_version(self, value: Optional[pulumi.Input[str]]):
|
|
120
|
+
pulumi.set(self, "current_sbe_version", value)
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter(name="currentVersion")
|
|
124
|
+
def current_version(self) -> Optional[pulumi.Input[str]]:
|
|
125
|
+
"""
|
|
126
|
+
Current Solution Bundle version of the stamp.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "current_version")
|
|
129
|
+
|
|
130
|
+
@current_version.setter
|
|
131
|
+
def current_version(self, value: Optional[pulumi.Input[str]]):
|
|
132
|
+
pulumi.set(self, "current_version", value)
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="hardwareModel")
|
|
136
|
+
def hardware_model(self) -> Optional[pulumi.Input[str]]:
|
|
137
|
+
"""
|
|
138
|
+
Name of the hardware model.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "hardware_model")
|
|
141
|
+
|
|
142
|
+
@hardware_model.setter
|
|
143
|
+
def hardware_model(self, value: Optional[pulumi.Input[str]]):
|
|
144
|
+
pulumi.set(self, "hardware_model", value)
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="healthCheckDate")
|
|
148
|
+
def health_check_date(self) -> Optional[pulumi.Input[str]]:
|
|
149
|
+
"""
|
|
150
|
+
Last time the package-specific checks were run.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "health_check_date")
|
|
153
|
+
|
|
154
|
+
@health_check_date.setter
|
|
155
|
+
def health_check_date(self, value: Optional[pulumi.Input[str]]):
|
|
156
|
+
pulumi.set(self, "health_check_date", value)
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="lastChecked")
|
|
160
|
+
def last_checked(self) -> Optional[pulumi.Input[str]]:
|
|
161
|
+
"""
|
|
162
|
+
Last time the update service successfully checked for updates
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "last_checked")
|
|
165
|
+
|
|
166
|
+
@last_checked.setter
|
|
167
|
+
def last_checked(self, value: Optional[pulumi.Input[str]]):
|
|
168
|
+
pulumi.set(self, "last_checked", value)
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="lastUpdated")
|
|
172
|
+
def last_updated(self) -> Optional[pulumi.Input[str]]:
|
|
173
|
+
"""
|
|
174
|
+
Last time an update installation completed successfully.
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "last_updated")
|
|
177
|
+
|
|
178
|
+
@last_updated.setter
|
|
179
|
+
def last_updated(self, value: Optional[pulumi.Input[str]]):
|
|
180
|
+
pulumi.set(self, "last_updated", value)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter
|
|
184
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
185
|
+
"""
|
|
186
|
+
The geo-location where the resource lives
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "location")
|
|
189
|
+
|
|
190
|
+
@location.setter
|
|
191
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
192
|
+
pulumi.set(self, "location", value)
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter(name="oemFamily")
|
|
196
|
+
def oem_family(self) -> Optional[pulumi.Input[str]]:
|
|
197
|
+
"""
|
|
198
|
+
OEM family name.
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "oem_family")
|
|
201
|
+
|
|
202
|
+
@oem_family.setter
|
|
203
|
+
def oem_family(self, value: Optional[pulumi.Input[str]]):
|
|
204
|
+
pulumi.set(self, "oem_family", value)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]]:
|
|
209
|
+
"""
|
|
210
|
+
Overall update state of the stamp.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "state")
|
|
213
|
+
|
|
214
|
+
@state.setter
|
|
215
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]]):
|
|
216
|
+
pulumi.set(self, "state", value)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
class UpdateSummary(pulumi.CustomResource):
|
|
220
|
+
@overload
|
|
221
|
+
def __init__(__self__,
|
|
222
|
+
resource_name: str,
|
|
223
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
224
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
225
|
+
current_oem_version: Optional[pulumi.Input[str]] = None,
|
|
226
|
+
current_sbe_version: Optional[pulumi.Input[str]] = None,
|
|
227
|
+
current_version: Optional[pulumi.Input[str]] = None,
|
|
228
|
+
hardware_model: Optional[pulumi.Input[str]] = None,
|
|
229
|
+
health_check_date: Optional[pulumi.Input[str]] = None,
|
|
230
|
+
last_checked: Optional[pulumi.Input[str]] = None,
|
|
231
|
+
last_updated: Optional[pulumi.Input[str]] = None,
|
|
232
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
233
|
+
oem_family: Optional[pulumi.Input[str]] = None,
|
|
234
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
235
|
+
state: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]] = None,
|
|
236
|
+
__props__=None):
|
|
237
|
+
"""
|
|
238
|
+
Get the update summaries for the cluster
|
|
239
|
+
|
|
240
|
+
:param str resource_name: The name of the resource.
|
|
241
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
242
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster.
|
|
243
|
+
:param pulumi.Input[str] current_oem_version: Current OEM Version.
|
|
244
|
+
:param pulumi.Input[str] current_sbe_version: Current Sbe version of the stamp.
|
|
245
|
+
:param pulumi.Input[str] current_version: Current Solution Bundle version of the stamp.
|
|
246
|
+
:param pulumi.Input[str] hardware_model: Name of the hardware model.
|
|
247
|
+
:param pulumi.Input[str] health_check_date: Last time the package-specific checks were run.
|
|
248
|
+
:param pulumi.Input[str] last_checked: Last time the update service successfully checked for updates
|
|
249
|
+
:param pulumi.Input[str] last_updated: Last time an update installation completed successfully.
|
|
250
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
251
|
+
:param pulumi.Input[str] oem_family: OEM family name.
|
|
252
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
253
|
+
:param pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']] state: Overall update state of the stamp.
|
|
254
|
+
"""
|
|
255
|
+
...
|
|
256
|
+
@overload
|
|
257
|
+
def __init__(__self__,
|
|
258
|
+
resource_name: str,
|
|
259
|
+
args: UpdateSummaryArgs,
|
|
260
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
261
|
+
"""
|
|
262
|
+
Get the update summaries for the cluster
|
|
263
|
+
|
|
264
|
+
:param str resource_name: The name of the resource.
|
|
265
|
+
:param UpdateSummaryArgs args: The arguments to use to populate this resource's properties.
|
|
266
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
267
|
+
"""
|
|
268
|
+
...
|
|
269
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
270
|
+
resource_args, opts = _utilities.get_resource_args_opts(UpdateSummaryArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
271
|
+
if resource_args is not None:
|
|
272
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
273
|
+
else:
|
|
274
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
275
|
+
|
|
276
|
+
def _internal_init(__self__,
|
|
277
|
+
resource_name: str,
|
|
278
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
279
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
280
|
+
current_oem_version: Optional[pulumi.Input[str]] = None,
|
|
281
|
+
current_sbe_version: Optional[pulumi.Input[str]] = None,
|
|
282
|
+
current_version: Optional[pulumi.Input[str]] = None,
|
|
283
|
+
hardware_model: Optional[pulumi.Input[str]] = None,
|
|
284
|
+
health_check_date: Optional[pulumi.Input[str]] = None,
|
|
285
|
+
last_checked: Optional[pulumi.Input[str]] = None,
|
|
286
|
+
last_updated: Optional[pulumi.Input[str]] = None,
|
|
287
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
288
|
+
oem_family: Optional[pulumi.Input[str]] = None,
|
|
289
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
290
|
+
state: Optional[pulumi.Input[Union[str, 'UpdateSummariesPropertiesState']]] = None,
|
|
291
|
+
__props__=None):
|
|
292
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
293
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
294
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
295
|
+
if opts.id is None:
|
|
296
|
+
if __props__ is not None:
|
|
297
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
298
|
+
__props__ = UpdateSummaryArgs.__new__(UpdateSummaryArgs)
|
|
299
|
+
|
|
300
|
+
if cluster_name is None and not opts.urn:
|
|
301
|
+
raise TypeError("Missing required property 'cluster_name'")
|
|
302
|
+
__props__.__dict__["cluster_name"] = cluster_name
|
|
303
|
+
__props__.__dict__["current_oem_version"] = current_oem_version
|
|
304
|
+
__props__.__dict__["current_sbe_version"] = current_sbe_version
|
|
305
|
+
__props__.__dict__["current_version"] = current_version
|
|
306
|
+
__props__.__dict__["hardware_model"] = hardware_model
|
|
307
|
+
__props__.__dict__["health_check_date"] = health_check_date
|
|
308
|
+
__props__.__dict__["last_checked"] = last_checked
|
|
309
|
+
__props__.__dict__["last_updated"] = last_updated
|
|
310
|
+
__props__.__dict__["location"] = location
|
|
311
|
+
__props__.__dict__["oem_family"] = oem_family
|
|
312
|
+
if resource_group_name is None and not opts.urn:
|
|
313
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
314
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
315
|
+
__props__.__dict__["state"] = state
|
|
316
|
+
__props__.__dict__["name"] = None
|
|
317
|
+
__props__.__dict__["provisioning_state"] = None
|
|
318
|
+
__props__.__dict__["system_data"] = None
|
|
319
|
+
__props__.__dict__["type"] = None
|
|
320
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240215preview:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240401:UpdateSummary"), pulumi.Alias(type_="azure-native:azurestackhci/v20240901preview:UpdateSummary")])
|
|
321
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
322
|
+
super(UpdateSummary, __self__).__init__(
|
|
323
|
+
'azure-native:azurestackhci/v20241201preview:UpdateSummary',
|
|
324
|
+
resource_name,
|
|
325
|
+
__props__,
|
|
326
|
+
opts)
|
|
327
|
+
|
|
328
|
+
@staticmethod
|
|
329
|
+
def get(resource_name: str,
|
|
330
|
+
id: pulumi.Input[str],
|
|
331
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'UpdateSummary':
|
|
332
|
+
"""
|
|
333
|
+
Get an existing UpdateSummary resource's state with the given name, id, and optional extra
|
|
334
|
+
properties used to qualify the lookup.
|
|
335
|
+
|
|
336
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
337
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
338
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
339
|
+
"""
|
|
340
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
341
|
+
|
|
342
|
+
__props__ = UpdateSummaryArgs.__new__(UpdateSummaryArgs)
|
|
343
|
+
|
|
344
|
+
__props__.__dict__["current_oem_version"] = None
|
|
345
|
+
__props__.__dict__["current_sbe_version"] = None
|
|
346
|
+
__props__.__dict__["current_version"] = None
|
|
347
|
+
__props__.__dict__["hardware_model"] = None
|
|
348
|
+
__props__.__dict__["health_check_date"] = None
|
|
349
|
+
__props__.__dict__["last_checked"] = None
|
|
350
|
+
__props__.__dict__["last_updated"] = None
|
|
351
|
+
__props__.__dict__["location"] = None
|
|
352
|
+
__props__.__dict__["name"] = None
|
|
353
|
+
__props__.__dict__["oem_family"] = None
|
|
354
|
+
__props__.__dict__["provisioning_state"] = None
|
|
355
|
+
__props__.__dict__["state"] = None
|
|
356
|
+
__props__.__dict__["system_data"] = None
|
|
357
|
+
__props__.__dict__["type"] = None
|
|
358
|
+
return UpdateSummary(resource_name, opts=opts, __props__=__props__)
|
|
359
|
+
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter(name="currentOemVersion")
|
|
362
|
+
def current_oem_version(self) -> pulumi.Output[Optional[str]]:
|
|
363
|
+
"""
|
|
364
|
+
Current OEM Version.
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "current_oem_version")
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
@pulumi.getter(name="currentSbeVersion")
|
|
370
|
+
def current_sbe_version(self) -> pulumi.Output[Optional[str]]:
|
|
371
|
+
"""
|
|
372
|
+
Current Sbe version of the stamp.
|
|
373
|
+
"""
|
|
374
|
+
return pulumi.get(self, "current_sbe_version")
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="currentVersion")
|
|
378
|
+
def current_version(self) -> pulumi.Output[Optional[str]]:
|
|
379
|
+
"""
|
|
380
|
+
Current Solution Bundle version of the stamp.
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "current_version")
|
|
383
|
+
|
|
384
|
+
@property
|
|
385
|
+
@pulumi.getter(name="hardwareModel")
|
|
386
|
+
def hardware_model(self) -> pulumi.Output[Optional[str]]:
|
|
387
|
+
"""
|
|
388
|
+
Name of the hardware model.
|
|
389
|
+
"""
|
|
390
|
+
return pulumi.get(self, "hardware_model")
|
|
391
|
+
|
|
392
|
+
@property
|
|
393
|
+
@pulumi.getter(name="healthCheckDate")
|
|
394
|
+
def health_check_date(self) -> pulumi.Output[Optional[str]]:
|
|
395
|
+
"""
|
|
396
|
+
Last time the package-specific checks were run.
|
|
397
|
+
"""
|
|
398
|
+
return pulumi.get(self, "health_check_date")
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter(name="lastChecked")
|
|
402
|
+
def last_checked(self) -> pulumi.Output[Optional[str]]:
|
|
403
|
+
"""
|
|
404
|
+
Last time the update service successfully checked for updates
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "last_checked")
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
@pulumi.getter(name="lastUpdated")
|
|
410
|
+
def last_updated(self) -> pulumi.Output[Optional[str]]:
|
|
411
|
+
"""
|
|
412
|
+
Last time an update installation completed successfully.
|
|
413
|
+
"""
|
|
414
|
+
return pulumi.get(self, "last_updated")
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter
|
|
418
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
419
|
+
"""
|
|
420
|
+
The geo-location where the resource lives
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "location")
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
@pulumi.getter
|
|
426
|
+
def name(self) -> pulumi.Output[str]:
|
|
427
|
+
"""
|
|
428
|
+
The name of the resource
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "name")
|
|
431
|
+
|
|
432
|
+
@property
|
|
433
|
+
@pulumi.getter(name="oemFamily")
|
|
434
|
+
def oem_family(self) -> pulumi.Output[Optional[str]]:
|
|
435
|
+
"""
|
|
436
|
+
OEM family name.
|
|
437
|
+
"""
|
|
438
|
+
return pulumi.get(self, "oem_family")
|
|
439
|
+
|
|
440
|
+
@property
|
|
441
|
+
@pulumi.getter(name="provisioningState")
|
|
442
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
443
|
+
"""
|
|
444
|
+
Provisioning state of the UpdateSummaries proxy resource.
|
|
445
|
+
"""
|
|
446
|
+
return pulumi.get(self, "provisioning_state")
|
|
447
|
+
|
|
448
|
+
@property
|
|
449
|
+
@pulumi.getter
|
|
450
|
+
def state(self) -> pulumi.Output[Optional[str]]:
|
|
451
|
+
"""
|
|
452
|
+
Overall update state of the stamp.
|
|
453
|
+
"""
|
|
454
|
+
return pulumi.get(self, "state")
|
|
455
|
+
|
|
456
|
+
@property
|
|
457
|
+
@pulumi.getter(name="systemData")
|
|
458
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
459
|
+
"""
|
|
460
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
461
|
+
"""
|
|
462
|
+
return pulumi.get(self, "system_data")
|
|
463
|
+
|
|
464
|
+
@property
|
|
465
|
+
@pulumi.getter
|
|
466
|
+
def type(self) -> pulumi.Output[str]:
|
|
467
|
+
"""
|
|
468
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
469
|
+
"""
|
|
470
|
+
return pulumi.get(self, "type")
|
|
471
|
+
|
|
@@ -478,6 +478,8 @@ __all__ = [
|
|
|
478
478
|
'RegistryPrivateLinkServiceConnectionStateArgsDict',
|
|
479
479
|
'RegistryRegionArmDetailsArgs',
|
|
480
480
|
'RegistryRegionArmDetailsArgsDict',
|
|
481
|
+
'RegistrySyndicatedRegistriesArgs',
|
|
482
|
+
'RegistrySyndicatedRegistriesArgsDict',
|
|
481
483
|
'RegistryArgs',
|
|
482
484
|
'RegistryArgsDict',
|
|
483
485
|
'RegressionTrainingSettingsArgs',
|
|
@@ -562,6 +564,8 @@ __all__ = [
|
|
|
562
564
|
'SynapseSparkPropertiesArgsDict',
|
|
563
565
|
'SynapseSparkArgs',
|
|
564
566
|
'SynapseSparkArgsDict',
|
|
567
|
+
'SyndicatedRegistryArgs',
|
|
568
|
+
'SyndicatedRegistryArgsDict',
|
|
565
569
|
'SystemCreatedAcrAccountArgs',
|
|
566
570
|
'SystemCreatedAcrAccountArgsDict',
|
|
567
571
|
'SystemCreatedStorageAccountArgs',
|
|
@@ -28973,6 +28977,58 @@ class RegistryRegionArmDetailsArgs:
|
|
|
28973
28977
|
pulumi.set(self, "storage_account_details", value)
|
|
28974
28978
|
|
|
28975
28979
|
|
|
28980
|
+
if not MYPY:
|
|
28981
|
+
class RegistrySyndicatedRegistriesArgsDict(TypedDict):
|
|
28982
|
+
syndicated_registry: NotRequired[pulumi.Input['SyndicatedRegistryArgsDict']]
|
|
28983
|
+
"""
|
|
28984
|
+
A registry that is syndicated
|
|
28985
|
+
"""
|
|
28986
|
+
syndicated_registry_guid: NotRequired[pulumi.Input[str]]
|
|
28987
|
+
"""
|
|
28988
|
+
The Guid of the syndicated registry
|
|
28989
|
+
"""
|
|
28990
|
+
elif False:
|
|
28991
|
+
RegistrySyndicatedRegistriesArgsDict: TypeAlias = Mapping[str, Any]
|
|
28992
|
+
|
|
28993
|
+
@pulumi.input_type
|
|
28994
|
+
class RegistrySyndicatedRegistriesArgs:
|
|
28995
|
+
def __init__(__self__, *,
|
|
28996
|
+
syndicated_registry: Optional[pulumi.Input['SyndicatedRegistryArgs']] = None,
|
|
28997
|
+
syndicated_registry_guid: Optional[pulumi.Input[str]] = None):
|
|
28998
|
+
"""
|
|
28999
|
+
:param pulumi.Input['SyndicatedRegistryArgs'] syndicated_registry: A registry that is syndicated
|
|
29000
|
+
:param pulumi.Input[str] syndicated_registry_guid: The Guid of the syndicated registry
|
|
29001
|
+
"""
|
|
29002
|
+
if syndicated_registry is not None:
|
|
29003
|
+
pulumi.set(__self__, "syndicated_registry", syndicated_registry)
|
|
29004
|
+
if syndicated_registry_guid is not None:
|
|
29005
|
+
pulumi.set(__self__, "syndicated_registry_guid", syndicated_registry_guid)
|
|
29006
|
+
|
|
29007
|
+
@property
|
|
29008
|
+
@pulumi.getter(name="syndicatedRegistry")
|
|
29009
|
+
def syndicated_registry(self) -> Optional[pulumi.Input['SyndicatedRegistryArgs']]:
|
|
29010
|
+
"""
|
|
29011
|
+
A registry that is syndicated
|
|
29012
|
+
"""
|
|
29013
|
+
return pulumi.get(self, "syndicated_registry")
|
|
29014
|
+
|
|
29015
|
+
@syndicated_registry.setter
|
|
29016
|
+
def syndicated_registry(self, value: Optional[pulumi.Input['SyndicatedRegistryArgs']]):
|
|
29017
|
+
pulumi.set(self, "syndicated_registry", value)
|
|
29018
|
+
|
|
29019
|
+
@property
|
|
29020
|
+
@pulumi.getter(name="syndicatedRegistryGuid")
|
|
29021
|
+
def syndicated_registry_guid(self) -> Optional[pulumi.Input[str]]:
|
|
29022
|
+
"""
|
|
29023
|
+
The Guid of the syndicated registry
|
|
29024
|
+
"""
|
|
29025
|
+
return pulumi.get(self, "syndicated_registry_guid")
|
|
29026
|
+
|
|
29027
|
+
@syndicated_registry_guid.setter
|
|
29028
|
+
def syndicated_registry_guid(self, value: Optional[pulumi.Input[str]]):
|
|
29029
|
+
pulumi.set(self, "syndicated_registry_guid", value)
|
|
29030
|
+
|
|
29031
|
+
|
|
28976
29032
|
if not MYPY:
|
|
28977
29033
|
class RegistryArgsDict(TypedDict):
|
|
28978
29034
|
"""
|
|
@@ -29007,6 +29063,10 @@ if not MYPY:
|
|
|
29007
29063
|
"""
|
|
29008
29064
|
Private endpoint connections info used for pending connections in private link portal
|
|
29009
29065
|
"""
|
|
29066
|
+
syndicated_registries: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgsDict']]]]
|
|
29067
|
+
"""
|
|
29068
|
+
List of tuples containing Guid and SyndicatedRegistry
|
|
29069
|
+
"""
|
|
29010
29070
|
elif False:
|
|
29011
29071
|
RegistryArgsDict: TypeAlias = Mapping[str, Any]
|
|
29012
29072
|
|
|
@@ -29019,7 +29079,8 @@ class RegistryArgs:
|
|
|
29019
29079
|
ml_flow_registry_uri: Optional[pulumi.Input[str]] = None,
|
|
29020
29080
|
public_network_access: Optional[pulumi.Input[str]] = None,
|
|
29021
29081
|
region_details: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryRegionArmDetailsArgs']]]] = None,
|
|
29022
|
-
registry_private_endpoint_connections: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryPrivateEndpointConnectionArgs']]]] = None
|
|
29082
|
+
registry_private_endpoint_connections: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryPrivateEndpointConnectionArgs']]]] = None,
|
|
29083
|
+
syndicated_registries: Optional[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]]] = None):
|
|
29023
29084
|
"""
|
|
29024
29085
|
Details of the Registry
|
|
29025
29086
|
:param pulumi.Input[str] discovery_url: Discovery URL for the Registry
|
|
@@ -29030,6 +29091,7 @@ class RegistryArgs:
|
|
|
29030
29091
|
Possible values: "Enabled" or "Disabled"
|
|
29031
29092
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryRegionArmDetailsArgs']]] region_details: Details of each region the registry is in
|
|
29032
29093
|
:param pulumi.Input[Sequence[pulumi.Input['RegistryPrivateEndpointConnectionArgs']]] registry_private_endpoint_connections: Private endpoint connections info used for pending connections in private link portal
|
|
29094
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]] syndicated_registries: List of tuples containing Guid and SyndicatedRegistry
|
|
29033
29095
|
"""
|
|
29034
29096
|
if discovery_url is not None:
|
|
29035
29097
|
pulumi.set(__self__, "discovery_url", discovery_url)
|
|
@@ -29045,6 +29107,8 @@ class RegistryArgs:
|
|
|
29045
29107
|
pulumi.set(__self__, "region_details", region_details)
|
|
29046
29108
|
if registry_private_endpoint_connections is not None:
|
|
29047
29109
|
pulumi.set(__self__, "registry_private_endpoint_connections", registry_private_endpoint_connections)
|
|
29110
|
+
if syndicated_registries is not None:
|
|
29111
|
+
pulumi.set(__self__, "syndicated_registries", syndicated_registries)
|
|
29048
29112
|
|
|
29049
29113
|
@property
|
|
29050
29114
|
@pulumi.getter(name="discoveryUrl")
|
|
@@ -29131,6 +29195,18 @@ class RegistryArgs:
|
|
|
29131
29195
|
def registry_private_endpoint_connections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryPrivateEndpointConnectionArgs']]]]):
|
|
29132
29196
|
pulumi.set(self, "registry_private_endpoint_connections", value)
|
|
29133
29197
|
|
|
29198
|
+
@property
|
|
29199
|
+
@pulumi.getter(name="syndicatedRegistries")
|
|
29200
|
+
def syndicated_registries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]]]:
|
|
29201
|
+
"""
|
|
29202
|
+
List of tuples containing Guid and SyndicatedRegistry
|
|
29203
|
+
"""
|
|
29204
|
+
return pulumi.get(self, "syndicated_registries")
|
|
29205
|
+
|
|
29206
|
+
@syndicated_registries.setter
|
|
29207
|
+
def syndicated_registries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegistrySyndicatedRegistriesArgs']]]]):
|
|
29208
|
+
pulumi.set(self, "syndicated_registries", value)
|
|
29209
|
+
|
|
29134
29210
|
|
|
29135
29211
|
if not MYPY:
|
|
29136
29212
|
class RegressionTrainingSettingsArgsDict(TypedDict):
|
|
@@ -34066,6 +34142,42 @@ class SynapseSparkArgs:
|
|
|
34066
34142
|
pulumi.set(self, "resource_id", value)
|
|
34067
34143
|
|
|
34068
34144
|
|
|
34145
|
+
if not MYPY:
|
|
34146
|
+
class SyndicatedRegistryArgsDict(TypedDict):
|
|
34147
|
+
"""
|
|
34148
|
+
A registry that is syndicated
|
|
34149
|
+
"""
|
|
34150
|
+
registry_id: NotRequired[pulumi.Input[str]]
|
|
34151
|
+
"""
|
|
34152
|
+
The Registry Id of the syndicated Registry
|
|
34153
|
+
"""
|
|
34154
|
+
elif False:
|
|
34155
|
+
SyndicatedRegistryArgsDict: TypeAlias = Mapping[str, Any]
|
|
34156
|
+
|
|
34157
|
+
@pulumi.input_type
|
|
34158
|
+
class SyndicatedRegistryArgs:
|
|
34159
|
+
def __init__(__self__, *,
|
|
34160
|
+
registry_id: Optional[pulumi.Input[str]] = None):
|
|
34161
|
+
"""
|
|
34162
|
+
A registry that is syndicated
|
|
34163
|
+
:param pulumi.Input[str] registry_id: The Registry Id of the syndicated Registry
|
|
34164
|
+
"""
|
|
34165
|
+
if registry_id is not None:
|
|
34166
|
+
pulumi.set(__self__, "registry_id", registry_id)
|
|
34167
|
+
|
|
34168
|
+
@property
|
|
34169
|
+
@pulumi.getter(name="registryId")
|
|
34170
|
+
def registry_id(self) -> Optional[pulumi.Input[str]]:
|
|
34171
|
+
"""
|
|
34172
|
+
The Registry Id of the syndicated Registry
|
|
34173
|
+
"""
|
|
34174
|
+
return pulumi.get(self, "registry_id")
|
|
34175
|
+
|
|
34176
|
+
@registry_id.setter
|
|
34177
|
+
def registry_id(self, value: Optional[pulumi.Input[str]]):
|
|
34178
|
+
pulumi.set(self, "registry_id", value)
|
|
34179
|
+
|
|
34180
|
+
|
|
34069
34181
|
if not MYPY:
|
|
34070
34182
|
class SystemCreatedAcrAccountArgsDict(TypedDict):
|
|
34071
34183
|
acr_account_name: NotRequired[pulumi.Input[str]]
|