pulumi-azure-native 2.80.0__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.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
|
@@ -283,6 +283,7 @@ __all__ = [
|
|
|
283
283
|
'RegistryPrivateLinkServiceConnectionStateResponse',
|
|
284
284
|
'RegistryRegionArmDetailsResponse',
|
|
285
285
|
'RegistryResponse',
|
|
286
|
+
'RegistryResponseSyndicatedRegistries',
|
|
286
287
|
'RegressionResponse',
|
|
287
288
|
'RegressionTrainingSettingsResponse',
|
|
288
289
|
'RequestConfigurationResponse',
|
|
@@ -323,6 +324,7 @@ __all__ = [
|
|
|
323
324
|
'SweepJobResponse',
|
|
324
325
|
'SynapseSparkResponse',
|
|
325
326
|
'SynapseSparkResponseProperties',
|
|
327
|
+
'SyndicatedRegistryResponse',
|
|
326
328
|
'SystemCreatedAcrAccountResponse',
|
|
327
329
|
'SystemCreatedStorageAccountResponse',
|
|
328
330
|
'SystemDataResponse',
|
|
@@ -26220,6 +26222,8 @@ class RegistryResponse(dict):
|
|
|
26220
26222
|
suggest = "region_details"
|
|
26221
26223
|
elif key == "registryPrivateEndpointConnections":
|
|
26222
26224
|
suggest = "registry_private_endpoint_connections"
|
|
26225
|
+
elif key == "syndicatedRegistries":
|
|
26226
|
+
suggest = "syndicated_registries"
|
|
26223
26227
|
|
|
26224
26228
|
if suggest:
|
|
26225
26229
|
pulumi.log.warn(f"Key '{key}' not found in RegistryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -26240,7 +26244,8 @@ class RegistryResponse(dict):
|
|
|
26240
26244
|
ml_flow_registry_uri: Optional[str] = None,
|
|
26241
26245
|
public_network_access: Optional[str] = None,
|
|
26242
26246
|
region_details: Optional[Sequence['outputs.RegistryRegionArmDetailsResponse']] = None,
|
|
26243
|
-
registry_private_endpoint_connections: Optional[Sequence['outputs.RegistryPrivateEndpointConnectionResponse']] = None
|
|
26247
|
+
registry_private_endpoint_connections: Optional[Sequence['outputs.RegistryPrivateEndpointConnectionResponse']] = None,
|
|
26248
|
+
syndicated_registries: Optional[Sequence['outputs.RegistryResponseSyndicatedRegistries']] = None):
|
|
26244
26249
|
"""
|
|
26245
26250
|
Details of the Registry
|
|
26246
26251
|
:param str discovery_url: Discovery URL for the Registry
|
|
@@ -26252,6 +26257,7 @@ class RegistryResponse(dict):
|
|
|
26252
26257
|
Possible values: "Enabled" or "Disabled"
|
|
26253
26258
|
:param Sequence['RegistryRegionArmDetailsResponse'] region_details: Details of each region the registry is in
|
|
26254
26259
|
:param Sequence['RegistryPrivateEndpointConnectionResponse'] registry_private_endpoint_connections: Private endpoint connections info used for pending connections in private link portal
|
|
26260
|
+
:param Sequence['RegistryResponseSyndicatedRegistries'] syndicated_registries: List of tuples containing Guid and SyndicatedRegistry
|
|
26255
26261
|
"""
|
|
26256
26262
|
if discovery_url is not None:
|
|
26257
26263
|
pulumi.set(__self__, "discovery_url", discovery_url)
|
|
@@ -26269,6 +26275,8 @@ class RegistryResponse(dict):
|
|
|
26269
26275
|
pulumi.set(__self__, "region_details", region_details)
|
|
26270
26276
|
if registry_private_endpoint_connections is not None:
|
|
26271
26277
|
pulumi.set(__self__, "registry_private_endpoint_connections", registry_private_endpoint_connections)
|
|
26278
|
+
if syndicated_registries is not None:
|
|
26279
|
+
pulumi.set(__self__, "syndicated_registries", syndicated_registries)
|
|
26272
26280
|
|
|
26273
26281
|
@property
|
|
26274
26282
|
@pulumi.getter(name="discoveryUrl")
|
|
@@ -26335,6 +26343,64 @@ class RegistryResponse(dict):
|
|
|
26335
26343
|
"""
|
|
26336
26344
|
return pulumi.get(self, "registry_private_endpoint_connections")
|
|
26337
26345
|
|
|
26346
|
+
@property
|
|
26347
|
+
@pulumi.getter(name="syndicatedRegistries")
|
|
26348
|
+
def syndicated_registries(self) -> Optional[Sequence['outputs.RegistryResponseSyndicatedRegistries']]:
|
|
26349
|
+
"""
|
|
26350
|
+
List of tuples containing Guid and SyndicatedRegistry
|
|
26351
|
+
"""
|
|
26352
|
+
return pulumi.get(self, "syndicated_registries")
|
|
26353
|
+
|
|
26354
|
+
|
|
26355
|
+
@pulumi.output_type
|
|
26356
|
+
class RegistryResponseSyndicatedRegistries(dict):
|
|
26357
|
+
@staticmethod
|
|
26358
|
+
def __key_warning(key: str):
|
|
26359
|
+
suggest = None
|
|
26360
|
+
if key == "syndicatedRegistry":
|
|
26361
|
+
suggest = "syndicated_registry"
|
|
26362
|
+
elif key == "syndicatedRegistryGuid":
|
|
26363
|
+
suggest = "syndicated_registry_guid"
|
|
26364
|
+
|
|
26365
|
+
if suggest:
|
|
26366
|
+
pulumi.log.warn(f"Key '{key}' not found in RegistryResponseSyndicatedRegistries. Access the value via the '{suggest}' property getter instead.")
|
|
26367
|
+
|
|
26368
|
+
def __getitem__(self, key: str) -> Any:
|
|
26369
|
+
RegistryResponseSyndicatedRegistries.__key_warning(key)
|
|
26370
|
+
return super().__getitem__(key)
|
|
26371
|
+
|
|
26372
|
+
def get(self, key: str, default = None) -> Any:
|
|
26373
|
+
RegistryResponseSyndicatedRegistries.__key_warning(key)
|
|
26374
|
+
return super().get(key, default)
|
|
26375
|
+
|
|
26376
|
+
def __init__(__self__, *,
|
|
26377
|
+
syndicated_registry: Optional['outputs.SyndicatedRegistryResponse'] = None,
|
|
26378
|
+
syndicated_registry_guid: Optional[str] = None):
|
|
26379
|
+
"""
|
|
26380
|
+
:param 'SyndicatedRegistryResponse' syndicated_registry: A registry that is syndicated
|
|
26381
|
+
:param str syndicated_registry_guid: The Guid of the syndicated registry
|
|
26382
|
+
"""
|
|
26383
|
+
if syndicated_registry is not None:
|
|
26384
|
+
pulumi.set(__self__, "syndicated_registry", syndicated_registry)
|
|
26385
|
+
if syndicated_registry_guid is not None:
|
|
26386
|
+
pulumi.set(__self__, "syndicated_registry_guid", syndicated_registry_guid)
|
|
26387
|
+
|
|
26388
|
+
@property
|
|
26389
|
+
@pulumi.getter(name="syndicatedRegistry")
|
|
26390
|
+
def syndicated_registry(self) -> Optional['outputs.SyndicatedRegistryResponse']:
|
|
26391
|
+
"""
|
|
26392
|
+
A registry that is syndicated
|
|
26393
|
+
"""
|
|
26394
|
+
return pulumi.get(self, "syndicated_registry")
|
|
26395
|
+
|
|
26396
|
+
@property
|
|
26397
|
+
@pulumi.getter(name="syndicatedRegistryGuid")
|
|
26398
|
+
def syndicated_registry_guid(self) -> Optional[str]:
|
|
26399
|
+
"""
|
|
26400
|
+
The Guid of the syndicated registry
|
|
26401
|
+
"""
|
|
26402
|
+
return pulumi.get(self, "syndicated_registry_guid")
|
|
26403
|
+
|
|
26338
26404
|
|
|
26339
26405
|
@pulumi.output_type
|
|
26340
26406
|
class RegressionResponse(dict):
|
|
@@ -30273,6 +30339,46 @@ class SynapseSparkResponseProperties(dict):
|
|
|
30273
30339
|
return pulumi.get(self, "workspace_name")
|
|
30274
30340
|
|
|
30275
30341
|
|
|
30342
|
+
@pulumi.output_type
|
|
30343
|
+
class SyndicatedRegistryResponse(dict):
|
|
30344
|
+
"""
|
|
30345
|
+
A registry that is syndicated
|
|
30346
|
+
"""
|
|
30347
|
+
@staticmethod
|
|
30348
|
+
def __key_warning(key: str):
|
|
30349
|
+
suggest = None
|
|
30350
|
+
if key == "registryId":
|
|
30351
|
+
suggest = "registry_id"
|
|
30352
|
+
|
|
30353
|
+
if suggest:
|
|
30354
|
+
pulumi.log.warn(f"Key '{key}' not found in SyndicatedRegistryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
30355
|
+
|
|
30356
|
+
def __getitem__(self, key: str) -> Any:
|
|
30357
|
+
SyndicatedRegistryResponse.__key_warning(key)
|
|
30358
|
+
return super().__getitem__(key)
|
|
30359
|
+
|
|
30360
|
+
def get(self, key: str, default = None) -> Any:
|
|
30361
|
+
SyndicatedRegistryResponse.__key_warning(key)
|
|
30362
|
+
return super().get(key, default)
|
|
30363
|
+
|
|
30364
|
+
def __init__(__self__, *,
|
|
30365
|
+
registry_id: Optional[str] = None):
|
|
30366
|
+
"""
|
|
30367
|
+
A registry that is syndicated
|
|
30368
|
+
:param str registry_id: The Registry Id of the syndicated Registry
|
|
30369
|
+
"""
|
|
30370
|
+
if registry_id is not None:
|
|
30371
|
+
pulumi.set(__self__, "registry_id", registry_id)
|
|
30372
|
+
|
|
30373
|
+
@property
|
|
30374
|
+
@pulumi.getter(name="registryId")
|
|
30375
|
+
def registry_id(self) -> Optional[str]:
|
|
30376
|
+
"""
|
|
30377
|
+
The Registry Id of the syndicated Registry
|
|
30378
|
+
"""
|
|
30379
|
+
return pulumi.get(self, "registry_id")
|
|
30380
|
+
|
|
30381
|
+
|
|
30276
30382
|
@pulumi.output_type
|
|
30277
30383
|
class SystemCreatedAcrAccountResponse(dict):
|
|
30278
30384
|
@staticmethod
|
|
@@ -55,9 +55,12 @@ if typing.TYPE_CHECKING:
|
|
|
55
55
|
v20240601preview = __v20240601preview
|
|
56
56
|
import pulumi_azure_native.networkcloud.v20240701 as __v20240701
|
|
57
57
|
v20240701 = __v20240701
|
|
58
|
+
import pulumi_azure_native.networkcloud.v20241001preview as __v20241001preview
|
|
59
|
+
v20241001preview = __v20241001preview
|
|
58
60
|
else:
|
|
59
61
|
v20230701 = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20230701')
|
|
60
62
|
v20231001preview = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20231001preview')
|
|
61
63
|
v20240601preview = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20240601preview')
|
|
62
64
|
v20240701 = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20240701')
|
|
65
|
+
v20241001preview = _utilities.lazy_import('pulumi_azure_native.networkcloud.v20241001preview')
|
|
63
66
|
|
|
@@ -303,7 +303,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
303
303
|
"""
|
|
304
304
|
Azure REST API version: 2023-10-01-preview.
|
|
305
305
|
|
|
306
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
306
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
307
307
|
|
|
308
308
|
:param str resource_name: The name of the resource.
|
|
309
309
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -333,7 +333,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
333
333
|
"""
|
|
334
334
|
Azure REST API version: 2023-10-01-preview.
|
|
335
335
|
|
|
336
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
336
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
337
337
|
|
|
338
338
|
:param str resource_name: The name of the resource.
|
|
339
339
|
:param AgentPoolArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -408,7 +408,7 @@ class AgentPool(pulumi.CustomResource):
|
|
|
408
408
|
__props__.__dict__["provisioning_state"] = None
|
|
409
409
|
__props__.__dict__["system_data"] = None
|
|
410
410
|
__props__.__dict__["type"] = None
|
|
411
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:AgentPool")])
|
|
411
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:AgentPool"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:AgentPool")])
|
|
412
412
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
413
413
|
super(AgentPool, __self__).__init__(
|
|
414
414
|
'azure-native:networkcloud:AgentPool',
|
|
@@ -278,7 +278,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
278
278
|
"""
|
|
279
279
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
280
280
|
|
|
281
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
281
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
282
282
|
|
|
283
283
|
:param str resource_name: The name of the resource.
|
|
284
284
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -307,7 +307,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
307
307
|
"""
|
|
308
308
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
309
309
|
|
|
310
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
310
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
311
311
|
|
|
312
312
|
:param str resource_name: The name of the resource.
|
|
313
313
|
:param BareMetalMachineArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -410,7 +410,7 @@ class BareMetalMachine(pulumi.CustomResource):
|
|
|
410
410
|
__props__.__dict__["system_data"] = None
|
|
411
411
|
__props__.__dict__["type"] = None
|
|
412
412
|
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
413
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachine")])
|
|
413
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachine"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:BareMetalMachine")])
|
|
414
414
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
415
415
|
super(BareMetalMachine, __self__).__init__(
|
|
416
416
|
'azure-native:networkcloud:BareMetalMachine',
|
|
@@ -232,7 +232,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
232
232
|
"""
|
|
233
233
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
234
234
|
|
|
235
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
235
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
236
236
|
|
|
237
237
|
:param str resource_name: The name of the resource.
|
|
238
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -258,7 +258,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
258
258
|
"""
|
|
259
259
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
260
260
|
|
|
261
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
261
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
262
262
|
|
|
263
263
|
:param str resource_name: The name of the resource.
|
|
264
264
|
:param BareMetalMachineKeySetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -332,7 +332,7 @@ class BareMetalMachineKeySet(pulumi.CustomResource):
|
|
|
332
332
|
__props__.__dict__["system_data"] = None
|
|
333
333
|
__props__.__dict__["type"] = None
|
|
334
334
|
__props__.__dict__["user_list_status"] = None
|
|
335
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachineKeySet")])
|
|
335
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BareMetalMachineKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:BareMetalMachineKeySet")])
|
|
336
336
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
337
337
|
super(BareMetalMachineKeySet, __self__).__init__(
|
|
338
338
|
'azure-native:networkcloud:BareMetalMachineKeySet',
|
|
@@ -199,7 +199,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
199
199
|
"""
|
|
200
200
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
201
201
|
|
|
202
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
202
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
203
203
|
|
|
204
204
|
:param str resource_name: The name of the resource.
|
|
205
205
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -223,7 +223,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
223
223
|
"""
|
|
224
224
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
225
225
|
|
|
226
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
226
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
227
227
|
|
|
228
228
|
:param str resource_name: The name of the resource.
|
|
229
229
|
:param BmcKeySetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -291,7 +291,7 @@ class BmcKeySet(pulumi.CustomResource):
|
|
|
291
291
|
__props__.__dict__["system_data"] = None
|
|
292
292
|
__props__.__dict__["type"] = None
|
|
293
293
|
__props__.__dict__["user_list_status"] = None
|
|
294
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BmcKeySet")])
|
|
294
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:BmcKeySet"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:BmcKeySet")])
|
|
295
295
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
296
296
|
super(BmcKeySet, __self__).__init__(
|
|
297
297
|
'azure-native:networkcloud:BmcKeySet',
|
|
@@ -159,7 +159,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
159
159
|
virtual machines and/or Hybrid AKS clusters.
|
|
160
160
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
161
161
|
|
|
162
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
162
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
163
163
|
|
|
164
164
|
:param str resource_name: The name of the resource.
|
|
165
165
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -184,7 +184,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
184
184
|
virtual machines and/or Hybrid AKS clusters.
|
|
185
185
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
187
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
188
188
|
|
|
189
189
|
:param str resource_name: The name of the resource.
|
|
190
190
|
:param CloudServicesNetworkArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -242,7 +242,7 @@ class CloudServicesNetwork(pulumi.CustomResource):
|
|
|
242
242
|
__props__.__dict__["system_data"] = None
|
|
243
243
|
__props__.__dict__["type"] = None
|
|
244
244
|
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
245
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:CloudServicesNetwork")])
|
|
245
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:CloudServicesNetwork"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:CloudServicesNetwork")])
|
|
246
246
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
247
247
|
super(CloudServicesNetwork, __self__).__init__(
|
|
248
248
|
'azure-native:networkcloud:CloudServicesNetwork',
|
|
@@ -338,7 +338,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
338
338
|
"""
|
|
339
339
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
340
340
|
|
|
341
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
341
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
342
342
|
|
|
343
343
|
:param str resource_name: The name of the resource.
|
|
344
344
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -371,7 +371,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
371
371
|
"""
|
|
372
372
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
373
373
|
|
|
374
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
374
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
375
375
|
|
|
376
376
|
:param str resource_name: The name of the resource.
|
|
377
377
|
:param ClusterArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -461,7 +461,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
461
461
|
__props__.__dict__["system_data"] = None
|
|
462
462
|
__props__.__dict__["type"] = None
|
|
463
463
|
__props__.__dict__["workload_resource_ids"] = None
|
|
464
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Cluster")])
|
|
464
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:Cluster")])
|
|
465
465
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
466
466
|
super(Cluster, __self__).__init__(
|
|
467
467
|
'azure-native:networkcloud:Cluster',
|
|
@@ -186,7 +186,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
186
186
|
"""
|
|
187
187
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
188
188
|
|
|
189
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
189
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
190
190
|
|
|
191
191
|
:param str resource_name: The name of the resource.
|
|
192
192
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -209,7 +209,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
209
209
|
"""
|
|
210
210
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
211
211
|
|
|
212
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
212
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
213
213
|
|
|
214
214
|
:param str resource_name: The name of the resource.
|
|
215
215
|
:param ClusterManagerArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -265,7 +265,7 @@ class ClusterManager(pulumi.CustomResource):
|
|
|
265
265
|
__props__.__dict__["provisioning_state"] = None
|
|
266
266
|
__props__.__dict__["system_data"] = None
|
|
267
267
|
__props__.__dict__["type"] = None
|
|
268
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:ClusterManager")])
|
|
268
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:ClusterManager"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:ClusterManager")])
|
|
269
269
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
270
270
|
super(ClusterManager, __self__).__init__(
|
|
271
271
|
'azure-native:networkcloud:ClusterManager',
|
|
@@ -184,7 +184,7 @@ class Console(pulumi.CustomResource):
|
|
|
184
184
|
"""
|
|
185
185
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
186
186
|
|
|
187
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
187
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
188
188
|
|
|
189
189
|
:param str resource_name: The name of the resource.
|
|
190
190
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -207,7 +207,7 @@ class Console(pulumi.CustomResource):
|
|
|
207
207
|
"""
|
|
208
208
|
Azure REST API version: 2023-10-01-preview. Prior API version in Azure Native 1.x: 2022-12-12-preview.
|
|
209
209
|
|
|
210
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
210
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
211
211
|
|
|
212
212
|
:param str resource_name: The name of the resource.
|
|
213
213
|
:param ConsoleArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -269,7 +269,7 @@ class Console(pulumi.CustomResource):
|
|
|
269
269
|
__props__.__dict__["system_data"] = None
|
|
270
270
|
__props__.__dict__["type"] = None
|
|
271
271
|
__props__.__dict__["virtual_machine_access_id"] = None
|
|
272
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Console")])
|
|
272
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud/v20230701:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20241001preview:Console")])
|
|
273
273
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
274
274
|
super(Console, __self__).__init__(
|
|
275
275
|
'azure-native:networkcloud:Console',
|
|
@@ -295,7 +295,7 @@ def get_agent_pool(agent_pool_name: Optional[str] = None,
|
|
|
295
295
|
Get properties of the provided Kubernetes cluster agent pool.
|
|
296
296
|
Azure REST API version: 2023-10-01-preview.
|
|
297
297
|
|
|
298
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
298
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
299
299
|
|
|
300
300
|
|
|
301
301
|
:param str agent_pool_name: The name of the Kubernetes cluster agent pool.
|
|
@@ -339,7 +339,7 @@ def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
339
339
|
Get properties of the provided Kubernetes cluster agent pool.
|
|
340
340
|
Azure REST API version: 2023-10-01-preview.
|
|
341
341
|
|
|
342
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
342
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
343
343
|
|
|
344
344
|
|
|
345
345
|
:param str agent_pool_name: The name of the Kubernetes cluster agent pool.
|
|
@@ -486,7 +486,7 @@ def get_bare_metal_machine(bare_metal_machine_name: Optional[str] = None,
|
|
|
486
486
|
Get properties of the provided bare metal machine.
|
|
487
487
|
Azure REST API version: 2023-10-01-preview.
|
|
488
488
|
|
|
489
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
489
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
490
490
|
|
|
491
491
|
|
|
492
492
|
:param str bare_metal_machine_name: The name of the bare metal machine.
|
|
@@ -543,7 +543,7 @@ def get_bare_metal_machine_output(bare_metal_machine_name: Optional[pulumi.Input
|
|
|
543
543
|
Get properties of the provided bare metal machine.
|
|
544
544
|
Azure REST API version: 2023-10-01-preview.
|
|
545
545
|
|
|
546
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
546
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
547
547
|
|
|
548
548
|
|
|
549
549
|
:param str bare_metal_machine_name: The name of the bare metal machine.
|
|
@@ -259,7 +259,7 @@ def get_bare_metal_machine_key_set(bare_metal_machine_key_set_name: Optional[str
|
|
|
259
259
|
Get bare metal machine key set of the provided cluster.
|
|
260
260
|
Azure REST API version: 2023-10-01-preview.
|
|
261
261
|
|
|
262
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
262
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
263
263
|
|
|
264
264
|
|
|
265
265
|
:param str bare_metal_machine_key_set_name: The name of the bare metal machine key set.
|
|
@@ -300,7 +300,7 @@ def get_bare_metal_machine_key_set_output(bare_metal_machine_key_set_name: Optio
|
|
|
300
300
|
Get bare metal machine key set of the provided cluster.
|
|
301
301
|
Azure REST API version: 2023-10-01-preview.
|
|
302
302
|
|
|
303
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
303
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
304
304
|
|
|
305
305
|
|
|
306
306
|
:param str bare_metal_machine_key_set_name: The name of the bare metal machine key set.
|
|
@@ -235,7 +235,7 @@ def get_bmc_key_set(bmc_key_set_name: Optional[str] = None,
|
|
|
235
235
|
Get baseboard management controller key set of the provided cluster.
|
|
236
236
|
Azure REST API version: 2023-10-01-preview.
|
|
237
237
|
|
|
238
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
238
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
:param str bmc_key_set_name: The name of the baseboard management controller key set.
|
|
@@ -274,7 +274,7 @@ def get_bmc_key_set_output(bmc_key_set_name: Optional[pulumi.Input[str]] = None,
|
|
|
274
274
|
Get baseboard management controller key set of the provided cluster.
|
|
275
275
|
Azure REST API version: 2023-10-01-preview.
|
|
276
276
|
|
|
277
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
277
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
278
278
|
|
|
279
279
|
|
|
280
280
|
:param str bmc_key_set_name: The name of the baseboard management controller key set.
|
|
@@ -264,7 +264,7 @@ def get_cloud_services_network(cloud_services_network_name: Optional[str] = None
|
|
|
264
264
|
Get properties of the provided cloud services network.
|
|
265
265
|
Azure REST API version: 2023-10-01-preview.
|
|
266
266
|
|
|
267
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
267
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
:param str cloud_services_network_name: The name of the cloud services network.
|
|
@@ -302,7 +302,7 @@ def get_cloud_services_network_output(cloud_services_network_name: Optional[pulu
|
|
|
302
302
|
Get properties of the provided cloud services network.
|
|
303
303
|
Azure REST API version: 2023-10-01-preview.
|
|
304
304
|
|
|
305
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
305
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
:param str cloud_services_network_name: The name of the cloud services network.
|
|
@@ -439,7 +439,7 @@ def get_cluster(cluster_name: Optional[str] = None,
|
|
|
439
439
|
Get properties of the provided cluster.
|
|
440
440
|
Azure REST API version: 2023-10-01-preview.
|
|
441
441
|
|
|
442
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
442
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
443
443
|
|
|
444
444
|
|
|
445
445
|
:param str cluster_name: The name of the cluster.
|
|
@@ -492,7 +492,7 @@ def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
|
492
492
|
Get properties of the provided cluster.
|
|
493
493
|
Azure REST API version: 2023-10-01-preview.
|
|
494
494
|
|
|
495
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
495
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
496
496
|
|
|
497
497
|
|
|
498
498
|
:param str cluster_name: The name of the cluster.
|
|
@@ -234,7 +234,7 @@ def get_cluster_manager(cluster_manager_name: Optional[str] = None,
|
|
|
234
234
|
Get the properties of the provided cluster manager.
|
|
235
235
|
Azure REST API version: 2023-10-01-preview.
|
|
236
236
|
|
|
237
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
237
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
:param str cluster_manager_name: The name of the cluster manager.
|
|
@@ -270,7 +270,7 @@ def get_cluster_manager_output(cluster_manager_name: Optional[pulumi.Input[str]]
|
|
|
270
270
|
Get the properties of the provided cluster manager.
|
|
271
271
|
Azure REST API version: 2023-10-01-preview.
|
|
272
272
|
|
|
273
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
273
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
274
274
|
|
|
275
275
|
|
|
276
276
|
:param str cluster_manager_name: The name of the cluster manager.
|
|
@@ -223,7 +223,7 @@ def get_console(console_name: Optional[str] = None,
|
|
|
223
223
|
Get properties of the provided virtual machine console.
|
|
224
224
|
Azure REST API version: 2023-10-01-preview.
|
|
225
225
|
|
|
226
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
226
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
:param str console_name: The name of the virtual machine console.
|
|
@@ -261,7 +261,7 @@ def get_console_output(console_name: Optional[pulumi.Input[str]] = None,
|
|
|
261
261
|
Get properties of the provided virtual machine console.
|
|
262
262
|
Azure REST API version: 2023-10-01-preview.
|
|
263
263
|
|
|
264
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
264
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
:param str console_name: The name of the virtual machine console.
|
|
@@ -330,7 +330,7 @@ def get_kubernetes_cluster(kubernetes_cluster_name: Optional[str] = None,
|
|
|
330
330
|
Get properties of the provided the Kubernetes cluster.
|
|
331
331
|
Azure REST API version: 2023-10-01-preview.
|
|
332
332
|
|
|
333
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
333
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
@@ -374,7 +374,7 @@ def get_kubernetes_cluster_output(kubernetes_cluster_name: Optional[pulumi.Input
|
|
|
374
374
|
Get properties of the provided the Kubernetes cluster.
|
|
375
375
|
Azure REST API version: 2023-10-01-preview.
|
|
376
376
|
|
|
377
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
377
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
378
378
|
|
|
379
379
|
|
|
380
380
|
:param str kubernetes_cluster_name: The name of the Kubernetes cluster.
|
|
@@ -199,7 +199,7 @@ def get_kubernetes_cluster_feature(feature_name: Optional[str] = None,
|
|
|
199
199
|
Get properties of the provided the Kubernetes cluster feature.
|
|
200
200
|
Azure REST API version: 2024-06-01-preview.
|
|
201
201
|
|
|
202
|
-
Other available API versions: 2024-07-01.
|
|
202
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview.
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
:param str feature_name: The name of the feature.
|
|
@@ -235,7 +235,7 @@ def get_kubernetes_cluster_feature_output(feature_name: Optional[pulumi.Input[st
|
|
|
235
235
|
Get properties of the provided the Kubernetes cluster feature.
|
|
236
236
|
Azure REST API version: 2024-06-01-preview.
|
|
237
237
|
|
|
238
|
-
Other available API versions: 2024-07-01.
|
|
238
|
+
Other available API versions: 2024-07-01, 2024-10-01-preview.
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
:param str feature_name: The name of the feature.
|
|
@@ -246,7 +246,7 @@ def get_l2_network(l2_network_name: Optional[str] = None,
|
|
|
246
246
|
Get properties of the provided layer 2 (L2) network.
|
|
247
247
|
Azure REST API version: 2023-10-01-preview.
|
|
248
248
|
|
|
249
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
249
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
250
250
|
|
|
251
251
|
|
|
252
252
|
:param str l2_network_name: The name of the L2 network.
|
|
@@ -283,7 +283,7 @@ def get_l2_network_output(l2_network_name: Optional[pulumi.Input[str]] = None,
|
|
|
283
283
|
Get properties of the provided layer 2 (L2) network.
|
|
284
284
|
Azure REST API version: 2023-10-01-preview.
|
|
285
285
|
|
|
286
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
286
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
287
287
|
|
|
288
288
|
|
|
289
289
|
:param str l2_network_name: The name of the L2 network.
|
|
@@ -308,7 +308,7 @@ def get_l3_network(l3_network_name: Optional[str] = None,
|
|
|
308
308
|
Get properties of the provided layer 3 (L3) network.
|
|
309
309
|
Azure REST API version: 2023-10-01-preview.
|
|
310
310
|
|
|
311
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
311
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
312
312
|
|
|
313
313
|
|
|
314
314
|
:param str l3_network_name: The name of the L3 network.
|
|
@@ -350,7 +350,7 @@ def get_l3_network_output(l3_network_name: Optional[pulumi.Input[str]] = None,
|
|
|
350
350
|
Get properties of the provided layer 3 (L3) network.
|
|
351
351
|
Azure REST API version: 2023-10-01-preview.
|
|
352
352
|
|
|
353
|
-
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01.
|
|
353
|
+
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
|
|
354
354
|
|
|
355
355
|
|
|
356
356
|
:param str l3_network_name: The name of the L3 network.
|