pulumi-azure-native 2.50.0__py3-none-any.whl → 2.50.0a1720550655__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 -53
- pulumi_azure_native/botservice/v20230915preview/_inputs.py +1 -1
- pulumi_azure_native/botservice/v20230915preview/outputs.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/guestconfiguration/__init__.py +0 -3
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +0 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +0 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +0 -4
- pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +1 -5
- pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +1 -5
- pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +1 -5
- pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +1 -5
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignment.py +1 -1
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignments_vmss.py +1 -1
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_connected_v_mwarev_sphere_assignment.py +1 -1
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_hcrpassignment.py +1 -1
- pulumi_azure_native/network/__init__.py +0 -3
- pulumi_azure_native/network/get_private_record_set.py +0 -4
- pulumi_azure_native/network/get_private_zone.py +0 -4
- pulumi_azure_native/network/get_virtual_network_link.py +0 -4
- pulumi_azure_native/network/private_record_set.py +1 -5
- pulumi_azure_native/network/private_zone.py +1 -5
- pulumi_azure_native/network/v20200601/private_record_set.py +1 -1
- pulumi_azure_native/network/v20200601/private_zone.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_network_link.py +1 -1
- pulumi_azure_native/network/virtual_network_link.py +1 -5
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/servicebus/__init__.py +0 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
- {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/RECORD +222 -295
- pulumi_azure_native/containerservice/v20240501/__init__.py +0 -25
- pulumi_azure_native/containerservice/v20240501/_enums.py +0 -628
- pulumi_azure_native/containerservice/v20240501/_inputs.py +0 -7454
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +0 -1391
- pulumi_azure_native/containerservice/v20240501/get_agent_pool.py +0 -674
- pulumi_azure_native/containerservice/v20240501/get_maintenance_configuration.py +0 -167
- pulumi_azure_native/containerservice/v20240501/get_managed_cluster.py +0 -721
- pulumi_azure_native/containerservice/v20240501/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/containerservice/v20240501/get_snapshot.py +0 -253
- pulumi_azure_native/containerservice/v20240501/get_trusted_access_role_binding.py +0 -167
- pulumi_azure_native/containerservice/v20240501/list_managed_cluster_admin_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240501/list_managed_cluster_monitoring_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240501/list_managed_cluster_user_credentials.py +0 -94
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +0 -279
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +0 -1353
- pulumi_azure_native/containerservice/v20240501/outputs.py +0 -6403
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +0 -251
- pulumi_azure_native/containerservice/v20240501/snapshot.py +0 -347
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +0 -260
- pulumi_azure_native/guestconfiguration/v20240405/__init__.py +0 -18
- pulumi_azure_native/guestconfiguration/v20240405/_enums.py +0 -27
- pulumi_azure_native/guestconfiguration/v20240405/_inputs.py +0 -336
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignment.py +0 -154
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignments_vmss.py +0 -154
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -154
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_hcrpassignment.py +0 -154
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignment.py +0 -269
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignments_vmss.py +0 -249
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -269
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_hcrpassignment.py +0 -269
- pulumi_azure_native/guestconfiguration/v20240405/outputs.py +0 -1088
- pulumi_azure_native/network/v20240601/__init__.py +0 -16
- pulumi_azure_native/network/v20240601/_enums.py +0 -17
- pulumi_azure_native/network/v20240601/_inputs.py +0 -573
- pulumi_azure_native/network/v20240601/get_private_record_set.py +0 -289
- pulumi_azure_native/network/v20240601/get_private_zone.py +0 -252
- pulumi_azure_native/network/v20240601/get_virtual_network_link.py +0 -219
- pulumi_azure_native/network/v20240601/outputs.py +0 -415
- pulumi_azure_native/network/v20240601/private_record_set.py +0 -522
- pulumi_azure_native/network/v20240601/private_zone.py +0 -306
- pulumi_azure_native/network/v20240601/virtual_network_link.py +0 -357
- pulumi_azure_native/servicebus/v20230101preview/__init__.py +0 -38
- pulumi_azure_native/servicebus/v20230101preview/_enums.py +0 -158
- pulumi_azure_native/servicebus/v20230101preview/_inputs.py +0 -1285
- pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +0 -288
- pulumi_azure_native/servicebus/v20230101preview/get_disaster_recovery_config.py +0 -206
- pulumi_azure_native/servicebus/v20230101preview/get_migration_config.py +0 -206
- pulumi_azure_native/servicebus/v20230101preview/get_namespace.py +0 -370
- pulumi_azure_native/servicebus/v20230101preview/get_namespace_authorization_rule.py +0 -154
- pulumi_azure_native/servicebus/v20230101preview/get_namespace_network_rule_set.py +0 -201
- pulumi_azure_native/servicebus/v20230101preview/get_private_endpoint_connection.py +0 -180
- pulumi_azure_native/servicebus/v20230101preview/get_queue.py +0 -427
- pulumi_azure_native/servicebus/v20230101preview/get_queue_authorization_rule.py +0 -159
- pulumi_azure_native/servicebus/v20230101preview/get_rule.py +0 -203
- pulumi_azure_native/servicebus/v20230101preview/get_subscription.py +0 -393
- pulumi_azure_native/servicebus/v20230101preview/get_topic.py +0 -362
- pulumi_azure_native/servicebus/v20230101preview/get_topic_authorization_rule.py +0 -159
- pulumi_azure_native/servicebus/v20230101preview/list_disaster_recovery_config_keys.py +0 -171
- pulumi_azure_native/servicebus/v20230101preview/list_namespace_keys.py +0 -166
- pulumi_azure_native/servicebus/v20230101preview/list_queue_keys.py +0 -171
- pulumi_azure_native/servicebus/v20230101preview/list_topic_keys.py +0 -171
- pulumi_azure_native/servicebus/v20230101preview/migration_config.py +0 -290
- pulumi_azure_native/servicebus/v20230101preview/namespace.py +0 -615
- pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +0 -231
- pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +0 -331
- pulumi_azure_native/servicebus/v20230101preview/outputs.py +0 -1401
- pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +0 -289
- pulumi_azure_native/servicebus/v20230101preview/queue.py +0 -725
- pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +0 -252
- pulumi_azure_native/servicebus/v20230101preview/rule.py +0 -360
- pulumi_azure_native/servicebus/v20230101preview/subscription.py +0 -679
- pulumi_azure_native/servicebus/v20230101preview/topic.py +0 -580
- pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +0 -252
- {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/top_level.txt +0 -0
|
@@ -1,154 +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
|
-
'GetGuestConfigurationAssignmentResult',
|
|
20
|
-
'AwaitableGetGuestConfigurationAssignmentResult',
|
|
21
|
-
'get_guest_configuration_assignment',
|
|
22
|
-
'get_guest_configuration_assignment_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetGuestConfigurationAssignmentResult:
|
|
27
|
-
"""
|
|
28
|
-
Guest configuration assignment is an association between a machine and guest configuration.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
-
if id and not isinstance(id, str):
|
|
32
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
-
pulumi.set(__self__, "id", id)
|
|
34
|
-
if location and not isinstance(location, str):
|
|
35
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
36
|
-
pulumi.set(__self__, "location", location)
|
|
37
|
-
if name and not isinstance(name, str):
|
|
38
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
-
pulumi.set(__self__, "name", name)
|
|
40
|
-
if properties and not isinstance(properties, dict):
|
|
41
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "properties", properties)
|
|
43
|
-
if system_data and not isinstance(system_data, dict):
|
|
44
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
-
if type and not isinstance(type, str):
|
|
47
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
48
|
-
pulumi.set(__self__, "type", type)
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def id(self) -> str:
|
|
53
|
-
"""
|
|
54
|
-
ARM resource id of the guest configuration assignment.
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "id")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def location(self) -> Optional[str]:
|
|
61
|
-
"""
|
|
62
|
-
Region where the VM is located.
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "location")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def name(self) -> Optional[str]:
|
|
69
|
-
"""
|
|
70
|
-
Name of the guest configuration assignment.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "name")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def properties(self) -> 'outputs.GuestConfigurationAssignmentPropertiesResponse':
|
|
77
|
-
"""
|
|
78
|
-
Properties of the Guest configuration assignment.
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "properties")
|
|
81
|
-
|
|
82
|
-
@property
|
|
83
|
-
@pulumi.getter(name="systemData")
|
|
84
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
85
|
-
"""
|
|
86
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "system_data")
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter
|
|
92
|
-
def type(self) -> str:
|
|
93
|
-
"""
|
|
94
|
-
The type of the resource.
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "type")
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
class AwaitableGetGuestConfigurationAssignmentResult(GetGuestConfigurationAssignmentResult):
|
|
100
|
-
# pylint: disable=using-constant-test
|
|
101
|
-
def __await__(self):
|
|
102
|
-
if False:
|
|
103
|
-
yield self
|
|
104
|
-
return GetGuestConfigurationAssignmentResult(
|
|
105
|
-
id=self.id,
|
|
106
|
-
location=self.location,
|
|
107
|
-
name=self.name,
|
|
108
|
-
properties=self.properties,
|
|
109
|
-
system_data=self.system_data,
|
|
110
|
-
type=self.type)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
def get_guest_configuration_assignment(guest_configuration_assignment_name: Optional[str] = None,
|
|
114
|
-
resource_group_name: Optional[str] = None,
|
|
115
|
-
vm_name: Optional[str] = None,
|
|
116
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGuestConfigurationAssignmentResult:
|
|
117
|
-
"""
|
|
118
|
-
Get information about a guest configuration assignment
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
:param str guest_configuration_assignment_name: The guest configuration assignment name.
|
|
122
|
-
:param str resource_group_name: The resource group name.
|
|
123
|
-
:param str vm_name: The name of the virtual machine.
|
|
124
|
-
"""
|
|
125
|
-
__args__ = dict()
|
|
126
|
-
__args__['guestConfigurationAssignmentName'] = guest_configuration_assignment_name
|
|
127
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
128
|
-
__args__['vmName'] = vm_name
|
|
129
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
130
|
-
__ret__ = pulumi.runtime.invoke('azure-native:guestconfiguration/v20240405:getGuestConfigurationAssignment', __args__, opts=opts, typ=GetGuestConfigurationAssignmentResult).value
|
|
131
|
-
|
|
132
|
-
return AwaitableGetGuestConfigurationAssignmentResult(
|
|
133
|
-
id=pulumi.get(__ret__, 'id'),
|
|
134
|
-
location=pulumi.get(__ret__, 'location'),
|
|
135
|
-
name=pulumi.get(__ret__, 'name'),
|
|
136
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
137
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
138
|
-
type=pulumi.get(__ret__, 'type'))
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
@_utilities.lift_output_func(get_guest_configuration_assignment)
|
|
142
|
-
def get_guest_configuration_assignment_output(guest_configuration_assignment_name: Optional[pulumi.Input[str]] = None,
|
|
143
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
144
|
-
vm_name: Optional[pulumi.Input[str]] = None,
|
|
145
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGuestConfigurationAssignmentResult]:
|
|
146
|
-
"""
|
|
147
|
-
Get information about a guest configuration assignment
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
:param str guest_configuration_assignment_name: The guest configuration assignment name.
|
|
151
|
-
:param str resource_group_name: The resource group name.
|
|
152
|
-
:param str vm_name: The name of the virtual machine.
|
|
153
|
-
"""
|
|
154
|
-
...
|
pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignments_vmss.py
DELETED
|
@@ -1,154 +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
|
-
'GetGuestConfigurationAssignmentsVMSSResult',
|
|
20
|
-
'AwaitableGetGuestConfigurationAssignmentsVMSSResult',
|
|
21
|
-
'get_guest_configuration_assignments_vmss',
|
|
22
|
-
'get_guest_configuration_assignments_vmss_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetGuestConfigurationAssignmentsVMSSResult:
|
|
27
|
-
"""
|
|
28
|
-
Guest configuration assignment is an association between a machine and guest configuration.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
-
if id and not isinstance(id, str):
|
|
32
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
-
pulumi.set(__self__, "id", id)
|
|
34
|
-
if location and not isinstance(location, str):
|
|
35
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
36
|
-
pulumi.set(__self__, "location", location)
|
|
37
|
-
if name and not isinstance(name, str):
|
|
38
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
-
pulumi.set(__self__, "name", name)
|
|
40
|
-
if properties and not isinstance(properties, dict):
|
|
41
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "properties", properties)
|
|
43
|
-
if system_data and not isinstance(system_data, dict):
|
|
44
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
-
if type and not isinstance(type, str):
|
|
47
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
48
|
-
pulumi.set(__self__, "type", type)
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def id(self) -> str:
|
|
53
|
-
"""
|
|
54
|
-
ARM resource id of the guest configuration assignment.
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "id")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def location(self) -> Optional[str]:
|
|
61
|
-
"""
|
|
62
|
-
Region where the VM is located.
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "location")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def name(self) -> Optional[str]:
|
|
69
|
-
"""
|
|
70
|
-
Name of the guest configuration assignment.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "name")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def properties(self) -> 'outputs.GuestConfigurationAssignmentPropertiesResponse':
|
|
77
|
-
"""
|
|
78
|
-
Properties of the Guest configuration assignment.
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "properties")
|
|
81
|
-
|
|
82
|
-
@property
|
|
83
|
-
@pulumi.getter(name="systemData")
|
|
84
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
85
|
-
"""
|
|
86
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "system_data")
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter
|
|
92
|
-
def type(self) -> str:
|
|
93
|
-
"""
|
|
94
|
-
The type of the resource.
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "type")
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
class AwaitableGetGuestConfigurationAssignmentsVMSSResult(GetGuestConfigurationAssignmentsVMSSResult):
|
|
100
|
-
# pylint: disable=using-constant-test
|
|
101
|
-
def __await__(self):
|
|
102
|
-
if False:
|
|
103
|
-
yield self
|
|
104
|
-
return GetGuestConfigurationAssignmentsVMSSResult(
|
|
105
|
-
id=self.id,
|
|
106
|
-
location=self.location,
|
|
107
|
-
name=self.name,
|
|
108
|
-
properties=self.properties,
|
|
109
|
-
system_data=self.system_data,
|
|
110
|
-
type=self.type)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
def get_guest_configuration_assignments_vmss(name: Optional[str] = None,
|
|
114
|
-
resource_group_name: Optional[str] = None,
|
|
115
|
-
vmss_name: Optional[str] = None,
|
|
116
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGuestConfigurationAssignmentsVMSSResult:
|
|
117
|
-
"""
|
|
118
|
-
Get information about a guest configuration assignment for VMSS
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
:param str name: The guest configuration assignment name.
|
|
122
|
-
:param str resource_group_name: The resource group name.
|
|
123
|
-
:param str vmss_name: The name of the virtual machine scale set.
|
|
124
|
-
"""
|
|
125
|
-
__args__ = dict()
|
|
126
|
-
__args__['name'] = name
|
|
127
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
128
|
-
__args__['vmssName'] = vmss_name
|
|
129
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
130
|
-
__ret__ = pulumi.runtime.invoke('azure-native:guestconfiguration/v20240405:getGuestConfigurationAssignmentsVMSS', __args__, opts=opts, typ=GetGuestConfigurationAssignmentsVMSSResult).value
|
|
131
|
-
|
|
132
|
-
return AwaitableGetGuestConfigurationAssignmentsVMSSResult(
|
|
133
|
-
id=pulumi.get(__ret__, 'id'),
|
|
134
|
-
location=pulumi.get(__ret__, 'location'),
|
|
135
|
-
name=pulumi.get(__ret__, 'name'),
|
|
136
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
137
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
138
|
-
type=pulumi.get(__ret__, 'type'))
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
@_utilities.lift_output_func(get_guest_configuration_assignments_vmss)
|
|
142
|
-
def get_guest_configuration_assignments_vmss_output(name: Optional[pulumi.Input[str]] = None,
|
|
143
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
144
|
-
vmss_name: Optional[pulumi.Input[str]] = None,
|
|
145
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGuestConfigurationAssignmentsVMSSResult]:
|
|
146
|
-
"""
|
|
147
|
-
Get information about a guest configuration assignment for VMSS
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
:param str name: The guest configuration assignment name.
|
|
151
|
-
:param str resource_group_name: The resource group name.
|
|
152
|
-
:param str vmss_name: The name of the virtual machine scale set.
|
|
153
|
-
"""
|
|
154
|
-
...
|
|
@@ -1,154 +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
|
-
'GetGuestConfigurationConnectedVMwarevSphereAssignmentResult',
|
|
20
|
-
'AwaitableGetGuestConfigurationConnectedVMwarevSphereAssignmentResult',
|
|
21
|
-
'get_guest_configuration_connected_v_mwarev_sphere_assignment',
|
|
22
|
-
'get_guest_configuration_connected_v_mwarev_sphere_assignment_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetGuestConfigurationConnectedVMwarevSphereAssignmentResult:
|
|
27
|
-
"""
|
|
28
|
-
Guest configuration assignment is an association between a machine and guest configuration.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
-
if id and not isinstance(id, str):
|
|
32
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
-
pulumi.set(__self__, "id", id)
|
|
34
|
-
if location and not isinstance(location, str):
|
|
35
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
36
|
-
pulumi.set(__self__, "location", location)
|
|
37
|
-
if name and not isinstance(name, str):
|
|
38
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
-
pulumi.set(__self__, "name", name)
|
|
40
|
-
if properties and not isinstance(properties, dict):
|
|
41
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "properties", properties)
|
|
43
|
-
if system_data and not isinstance(system_data, dict):
|
|
44
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
-
if type and not isinstance(type, str):
|
|
47
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
48
|
-
pulumi.set(__self__, "type", type)
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def id(self) -> str:
|
|
53
|
-
"""
|
|
54
|
-
ARM resource id of the guest configuration assignment.
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "id")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def location(self) -> Optional[str]:
|
|
61
|
-
"""
|
|
62
|
-
Region where the VM is located.
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "location")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def name(self) -> Optional[str]:
|
|
69
|
-
"""
|
|
70
|
-
Name of the guest configuration assignment.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "name")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def properties(self) -> 'outputs.GuestConfigurationAssignmentPropertiesResponse':
|
|
77
|
-
"""
|
|
78
|
-
Properties of the Guest configuration assignment.
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "properties")
|
|
81
|
-
|
|
82
|
-
@property
|
|
83
|
-
@pulumi.getter(name="systemData")
|
|
84
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
85
|
-
"""
|
|
86
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "system_data")
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter
|
|
92
|
-
def type(self) -> str:
|
|
93
|
-
"""
|
|
94
|
-
The type of the resource.
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "type")
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
class AwaitableGetGuestConfigurationConnectedVMwarevSphereAssignmentResult(GetGuestConfigurationConnectedVMwarevSphereAssignmentResult):
|
|
100
|
-
# pylint: disable=using-constant-test
|
|
101
|
-
def __await__(self):
|
|
102
|
-
if False:
|
|
103
|
-
yield self
|
|
104
|
-
return GetGuestConfigurationConnectedVMwarevSphereAssignmentResult(
|
|
105
|
-
id=self.id,
|
|
106
|
-
location=self.location,
|
|
107
|
-
name=self.name,
|
|
108
|
-
properties=self.properties,
|
|
109
|
-
system_data=self.system_data,
|
|
110
|
-
type=self.type)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
def get_guest_configuration_connected_v_mwarev_sphere_assignment(guest_configuration_assignment_name: Optional[str] = None,
|
|
114
|
-
resource_group_name: Optional[str] = None,
|
|
115
|
-
vm_name: Optional[str] = None,
|
|
116
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGuestConfigurationConnectedVMwarevSphereAssignmentResult:
|
|
117
|
-
"""
|
|
118
|
-
Get information about a guest configuration assignment
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
:param str guest_configuration_assignment_name: The guest configuration assignment name.
|
|
122
|
-
:param str resource_group_name: The resource group name.
|
|
123
|
-
:param str vm_name: The name of the virtual machine.
|
|
124
|
-
"""
|
|
125
|
-
__args__ = dict()
|
|
126
|
-
__args__['guestConfigurationAssignmentName'] = guest_configuration_assignment_name
|
|
127
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
128
|
-
__args__['vmName'] = vm_name
|
|
129
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
130
|
-
__ret__ = pulumi.runtime.invoke('azure-native:guestconfiguration/v20240405:getGuestConfigurationConnectedVMwarevSphereAssignment', __args__, opts=opts, typ=GetGuestConfigurationConnectedVMwarevSphereAssignmentResult).value
|
|
131
|
-
|
|
132
|
-
return AwaitableGetGuestConfigurationConnectedVMwarevSphereAssignmentResult(
|
|
133
|
-
id=pulumi.get(__ret__, 'id'),
|
|
134
|
-
location=pulumi.get(__ret__, 'location'),
|
|
135
|
-
name=pulumi.get(__ret__, 'name'),
|
|
136
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
137
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
138
|
-
type=pulumi.get(__ret__, 'type'))
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
@_utilities.lift_output_func(get_guest_configuration_connected_v_mwarev_sphere_assignment)
|
|
142
|
-
def get_guest_configuration_connected_v_mwarev_sphere_assignment_output(guest_configuration_assignment_name: Optional[pulumi.Input[str]] = None,
|
|
143
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
144
|
-
vm_name: Optional[pulumi.Input[str]] = None,
|
|
145
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGuestConfigurationConnectedVMwarevSphereAssignmentResult]:
|
|
146
|
-
"""
|
|
147
|
-
Get information about a guest configuration assignment
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
:param str guest_configuration_assignment_name: The guest configuration assignment name.
|
|
151
|
-
:param str resource_group_name: The resource group name.
|
|
152
|
-
:param str vm_name: The name of the virtual machine.
|
|
153
|
-
"""
|
|
154
|
-
...
|
|
@@ -1,154 +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
|
-
'GetGuestConfigurationHCRPAssignmentResult',
|
|
20
|
-
'AwaitableGetGuestConfigurationHCRPAssignmentResult',
|
|
21
|
-
'get_guest_configuration_hcrpassignment',
|
|
22
|
-
'get_guest_configuration_hcrpassignment_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetGuestConfigurationHCRPAssignmentResult:
|
|
27
|
-
"""
|
|
28
|
-
Guest configuration assignment is an association between a machine and guest configuration.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
-
if id and not isinstance(id, str):
|
|
32
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
-
pulumi.set(__self__, "id", id)
|
|
34
|
-
if location and not isinstance(location, str):
|
|
35
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
36
|
-
pulumi.set(__self__, "location", location)
|
|
37
|
-
if name and not isinstance(name, str):
|
|
38
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
-
pulumi.set(__self__, "name", name)
|
|
40
|
-
if properties and not isinstance(properties, dict):
|
|
41
|
-
raise TypeError("Expected argument 'properties' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "properties", properties)
|
|
43
|
-
if system_data and not isinstance(system_data, dict):
|
|
44
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
45
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
46
|
-
if type and not isinstance(type, str):
|
|
47
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
48
|
-
pulumi.set(__self__, "type", type)
|
|
49
|
-
|
|
50
|
-
@property
|
|
51
|
-
@pulumi.getter
|
|
52
|
-
def id(self) -> str:
|
|
53
|
-
"""
|
|
54
|
-
ARM resource id of the guest configuration assignment.
|
|
55
|
-
"""
|
|
56
|
-
return pulumi.get(self, "id")
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
@pulumi.getter
|
|
60
|
-
def location(self) -> Optional[str]:
|
|
61
|
-
"""
|
|
62
|
-
Region where the VM is located.
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "location")
|
|
65
|
-
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def name(self) -> Optional[str]:
|
|
69
|
-
"""
|
|
70
|
-
Name of the guest configuration assignment.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "name")
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter
|
|
76
|
-
def properties(self) -> 'outputs.GuestConfigurationAssignmentPropertiesResponse':
|
|
77
|
-
"""
|
|
78
|
-
Properties of the Guest configuration assignment.
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "properties")
|
|
81
|
-
|
|
82
|
-
@property
|
|
83
|
-
@pulumi.getter(name="systemData")
|
|
84
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
85
|
-
"""
|
|
86
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "system_data")
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter
|
|
92
|
-
def type(self) -> str:
|
|
93
|
-
"""
|
|
94
|
-
The type of the resource.
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "type")
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
class AwaitableGetGuestConfigurationHCRPAssignmentResult(GetGuestConfigurationHCRPAssignmentResult):
|
|
100
|
-
# pylint: disable=using-constant-test
|
|
101
|
-
def __await__(self):
|
|
102
|
-
if False:
|
|
103
|
-
yield self
|
|
104
|
-
return GetGuestConfigurationHCRPAssignmentResult(
|
|
105
|
-
id=self.id,
|
|
106
|
-
location=self.location,
|
|
107
|
-
name=self.name,
|
|
108
|
-
properties=self.properties,
|
|
109
|
-
system_data=self.system_data,
|
|
110
|
-
type=self.type)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
def get_guest_configuration_hcrpassignment(guest_configuration_assignment_name: Optional[str] = None,
|
|
114
|
-
machine_name: Optional[str] = None,
|
|
115
|
-
resource_group_name: Optional[str] = None,
|
|
116
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGuestConfigurationHCRPAssignmentResult:
|
|
117
|
-
"""
|
|
118
|
-
Get information about a guest configuration assignment
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
:param str guest_configuration_assignment_name: The guest configuration assignment name.
|
|
122
|
-
:param str machine_name: The name of the ARC machine.
|
|
123
|
-
:param str resource_group_name: The resource group name.
|
|
124
|
-
"""
|
|
125
|
-
__args__ = dict()
|
|
126
|
-
__args__['guestConfigurationAssignmentName'] = guest_configuration_assignment_name
|
|
127
|
-
__args__['machineName'] = machine_name
|
|
128
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
129
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
130
|
-
__ret__ = pulumi.runtime.invoke('azure-native:guestconfiguration/v20240405:getGuestConfigurationHCRPAssignment', __args__, opts=opts, typ=GetGuestConfigurationHCRPAssignmentResult).value
|
|
131
|
-
|
|
132
|
-
return AwaitableGetGuestConfigurationHCRPAssignmentResult(
|
|
133
|
-
id=pulumi.get(__ret__, 'id'),
|
|
134
|
-
location=pulumi.get(__ret__, 'location'),
|
|
135
|
-
name=pulumi.get(__ret__, 'name'),
|
|
136
|
-
properties=pulumi.get(__ret__, 'properties'),
|
|
137
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
138
|
-
type=pulumi.get(__ret__, 'type'))
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
@_utilities.lift_output_func(get_guest_configuration_hcrpassignment)
|
|
142
|
-
def get_guest_configuration_hcrpassignment_output(guest_configuration_assignment_name: Optional[pulumi.Input[str]] = None,
|
|
143
|
-
machine_name: Optional[pulumi.Input[str]] = None,
|
|
144
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
145
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGuestConfigurationHCRPAssignmentResult]:
|
|
146
|
-
"""
|
|
147
|
-
Get information about a guest configuration assignment
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
:param str guest_configuration_assignment_name: The guest configuration assignment name.
|
|
151
|
-
:param str machine_name: The name of the ARC machine.
|
|
152
|
-
:param str resource_group_name: The resource group name.
|
|
153
|
-
"""
|
|
154
|
-
...
|