pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1735840149__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/machinelearningservices/v20241001preview/_inputs.py +1 -113
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +1 -107
- 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.0a1735840149.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/RECORD +216 -280
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/WHEEL +1 -1
- 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.0a1735840149.dist-info}/top_level.txt +0 -0
|
@@ -1,275 +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
|
-
'GetArcSettingResult',
|
|
20
|
-
'AwaitableGetArcSettingResult',
|
|
21
|
-
'get_arc_setting',
|
|
22
|
-
'get_arc_setting_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetArcSettingResult:
|
|
27
|
-
"""
|
|
28
|
-
ArcSetting details.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, aggregate_state=None, arc_application_client_id=None, arc_application_object_id=None, arc_application_tenant_id=None, arc_instance_resource_group=None, arc_service_principal_object_id=None, connectivity_properties=None, default_extensions=None, id=None, name=None, per_node_details=None, provisioning_state=None, system_data=None, type=None):
|
|
31
|
-
if aggregate_state and not isinstance(aggregate_state, str):
|
|
32
|
-
raise TypeError("Expected argument 'aggregate_state' to be a str")
|
|
33
|
-
pulumi.set(__self__, "aggregate_state", aggregate_state)
|
|
34
|
-
if arc_application_client_id and not isinstance(arc_application_client_id, str):
|
|
35
|
-
raise TypeError("Expected argument 'arc_application_client_id' to be a str")
|
|
36
|
-
pulumi.set(__self__, "arc_application_client_id", arc_application_client_id)
|
|
37
|
-
if arc_application_object_id and not isinstance(arc_application_object_id, str):
|
|
38
|
-
raise TypeError("Expected argument 'arc_application_object_id' to be a str")
|
|
39
|
-
pulumi.set(__self__, "arc_application_object_id", arc_application_object_id)
|
|
40
|
-
if arc_application_tenant_id and not isinstance(arc_application_tenant_id, str):
|
|
41
|
-
raise TypeError("Expected argument 'arc_application_tenant_id' to be a str")
|
|
42
|
-
pulumi.set(__self__, "arc_application_tenant_id", arc_application_tenant_id)
|
|
43
|
-
if arc_instance_resource_group and not isinstance(arc_instance_resource_group, str):
|
|
44
|
-
raise TypeError("Expected argument 'arc_instance_resource_group' to be a str")
|
|
45
|
-
pulumi.set(__self__, "arc_instance_resource_group", arc_instance_resource_group)
|
|
46
|
-
if arc_service_principal_object_id and not isinstance(arc_service_principal_object_id, str):
|
|
47
|
-
raise TypeError("Expected argument 'arc_service_principal_object_id' to be a str")
|
|
48
|
-
pulumi.set(__self__, "arc_service_principal_object_id", arc_service_principal_object_id)
|
|
49
|
-
if connectivity_properties and not isinstance(connectivity_properties, list):
|
|
50
|
-
raise TypeError("Expected argument 'connectivity_properties' to be a list")
|
|
51
|
-
pulumi.set(__self__, "connectivity_properties", connectivity_properties)
|
|
52
|
-
if default_extensions and not isinstance(default_extensions, list):
|
|
53
|
-
raise TypeError("Expected argument 'default_extensions' to be a list")
|
|
54
|
-
pulumi.set(__self__, "default_extensions", default_extensions)
|
|
55
|
-
if id and not isinstance(id, str):
|
|
56
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
57
|
-
pulumi.set(__self__, "id", id)
|
|
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 per_node_details and not isinstance(per_node_details, list):
|
|
62
|
-
raise TypeError("Expected argument 'per_node_details' to be a list")
|
|
63
|
-
pulumi.set(__self__, "per_node_details", per_node_details)
|
|
64
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
65
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
66
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
67
|
-
if system_data and not isinstance(system_data, dict):
|
|
68
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
69
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
70
|
-
if type and not isinstance(type, str):
|
|
71
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
72
|
-
pulumi.set(__self__, "type", type)
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter(name="aggregateState")
|
|
76
|
-
def aggregate_state(self) -> str:
|
|
77
|
-
"""
|
|
78
|
-
Aggregate state of Arc agent across the nodes in this HCI cluster.
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "aggregate_state")
|
|
81
|
-
|
|
82
|
-
@property
|
|
83
|
-
@pulumi.getter(name="arcApplicationClientId")
|
|
84
|
-
def arc_application_client_id(self) -> Optional[str]:
|
|
85
|
-
"""
|
|
86
|
-
App id of arc AAD identity.
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "arc_application_client_id")
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter(name="arcApplicationObjectId")
|
|
92
|
-
def arc_application_object_id(self) -> Optional[str]:
|
|
93
|
-
"""
|
|
94
|
-
Object id of arc AAD identity.
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "arc_application_object_id")
|
|
97
|
-
|
|
98
|
-
@property
|
|
99
|
-
@pulumi.getter(name="arcApplicationTenantId")
|
|
100
|
-
def arc_application_tenant_id(self) -> Optional[str]:
|
|
101
|
-
"""
|
|
102
|
-
Tenant id of arc AAD identity.
|
|
103
|
-
"""
|
|
104
|
-
return pulumi.get(self, "arc_application_tenant_id")
|
|
105
|
-
|
|
106
|
-
@property
|
|
107
|
-
@pulumi.getter(name="arcInstanceResourceGroup")
|
|
108
|
-
def arc_instance_resource_group(self) -> Optional[str]:
|
|
109
|
-
"""
|
|
110
|
-
The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources.
|
|
111
|
-
"""
|
|
112
|
-
return pulumi.get(self, "arc_instance_resource_group")
|
|
113
|
-
|
|
114
|
-
@property
|
|
115
|
-
@pulumi.getter(name="arcServicePrincipalObjectId")
|
|
116
|
-
def arc_service_principal_object_id(self) -> Optional[str]:
|
|
117
|
-
"""
|
|
118
|
-
Object id of arc AAD service principal.
|
|
119
|
-
"""
|
|
120
|
-
return pulumi.get(self, "arc_service_principal_object_id")
|
|
121
|
-
|
|
122
|
-
@property
|
|
123
|
-
@pulumi.getter(name="connectivityProperties")
|
|
124
|
-
def connectivity_properties(self) -> Optional[Sequence['outputs.ArcConnectivityPropertiesResponse']]:
|
|
125
|
-
"""
|
|
126
|
-
contains connectivity related configuration for ARC resources
|
|
127
|
-
"""
|
|
128
|
-
return pulumi.get(self, "connectivity_properties")
|
|
129
|
-
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter(name="defaultExtensions")
|
|
132
|
-
def default_extensions(self) -> Sequence['outputs.DefaultExtensionDetailsResponse']:
|
|
133
|
-
"""
|
|
134
|
-
Properties for each of the default extensions category
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "default_extensions")
|
|
137
|
-
|
|
138
|
-
@property
|
|
139
|
-
@pulumi.getter
|
|
140
|
-
def id(self) -> str:
|
|
141
|
-
"""
|
|
142
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
143
|
-
"""
|
|
144
|
-
return pulumi.get(self, "id")
|
|
145
|
-
|
|
146
|
-
@property
|
|
147
|
-
@pulumi.getter
|
|
148
|
-
def name(self) -> str:
|
|
149
|
-
"""
|
|
150
|
-
The name of the resource
|
|
151
|
-
"""
|
|
152
|
-
return pulumi.get(self, "name")
|
|
153
|
-
|
|
154
|
-
@property
|
|
155
|
-
@pulumi.getter(name="perNodeDetails")
|
|
156
|
-
def per_node_details(self) -> Sequence['outputs.PerNodeStateResponse']:
|
|
157
|
-
"""
|
|
158
|
-
State of Arc agent in each of the nodes.
|
|
159
|
-
"""
|
|
160
|
-
return pulumi.get(self, "per_node_details")
|
|
161
|
-
|
|
162
|
-
@property
|
|
163
|
-
@pulumi.getter(name="provisioningState")
|
|
164
|
-
def provisioning_state(self) -> str:
|
|
165
|
-
"""
|
|
166
|
-
Provisioning state of the ArcSetting proxy resource.
|
|
167
|
-
"""
|
|
168
|
-
return pulumi.get(self, "provisioning_state")
|
|
169
|
-
|
|
170
|
-
@property
|
|
171
|
-
@pulumi.getter(name="systemData")
|
|
172
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
173
|
-
"""
|
|
174
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
175
|
-
"""
|
|
176
|
-
return pulumi.get(self, "system_data")
|
|
177
|
-
|
|
178
|
-
@property
|
|
179
|
-
@pulumi.getter
|
|
180
|
-
def type(self) -> str:
|
|
181
|
-
"""
|
|
182
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
183
|
-
"""
|
|
184
|
-
return pulumi.get(self, "type")
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
class AwaitableGetArcSettingResult(GetArcSettingResult):
|
|
188
|
-
# pylint: disable=using-constant-test
|
|
189
|
-
def __await__(self):
|
|
190
|
-
if False:
|
|
191
|
-
yield self
|
|
192
|
-
return GetArcSettingResult(
|
|
193
|
-
aggregate_state=self.aggregate_state,
|
|
194
|
-
arc_application_client_id=self.arc_application_client_id,
|
|
195
|
-
arc_application_object_id=self.arc_application_object_id,
|
|
196
|
-
arc_application_tenant_id=self.arc_application_tenant_id,
|
|
197
|
-
arc_instance_resource_group=self.arc_instance_resource_group,
|
|
198
|
-
arc_service_principal_object_id=self.arc_service_principal_object_id,
|
|
199
|
-
connectivity_properties=self.connectivity_properties,
|
|
200
|
-
default_extensions=self.default_extensions,
|
|
201
|
-
id=self.id,
|
|
202
|
-
name=self.name,
|
|
203
|
-
per_node_details=self.per_node_details,
|
|
204
|
-
provisioning_state=self.provisioning_state,
|
|
205
|
-
system_data=self.system_data,
|
|
206
|
-
type=self.type)
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
def get_arc_setting(arc_setting_name: Optional[str] = None,
|
|
210
|
-
cluster_name: Optional[str] = None,
|
|
211
|
-
resource_group_name: Optional[str] = None,
|
|
212
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetArcSettingResult:
|
|
213
|
-
"""
|
|
214
|
-
Get ArcSetting resource details of HCI Cluster.
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
:param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
218
|
-
:param str cluster_name: The name of the cluster.
|
|
219
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
220
|
-
"""
|
|
221
|
-
__args__ = dict()
|
|
222
|
-
__args__['arcSettingName'] = arc_setting_name
|
|
223
|
-
__args__['clusterName'] = cluster_name
|
|
224
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
225
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
226
|
-
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getArcSetting', __args__, opts=opts, typ=GetArcSettingResult).value
|
|
227
|
-
|
|
228
|
-
return AwaitableGetArcSettingResult(
|
|
229
|
-
aggregate_state=pulumi.get(__ret__, 'aggregate_state'),
|
|
230
|
-
arc_application_client_id=pulumi.get(__ret__, 'arc_application_client_id'),
|
|
231
|
-
arc_application_object_id=pulumi.get(__ret__, 'arc_application_object_id'),
|
|
232
|
-
arc_application_tenant_id=pulumi.get(__ret__, 'arc_application_tenant_id'),
|
|
233
|
-
arc_instance_resource_group=pulumi.get(__ret__, 'arc_instance_resource_group'),
|
|
234
|
-
arc_service_principal_object_id=pulumi.get(__ret__, 'arc_service_principal_object_id'),
|
|
235
|
-
connectivity_properties=pulumi.get(__ret__, 'connectivity_properties'),
|
|
236
|
-
default_extensions=pulumi.get(__ret__, 'default_extensions'),
|
|
237
|
-
id=pulumi.get(__ret__, 'id'),
|
|
238
|
-
name=pulumi.get(__ret__, 'name'),
|
|
239
|
-
per_node_details=pulumi.get(__ret__, 'per_node_details'),
|
|
240
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
241
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
242
|
-
type=pulumi.get(__ret__, 'type'))
|
|
243
|
-
def get_arc_setting_output(arc_setting_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
-
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
246
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetArcSettingResult]:
|
|
247
|
-
"""
|
|
248
|
-
Get ArcSetting resource details of HCI Cluster.
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
:param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
252
|
-
:param str cluster_name: The name of the cluster.
|
|
253
|
-
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
254
|
-
"""
|
|
255
|
-
__args__ = dict()
|
|
256
|
-
__args__['arcSettingName'] = arc_setting_name
|
|
257
|
-
__args__['clusterName'] = cluster_name
|
|
258
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
259
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
260
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getArcSetting', __args__, opts=opts, typ=GetArcSettingResult)
|
|
261
|
-
return __ret__.apply(lambda __response__: GetArcSettingResult(
|
|
262
|
-
aggregate_state=pulumi.get(__response__, 'aggregate_state'),
|
|
263
|
-
arc_application_client_id=pulumi.get(__response__, 'arc_application_client_id'),
|
|
264
|
-
arc_application_object_id=pulumi.get(__response__, 'arc_application_object_id'),
|
|
265
|
-
arc_application_tenant_id=pulumi.get(__response__, 'arc_application_tenant_id'),
|
|
266
|
-
arc_instance_resource_group=pulumi.get(__response__, 'arc_instance_resource_group'),
|
|
267
|
-
arc_service_principal_object_id=pulumi.get(__response__, 'arc_service_principal_object_id'),
|
|
268
|
-
connectivity_properties=pulumi.get(__response__, 'connectivity_properties'),
|
|
269
|
-
default_extensions=pulumi.get(__response__, 'default_extensions'),
|
|
270
|
-
id=pulumi.get(__response__, 'id'),
|
|
271
|
-
name=pulumi.get(__response__, 'name'),
|
|
272
|
-
per_node_details=pulumi.get(__response__, 'per_node_details'),
|
|
273
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
274
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
275
|
-
type=pulumi.get(__response__, 'type')))
|