pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1736153496__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 +0 -42
- pulumi_azure_native/azurestackhci/__init__.py +0 -3
- 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/networkcloud/__init__.py +0 -3
- 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/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.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/RECORD +214 -278
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
- pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/top_level.txt +0 -0
|
@@ -1,401 +0,0 @@
|
|
|
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
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetUpdateResult',
|
|
20
|
-
'AwaitableGetUpdateResult',
|
|
21
|
-
'get_update',
|
|
22
|
-
'get_update_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetUpdateResult:
|
|
27
|
-
"""
|
|
28
|
-
Update details
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, additional_properties=None, availability_type=None, description=None, display_name=None, health_check_date=None, id=None, installed_date=None, location=None, min_sbe_version_required=None, name=None, notify_message=None, package_path=None, package_size_in_mb=None, package_type=None, prerequisites=None, progress_percentage=None, provisioning_state=None, publisher=None, release_link=None, state=None, system_data=None, type=None, version=None):
|
|
31
|
-
if additional_properties and not isinstance(additional_properties, str):
|
|
32
|
-
raise TypeError("Expected argument 'additional_properties' to be a str")
|
|
33
|
-
pulumi.set(__self__, "additional_properties", additional_properties)
|
|
34
|
-
if availability_type and not isinstance(availability_type, str):
|
|
35
|
-
raise TypeError("Expected argument 'availability_type' to be a str")
|
|
36
|
-
pulumi.set(__self__, "availability_type", availability_type)
|
|
37
|
-
if description and not isinstance(description, str):
|
|
38
|
-
raise TypeError("Expected argument 'description' to be a str")
|
|
39
|
-
pulumi.set(__self__, "description", description)
|
|
40
|
-
if display_name and not isinstance(display_name, str):
|
|
41
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
|
42
|
-
pulumi.set(__self__, "display_name", display_name)
|
|
43
|
-
if health_check_date and not isinstance(health_check_date, str):
|
|
44
|
-
raise TypeError("Expected argument 'health_check_date' to be a str")
|
|
45
|
-
pulumi.set(__self__, "health_check_date", health_check_date)
|
|
46
|
-
if id and not isinstance(id, str):
|
|
47
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
48
|
-
pulumi.set(__self__, "id", id)
|
|
49
|
-
if installed_date and not isinstance(installed_date, str):
|
|
50
|
-
raise TypeError("Expected argument 'installed_date' to be a str")
|
|
51
|
-
pulumi.set(__self__, "installed_date", installed_date)
|
|
52
|
-
if location and not isinstance(location, str):
|
|
53
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
54
|
-
pulumi.set(__self__, "location", location)
|
|
55
|
-
if min_sbe_version_required and not isinstance(min_sbe_version_required, str):
|
|
56
|
-
raise TypeError("Expected argument 'min_sbe_version_required' to be a str")
|
|
57
|
-
pulumi.set(__self__, "min_sbe_version_required", min_sbe_version_required)
|
|
58
|
-
if name and not isinstance(name, str):
|
|
59
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
-
pulumi.set(__self__, "name", name)
|
|
61
|
-
if notify_message and not isinstance(notify_message, str):
|
|
62
|
-
raise TypeError("Expected argument 'notify_message' to be a str")
|
|
63
|
-
pulumi.set(__self__, "notify_message", notify_message)
|
|
64
|
-
if package_path and not isinstance(package_path, str):
|
|
65
|
-
raise TypeError("Expected argument 'package_path' to be a str")
|
|
66
|
-
pulumi.set(__self__, "package_path", package_path)
|
|
67
|
-
if package_size_in_mb and not isinstance(package_size_in_mb, float):
|
|
68
|
-
raise TypeError("Expected argument 'package_size_in_mb' to be a float")
|
|
69
|
-
pulumi.set(__self__, "package_size_in_mb", package_size_in_mb)
|
|
70
|
-
if package_type and not isinstance(package_type, str):
|
|
71
|
-
raise TypeError("Expected argument 'package_type' to be a str")
|
|
72
|
-
pulumi.set(__self__, "package_type", package_type)
|
|
73
|
-
if prerequisites and not isinstance(prerequisites, list):
|
|
74
|
-
raise TypeError("Expected argument 'prerequisites' to be a list")
|
|
75
|
-
pulumi.set(__self__, "prerequisites", prerequisites)
|
|
76
|
-
if progress_percentage and not isinstance(progress_percentage, float):
|
|
77
|
-
raise TypeError("Expected argument 'progress_percentage' to be a float")
|
|
78
|
-
pulumi.set(__self__, "progress_percentage", progress_percentage)
|
|
79
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
80
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
81
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
82
|
-
if publisher and not isinstance(publisher, str):
|
|
83
|
-
raise TypeError("Expected argument 'publisher' to be a str")
|
|
84
|
-
pulumi.set(__self__, "publisher", publisher)
|
|
85
|
-
if release_link and not isinstance(release_link, str):
|
|
86
|
-
raise TypeError("Expected argument 'release_link' to be a str")
|
|
87
|
-
pulumi.set(__self__, "release_link", release_link)
|
|
88
|
-
if state and not isinstance(state, str):
|
|
89
|
-
raise TypeError("Expected argument 'state' to be a str")
|
|
90
|
-
pulumi.set(__self__, "state", state)
|
|
91
|
-
if system_data and not isinstance(system_data, dict):
|
|
92
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
93
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
94
|
-
if type and not isinstance(type, str):
|
|
95
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
96
|
-
pulumi.set(__self__, "type", type)
|
|
97
|
-
if version and not isinstance(version, str):
|
|
98
|
-
raise TypeError("Expected argument 'version' to be a str")
|
|
99
|
-
pulumi.set(__self__, "version", version)
|
|
100
|
-
|
|
101
|
-
@property
|
|
102
|
-
@pulumi.getter(name="additionalProperties")
|
|
103
|
-
def additional_properties(self) -> Optional[str]:
|
|
104
|
-
"""
|
|
105
|
-
Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type.
|
|
106
|
-
"""
|
|
107
|
-
return pulumi.get(self, "additional_properties")
|
|
108
|
-
|
|
109
|
-
@property
|
|
110
|
-
@pulumi.getter(name="availabilityType")
|
|
111
|
-
def availability_type(self) -> Optional[str]:
|
|
112
|
-
"""
|
|
113
|
-
Indicates the way the update content can be downloaded.
|
|
114
|
-
"""
|
|
115
|
-
return pulumi.get(self, "availability_type")
|
|
116
|
-
|
|
117
|
-
@property
|
|
118
|
-
@pulumi.getter
|
|
119
|
-
def description(self) -> Optional[str]:
|
|
120
|
-
"""
|
|
121
|
-
Description of the update.
|
|
122
|
-
"""
|
|
123
|
-
return pulumi.get(self, "description")
|
|
124
|
-
|
|
125
|
-
@property
|
|
126
|
-
@pulumi.getter(name="displayName")
|
|
127
|
-
def display_name(self) -> Optional[str]:
|
|
128
|
-
"""
|
|
129
|
-
Display name of the Update
|
|
130
|
-
"""
|
|
131
|
-
return pulumi.get(self, "display_name")
|
|
132
|
-
|
|
133
|
-
@property
|
|
134
|
-
@pulumi.getter(name="healthCheckDate")
|
|
135
|
-
def health_check_date(self) -> Optional[str]:
|
|
136
|
-
"""
|
|
137
|
-
Last time the package-specific checks were run.
|
|
138
|
-
"""
|
|
139
|
-
return pulumi.get(self, "health_check_date")
|
|
140
|
-
|
|
141
|
-
@property
|
|
142
|
-
@pulumi.getter
|
|
143
|
-
def id(self) -> str:
|
|
144
|
-
"""
|
|
145
|
-
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
146
|
-
"""
|
|
147
|
-
return pulumi.get(self, "id")
|
|
148
|
-
|
|
149
|
-
@property
|
|
150
|
-
@pulumi.getter(name="installedDate")
|
|
151
|
-
def installed_date(self) -> Optional[str]:
|
|
152
|
-
"""
|
|
153
|
-
Date that the update was installed.
|
|
154
|
-
"""
|
|
155
|
-
return pulumi.get(self, "installed_date")
|
|
156
|
-
|
|
157
|
-
@property
|
|
158
|
-
@pulumi.getter
|
|
159
|
-
def location(self) -> Optional[str]:
|
|
160
|
-
"""
|
|
161
|
-
The geo-location where the resource lives
|
|
162
|
-
"""
|
|
163
|
-
return pulumi.get(self, "location")
|
|
164
|
-
|
|
165
|
-
@property
|
|
166
|
-
@pulumi.getter(name="minSbeVersionRequired")
|
|
167
|
-
def min_sbe_version_required(self) -> Optional[str]:
|
|
168
|
-
"""
|
|
169
|
-
Minimum Sbe Version of the update.
|
|
170
|
-
"""
|
|
171
|
-
return pulumi.get(self, "min_sbe_version_required")
|
|
172
|
-
|
|
173
|
-
@property
|
|
174
|
-
@pulumi.getter
|
|
175
|
-
def name(self) -> str:
|
|
176
|
-
"""
|
|
177
|
-
The name of the resource
|
|
178
|
-
"""
|
|
179
|
-
return pulumi.get(self, "name")
|
|
180
|
-
|
|
181
|
-
@property
|
|
182
|
-
@pulumi.getter(name="notifyMessage")
|
|
183
|
-
def notify_message(self) -> Optional[str]:
|
|
184
|
-
"""
|
|
185
|
-
Brief message with instructions for updates of AvailabilityType Notify.
|
|
186
|
-
"""
|
|
187
|
-
return pulumi.get(self, "notify_message")
|
|
188
|
-
|
|
189
|
-
@property
|
|
190
|
-
@pulumi.getter(name="packagePath")
|
|
191
|
-
def package_path(self) -> Optional[str]:
|
|
192
|
-
"""
|
|
193
|
-
Path where the update package is available.
|
|
194
|
-
"""
|
|
195
|
-
return pulumi.get(self, "package_path")
|
|
196
|
-
|
|
197
|
-
@property
|
|
198
|
-
@pulumi.getter(name="packageSizeInMb")
|
|
199
|
-
def package_size_in_mb(self) -> Optional[float]:
|
|
200
|
-
"""
|
|
201
|
-
Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content.
|
|
202
|
-
"""
|
|
203
|
-
return pulumi.get(self, "package_size_in_mb")
|
|
204
|
-
|
|
205
|
-
@property
|
|
206
|
-
@pulumi.getter(name="packageType")
|
|
207
|
-
def package_type(self) -> Optional[str]:
|
|
208
|
-
"""
|
|
209
|
-
Customer-visible type of the update.
|
|
210
|
-
"""
|
|
211
|
-
return pulumi.get(self, "package_type")
|
|
212
|
-
|
|
213
|
-
@property
|
|
214
|
-
@pulumi.getter
|
|
215
|
-
def prerequisites(self) -> Optional[Sequence['outputs.UpdatePrerequisiteResponse']]:
|
|
216
|
-
"""
|
|
217
|
-
If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
|
|
218
|
-
"""
|
|
219
|
-
return pulumi.get(self, "prerequisites")
|
|
220
|
-
|
|
221
|
-
@property
|
|
222
|
-
@pulumi.getter(name="progressPercentage")
|
|
223
|
-
def progress_percentage(self) -> Optional[float]:
|
|
224
|
-
"""
|
|
225
|
-
Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded.
|
|
226
|
-
"""
|
|
227
|
-
return pulumi.get(self, "progress_percentage")
|
|
228
|
-
|
|
229
|
-
@property
|
|
230
|
-
@pulumi.getter(name="provisioningState")
|
|
231
|
-
def provisioning_state(self) -> str:
|
|
232
|
-
"""
|
|
233
|
-
Provisioning state of the Updates proxy resource.
|
|
234
|
-
"""
|
|
235
|
-
return pulumi.get(self, "provisioning_state")
|
|
236
|
-
|
|
237
|
-
@property
|
|
238
|
-
@pulumi.getter
|
|
239
|
-
def publisher(self) -> Optional[str]:
|
|
240
|
-
"""
|
|
241
|
-
Publisher of the update package.
|
|
242
|
-
"""
|
|
243
|
-
return pulumi.get(self, "publisher")
|
|
244
|
-
|
|
245
|
-
@property
|
|
246
|
-
@pulumi.getter(name="releaseLink")
|
|
247
|
-
def release_link(self) -> Optional[str]:
|
|
248
|
-
"""
|
|
249
|
-
Link to release notes for the update.
|
|
250
|
-
"""
|
|
251
|
-
return pulumi.get(self, "release_link")
|
|
252
|
-
|
|
253
|
-
@property
|
|
254
|
-
@pulumi.getter
|
|
255
|
-
def state(self) -> Optional[str]:
|
|
256
|
-
"""
|
|
257
|
-
State of the update as it relates to this stamp.
|
|
258
|
-
"""
|
|
259
|
-
return pulumi.get(self, "state")
|
|
260
|
-
|
|
261
|
-
@property
|
|
262
|
-
@pulumi.getter(name="systemData")
|
|
263
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
264
|
-
"""
|
|
265
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
266
|
-
"""
|
|
267
|
-
return pulumi.get(self, "system_data")
|
|
268
|
-
|
|
269
|
-
@property
|
|
270
|
-
@pulumi.getter
|
|
271
|
-
def type(self) -> str:
|
|
272
|
-
"""
|
|
273
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
274
|
-
"""
|
|
275
|
-
return pulumi.get(self, "type")
|
|
276
|
-
|
|
277
|
-
@property
|
|
278
|
-
@pulumi.getter
|
|
279
|
-
def version(self) -> Optional[str]:
|
|
280
|
-
"""
|
|
281
|
-
Version of the update.
|
|
282
|
-
"""
|
|
283
|
-
return pulumi.get(self, "version")
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
class AwaitableGetUpdateResult(GetUpdateResult):
|
|
287
|
-
# pylint: disable=using-constant-test
|
|
288
|
-
def __await__(self):
|
|
289
|
-
if False:
|
|
290
|
-
yield self
|
|
291
|
-
return GetUpdateResult(
|
|
292
|
-
additional_properties=self.additional_properties,
|
|
293
|
-
availability_type=self.availability_type,
|
|
294
|
-
description=self.description,
|
|
295
|
-
display_name=self.display_name,
|
|
296
|
-
health_check_date=self.health_check_date,
|
|
297
|
-
id=self.id,
|
|
298
|
-
installed_date=self.installed_date,
|
|
299
|
-
location=self.location,
|
|
300
|
-
min_sbe_version_required=self.min_sbe_version_required,
|
|
301
|
-
name=self.name,
|
|
302
|
-
notify_message=self.notify_message,
|
|
303
|
-
package_path=self.package_path,
|
|
304
|
-
package_size_in_mb=self.package_size_in_mb,
|
|
305
|
-
package_type=self.package_type,
|
|
306
|
-
prerequisites=self.prerequisites,
|
|
307
|
-
progress_percentage=self.progress_percentage,
|
|
308
|
-
provisioning_state=self.provisioning_state,
|
|
309
|
-
publisher=self.publisher,
|
|
310
|
-
release_link=self.release_link,
|
|
311
|
-
state=self.state,
|
|
312
|
-
system_data=self.system_data,
|
|
313
|
-
type=self.type,
|
|
314
|
-
version=self.version)
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
def get_update(cluster_name: Optional[str] = None,
|
|
318
|
-
resource_group_name: Optional[str] = None,
|
|
319
|
-
update_name: Optional[str] = None,
|
|
320
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUpdateResult:
|
|
321
|
-
"""
|
|
322
|
-
Get specified Update
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
:param str cluster_name: The name of the cluster.
|
|
326
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
327
|
-
:param str update_name: The name of the Update
|
|
328
|
-
"""
|
|
329
|
-
__args__ = dict()
|
|
330
|
-
__args__['clusterName'] = cluster_name
|
|
331
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
332
|
-
__args__['updateName'] = update_name
|
|
333
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
334
|
-
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getUpdate', __args__, opts=opts, typ=GetUpdateResult).value
|
|
335
|
-
|
|
336
|
-
return AwaitableGetUpdateResult(
|
|
337
|
-
additional_properties=pulumi.get(__ret__, 'additional_properties'),
|
|
338
|
-
availability_type=pulumi.get(__ret__, 'availability_type'),
|
|
339
|
-
description=pulumi.get(__ret__, 'description'),
|
|
340
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
|
341
|
-
health_check_date=pulumi.get(__ret__, 'health_check_date'),
|
|
342
|
-
id=pulumi.get(__ret__, 'id'),
|
|
343
|
-
installed_date=pulumi.get(__ret__, 'installed_date'),
|
|
344
|
-
location=pulumi.get(__ret__, 'location'),
|
|
345
|
-
min_sbe_version_required=pulumi.get(__ret__, 'min_sbe_version_required'),
|
|
346
|
-
name=pulumi.get(__ret__, 'name'),
|
|
347
|
-
notify_message=pulumi.get(__ret__, 'notify_message'),
|
|
348
|
-
package_path=pulumi.get(__ret__, 'package_path'),
|
|
349
|
-
package_size_in_mb=pulumi.get(__ret__, 'package_size_in_mb'),
|
|
350
|
-
package_type=pulumi.get(__ret__, 'package_type'),
|
|
351
|
-
prerequisites=pulumi.get(__ret__, 'prerequisites'),
|
|
352
|
-
progress_percentage=pulumi.get(__ret__, 'progress_percentage'),
|
|
353
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
354
|
-
publisher=pulumi.get(__ret__, 'publisher'),
|
|
355
|
-
release_link=pulumi.get(__ret__, 'release_link'),
|
|
356
|
-
state=pulumi.get(__ret__, 'state'),
|
|
357
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
358
|
-
type=pulumi.get(__ret__, 'type'),
|
|
359
|
-
version=pulumi.get(__ret__, 'version'))
|
|
360
|
-
def get_update_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
361
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
362
|
-
update_name: Optional[pulumi.Input[str]] = None,
|
|
363
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUpdateResult]:
|
|
364
|
-
"""
|
|
365
|
-
Get specified Update
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
:param str cluster_name: The name of the cluster.
|
|
369
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
370
|
-
:param str update_name: The name of the Update
|
|
371
|
-
"""
|
|
372
|
-
__args__ = dict()
|
|
373
|
-
__args__['clusterName'] = cluster_name
|
|
374
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
375
|
-
__args__['updateName'] = update_name
|
|
376
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
377
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getUpdate', __args__, opts=opts, typ=GetUpdateResult)
|
|
378
|
-
return __ret__.apply(lambda __response__: GetUpdateResult(
|
|
379
|
-
additional_properties=pulumi.get(__response__, 'additional_properties'),
|
|
380
|
-
availability_type=pulumi.get(__response__, 'availability_type'),
|
|
381
|
-
description=pulumi.get(__response__, 'description'),
|
|
382
|
-
display_name=pulumi.get(__response__, 'display_name'),
|
|
383
|
-
health_check_date=pulumi.get(__response__, 'health_check_date'),
|
|
384
|
-
id=pulumi.get(__response__, 'id'),
|
|
385
|
-
installed_date=pulumi.get(__response__, 'installed_date'),
|
|
386
|
-
location=pulumi.get(__response__, 'location'),
|
|
387
|
-
min_sbe_version_required=pulumi.get(__response__, 'min_sbe_version_required'),
|
|
388
|
-
name=pulumi.get(__response__, 'name'),
|
|
389
|
-
notify_message=pulumi.get(__response__, 'notify_message'),
|
|
390
|
-
package_path=pulumi.get(__response__, 'package_path'),
|
|
391
|
-
package_size_in_mb=pulumi.get(__response__, 'package_size_in_mb'),
|
|
392
|
-
package_type=pulumi.get(__response__, 'package_type'),
|
|
393
|
-
prerequisites=pulumi.get(__response__, 'prerequisites'),
|
|
394
|
-
progress_percentage=pulumi.get(__response__, 'progress_percentage'),
|
|
395
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
396
|
-
publisher=pulumi.get(__response__, 'publisher'),
|
|
397
|
-
release_link=pulumi.get(__response__, 'release_link'),
|
|
398
|
-
state=pulumi.get(__response__, 'state'),
|
|
399
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
400
|
-
type=pulumi.get(__response__, 'type'),
|
|
401
|
-
version=pulumi.get(__response__, 'version')))
|