pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0a1737355563__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 +73 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/batch/v20240701/_enums.py +1 -1
- pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
- pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
- pulumi_azure_native/batch/v20240701/outputs.py +8 -8
- pulumi_azure_native/batch/v20240701/pool.py +4 -4
- pulumi_azure_native/databasewatcher/__init__.py +3 -0
- pulumi_azure_native/databasewatcher/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
- pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_target.py +2 -2
- pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
- pulumi_azure_native/databasewatcher/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
- pulumi_azure_native/databasewatcher/target.py +3 -3
- pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
- pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
- pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
- pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
- pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
- pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
- pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
- pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
- pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
- pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
- pulumi_azure_native/databasewatcher/watcher.py +3 -3
- pulumi_azure_native/keyvault/__init__.py +6 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
- pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241101/key.py +329 -0
- pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
- pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
- pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +17 -16
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20250301/__init__.py +13 -0
- pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
- pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
- pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20250301/outputs.py +230 -0
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240601preview/service.py +1 -1
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
- pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
- pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
- pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
- pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
- pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
- pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
- pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
- pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
- pulumi_azure_native/search/v20250201preview/service.py +731 -0
- pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,247 @@
|
|
|
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
|
+
'GetMHSMPrivateEndpointConnectionResult',
|
|
20
|
+
'AwaitableGetMHSMPrivateEndpointConnectionResult',
|
|
21
|
+
'get_mhsm_private_endpoint_connection',
|
|
22
|
+
'get_mhsm_private_endpoint_connection_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMHSMPrivateEndpointConnectionResult:
|
|
27
|
+
"""
|
|
28
|
+
Private endpoint connection resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, etag=None, id=None, identity=None, location=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, sku=None, system_data=None, tags=None, type=None):
|
|
31
|
+
if etag and not isinstance(etag, str):
|
|
32
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
33
|
+
pulumi.set(__self__, "etag", etag)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if identity and not isinstance(identity, dict):
|
|
38
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "identity", identity)
|
|
40
|
+
if location and not isinstance(location, str):
|
|
41
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
42
|
+
pulumi.set(__self__, "location", location)
|
|
43
|
+
if name and not isinstance(name, str):
|
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
45
|
+
pulumi.set(__self__, "name", name)
|
|
46
|
+
if private_endpoint and not isinstance(private_endpoint, dict):
|
|
47
|
+
raise TypeError("Expected argument 'private_endpoint' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
49
|
+
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
50
|
+
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
52
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
53
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
54
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
55
|
+
if sku and not isinstance(sku, dict):
|
|
56
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "sku", sku)
|
|
58
|
+
if system_data and not isinstance(system_data, dict):
|
|
59
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
+
if tags and not isinstance(tags, dict):
|
|
62
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "tags", tags)
|
|
64
|
+
if type and not isinstance(type, str):
|
|
65
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
+
pulumi.set(__self__, "type", type)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def etag(self) -> Optional[str]:
|
|
71
|
+
"""
|
|
72
|
+
Modified whenever there is a change in the state of private endpoint connection.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "etag")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter
|
|
78
|
+
def id(self) -> str:
|
|
79
|
+
"""
|
|
80
|
+
The Azure Resource Manager resource ID for the managed HSM Pool.
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "id")
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
87
|
+
"""
|
|
88
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "identity")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def location(self) -> Optional[str]:
|
|
95
|
+
"""
|
|
96
|
+
The supported Azure location where the managed HSM Pool should be created.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "location")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter
|
|
102
|
+
def name(self) -> str:
|
|
103
|
+
"""
|
|
104
|
+
The name of the managed HSM Pool.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "name")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="privateEndpoint")
|
|
110
|
+
def private_endpoint(self) -> Optional['outputs.MHSMPrivateEndpointResponse']:
|
|
111
|
+
"""
|
|
112
|
+
Properties of the private endpoint object.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "private_endpoint")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
118
|
+
def private_link_service_connection_state(self) -> Optional['outputs.MHSMPrivateLinkServiceConnectionStateResponse']:
|
|
119
|
+
"""
|
|
120
|
+
Approval state of the private link connection.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="provisioningState")
|
|
126
|
+
def provisioning_state(self) -> str:
|
|
127
|
+
"""
|
|
128
|
+
Provisioning state of the private endpoint connection.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "provisioning_state")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter
|
|
134
|
+
def sku(self) -> Optional['outputs.ManagedHsmSkuResponse']:
|
|
135
|
+
"""
|
|
136
|
+
SKU details
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "sku")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="systemData")
|
|
142
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
143
|
+
"""
|
|
144
|
+
Metadata pertaining to creation and last modification of the key vault resource.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "system_data")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter
|
|
150
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
151
|
+
"""
|
|
152
|
+
Resource tags
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "tags")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter
|
|
158
|
+
def type(self) -> str:
|
|
159
|
+
"""
|
|
160
|
+
The resource type of the managed HSM Pool.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "type")
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
class AwaitableGetMHSMPrivateEndpointConnectionResult(GetMHSMPrivateEndpointConnectionResult):
|
|
166
|
+
# pylint: disable=using-constant-test
|
|
167
|
+
def __await__(self):
|
|
168
|
+
if False:
|
|
169
|
+
yield self
|
|
170
|
+
return GetMHSMPrivateEndpointConnectionResult(
|
|
171
|
+
etag=self.etag,
|
|
172
|
+
id=self.id,
|
|
173
|
+
identity=self.identity,
|
|
174
|
+
location=self.location,
|
|
175
|
+
name=self.name,
|
|
176
|
+
private_endpoint=self.private_endpoint,
|
|
177
|
+
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
178
|
+
provisioning_state=self.provisioning_state,
|
|
179
|
+
sku=self.sku,
|
|
180
|
+
system_data=self.system_data,
|
|
181
|
+
tags=self.tags,
|
|
182
|
+
type=self.type)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
def get_mhsm_private_endpoint_connection(name: Optional[str] = None,
|
|
186
|
+
private_endpoint_connection_name: Optional[str] = None,
|
|
187
|
+
resource_group_name: Optional[str] = None,
|
|
188
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMHSMPrivateEndpointConnectionResult:
|
|
189
|
+
"""
|
|
190
|
+
Gets the specified private endpoint connection associated with the managed HSM Pool.
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
:param str name: Name of the managed HSM Pool
|
|
194
|
+
:param str private_endpoint_connection_name: Name of the private endpoint connection associated with the managed hsm pool.
|
|
195
|
+
:param str resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
196
|
+
"""
|
|
197
|
+
__args__ = dict()
|
|
198
|
+
__args__['name'] = name
|
|
199
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
200
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
201
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
202
|
+
__ret__ = pulumi.runtime.invoke('azure-native:keyvault/v20241201preview:getMHSMPrivateEndpointConnection', __args__, opts=opts, typ=GetMHSMPrivateEndpointConnectionResult).value
|
|
203
|
+
|
|
204
|
+
return AwaitableGetMHSMPrivateEndpointConnectionResult(
|
|
205
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
206
|
+
id=pulumi.get(__ret__, 'id'),
|
|
207
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
208
|
+
location=pulumi.get(__ret__, 'location'),
|
|
209
|
+
name=pulumi.get(__ret__, 'name'),
|
|
210
|
+
private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
|
|
211
|
+
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
212
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
213
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
214
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
215
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
216
|
+
type=pulumi.get(__ret__, 'type'))
|
|
217
|
+
def get_mhsm_private_endpoint_connection_output(name: Optional[pulumi.Input[str]] = None,
|
|
218
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
219
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
220
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMHSMPrivateEndpointConnectionResult]:
|
|
221
|
+
"""
|
|
222
|
+
Gets the specified private endpoint connection associated with the managed HSM Pool.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
:param str name: Name of the managed HSM Pool
|
|
226
|
+
:param str private_endpoint_connection_name: Name of the private endpoint connection associated with the managed hsm pool.
|
|
227
|
+
:param str resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
228
|
+
"""
|
|
229
|
+
__args__ = dict()
|
|
230
|
+
__args__['name'] = name
|
|
231
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
232
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
233
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
234
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:keyvault/v20241201preview:getMHSMPrivateEndpointConnection', __args__, opts=opts, typ=GetMHSMPrivateEndpointConnectionResult)
|
|
235
|
+
return __ret__.apply(lambda __response__: GetMHSMPrivateEndpointConnectionResult(
|
|
236
|
+
etag=pulumi.get(__response__, 'etag'),
|
|
237
|
+
id=pulumi.get(__response__, 'id'),
|
|
238
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
239
|
+
location=pulumi.get(__response__, 'location'),
|
|
240
|
+
name=pulumi.get(__response__, 'name'),
|
|
241
|
+
private_endpoint=pulumi.get(__response__, 'private_endpoint'),
|
|
242
|
+
private_link_service_connection_state=pulumi.get(__response__, 'private_link_service_connection_state'),
|
|
243
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
244
|
+
sku=pulumi.get(__response__, 'sku'),
|
|
245
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
246
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
247
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,205 @@
|
|
|
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
|
+
'GetPrivateEndpointConnectionResult',
|
|
20
|
+
'AwaitableGetPrivateEndpointConnectionResult',
|
|
21
|
+
'get_private_endpoint_connection',
|
|
22
|
+
'get_private_endpoint_connection_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPrivateEndpointConnectionResult:
|
|
27
|
+
"""
|
|
28
|
+
Private endpoint connection resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, etag=None, id=None, location=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, tags=None, type=None):
|
|
31
|
+
if etag and not isinstance(etag, str):
|
|
32
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
33
|
+
pulumi.set(__self__, "etag", etag)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
if location and not isinstance(location, str):
|
|
38
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
39
|
+
pulumi.set(__self__, "location", location)
|
|
40
|
+
if name and not isinstance(name, str):
|
|
41
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
if private_endpoint and not isinstance(private_endpoint, dict):
|
|
44
|
+
raise TypeError("Expected argument 'private_endpoint' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
46
|
+
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
47
|
+
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
49
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
50
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
51
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
52
|
+
if tags and not isinstance(tags, dict):
|
|
53
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "tags", tags)
|
|
55
|
+
if type and not isinstance(type, str):
|
|
56
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
57
|
+
pulumi.set(__self__, "type", type)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def etag(self) -> Optional[str]:
|
|
62
|
+
"""
|
|
63
|
+
Modified whenever there is a change in the state of private endpoint connection.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "etag")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def id(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
Fully qualified identifier of the key vault resource.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "id")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def location(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
Azure location of the key vault resource.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "location")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def name(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
Name of the key vault resource.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "name")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="privateEndpoint")
|
|
93
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
94
|
+
"""
|
|
95
|
+
Properties of the private endpoint object.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "private_endpoint")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
101
|
+
def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
|
|
102
|
+
"""
|
|
103
|
+
Approval state of the private link connection.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="provisioningState")
|
|
109
|
+
def provisioning_state(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
Provisioning state of the private endpoint connection.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "provisioning_state")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter
|
|
117
|
+
def tags(self) -> Mapping[str, str]:
|
|
118
|
+
"""
|
|
119
|
+
Tags assigned to the key vault resource.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "tags")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def type(self) -> str:
|
|
126
|
+
"""
|
|
127
|
+
Resource type of the key vault resource.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "type")
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
|
|
133
|
+
# pylint: disable=using-constant-test
|
|
134
|
+
def __await__(self):
|
|
135
|
+
if False:
|
|
136
|
+
yield self
|
|
137
|
+
return GetPrivateEndpointConnectionResult(
|
|
138
|
+
etag=self.etag,
|
|
139
|
+
id=self.id,
|
|
140
|
+
location=self.location,
|
|
141
|
+
name=self.name,
|
|
142
|
+
private_endpoint=self.private_endpoint,
|
|
143
|
+
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
144
|
+
provisioning_state=self.provisioning_state,
|
|
145
|
+
tags=self.tags,
|
|
146
|
+
type=self.type)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def get_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
|
|
150
|
+
resource_group_name: Optional[str] = None,
|
|
151
|
+
vault_name: Optional[str] = None,
|
|
152
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
|
|
153
|
+
"""
|
|
154
|
+
Gets the specified private endpoint connection associated with the key vault.
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
:param str private_endpoint_connection_name: Name of the private endpoint connection associated with the key vault.
|
|
158
|
+
:param str resource_group_name: Name of the resource group that contains the key vault.
|
|
159
|
+
:param str vault_name: The name of the key vault.
|
|
160
|
+
"""
|
|
161
|
+
__args__ = dict()
|
|
162
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
163
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
164
|
+
__args__['vaultName'] = vault_name
|
|
165
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
166
|
+
__ret__ = pulumi.runtime.invoke('azure-native:keyvault/v20241201preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
|
|
167
|
+
|
|
168
|
+
return AwaitableGetPrivateEndpointConnectionResult(
|
|
169
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
170
|
+
id=pulumi.get(__ret__, 'id'),
|
|
171
|
+
location=pulumi.get(__ret__, 'location'),
|
|
172
|
+
name=pulumi.get(__ret__, 'name'),
|
|
173
|
+
private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
|
|
174
|
+
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
175
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
176
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
177
|
+
type=pulumi.get(__ret__, 'type'))
|
|
178
|
+
def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
179
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
180
|
+
vault_name: Optional[pulumi.Input[str]] = None,
|
|
181
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
|
|
182
|
+
"""
|
|
183
|
+
Gets the specified private endpoint connection associated with the key vault.
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
:param str private_endpoint_connection_name: Name of the private endpoint connection associated with the key vault.
|
|
187
|
+
:param str resource_group_name: Name of the resource group that contains the key vault.
|
|
188
|
+
:param str vault_name: The name of the key vault.
|
|
189
|
+
"""
|
|
190
|
+
__args__ = dict()
|
|
191
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
192
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
193
|
+
__args__['vaultName'] = vault_name
|
|
194
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
195
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:keyvault/v20241201preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult)
|
|
196
|
+
return __ret__.apply(lambda __response__: GetPrivateEndpointConnectionResult(
|
|
197
|
+
etag=pulumi.get(__response__, 'etag'),
|
|
198
|
+
id=pulumi.get(__response__, 'id'),
|
|
199
|
+
location=pulumi.get(__response__, 'location'),
|
|
200
|
+
name=pulumi.get(__response__, 'name'),
|
|
201
|
+
private_endpoint=pulumi.get(__response__, 'private_endpoint'),
|
|
202
|
+
private_link_service_connection_state=pulumi.get(__response__, 'private_link_service_connection_state'),
|
|
203
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
204
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
205
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,163 @@
|
|
|
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
|
+
'GetSecretResult',
|
|
20
|
+
'AwaitableGetSecretResult',
|
|
21
|
+
'get_secret',
|
|
22
|
+
'get_secret_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSecretResult:
|
|
27
|
+
"""
|
|
28
|
+
Resource information with extended details.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, location=None, name=None, properties=None, tags=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 tags and not isinstance(tags, dict):
|
|
44
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "tags", tags)
|
|
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
|
+
Fully qualified identifier of the key vault resource.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "id")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def location(self) -> str:
|
|
61
|
+
"""
|
|
62
|
+
Azure location of the key vault resource.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "location")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def name(self) -> str:
|
|
69
|
+
"""
|
|
70
|
+
Name of the key vault resource.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "name")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def properties(self) -> 'outputs.SecretPropertiesResponse':
|
|
77
|
+
"""
|
|
78
|
+
Properties of the secret
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "properties")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def tags(self) -> Mapping[str, str]:
|
|
85
|
+
"""
|
|
86
|
+
Tags assigned to the key vault resource.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "tags")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def type(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
Resource type of the key vault resource.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "type")
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class AwaitableGetSecretResult(GetSecretResult):
|
|
100
|
+
# pylint: disable=using-constant-test
|
|
101
|
+
def __await__(self):
|
|
102
|
+
if False:
|
|
103
|
+
yield self
|
|
104
|
+
return GetSecretResult(
|
|
105
|
+
id=self.id,
|
|
106
|
+
location=self.location,
|
|
107
|
+
name=self.name,
|
|
108
|
+
properties=self.properties,
|
|
109
|
+
tags=self.tags,
|
|
110
|
+
type=self.type)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def get_secret(resource_group_name: Optional[str] = None,
|
|
114
|
+
secret_name: Optional[str] = None,
|
|
115
|
+
vault_name: Optional[str] = None,
|
|
116
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretResult:
|
|
117
|
+
"""
|
|
118
|
+
Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param str resource_group_name: The name of the Resource Group to which the vault belongs.
|
|
122
|
+
:param str secret_name: The name of the secret.
|
|
123
|
+
:param str vault_name: The name of the vault.
|
|
124
|
+
"""
|
|
125
|
+
__args__ = dict()
|
|
126
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
127
|
+
__args__['secretName'] = secret_name
|
|
128
|
+
__args__['vaultName'] = vault_name
|
|
129
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
130
|
+
__ret__ = pulumi.runtime.invoke('azure-native:keyvault/v20241201preview:getSecret', __args__, opts=opts, typ=GetSecretResult).value
|
|
131
|
+
|
|
132
|
+
return AwaitableGetSecretResult(
|
|
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
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
138
|
+
type=pulumi.get(__ret__, 'type'))
|
|
139
|
+
def get_secret_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
secret_name: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
vault_name: Optional[pulumi.Input[str]] = None,
|
|
142
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecretResult]:
|
|
143
|
+
"""
|
|
144
|
+
Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
:param str resource_group_name: The name of the Resource Group to which the vault belongs.
|
|
148
|
+
:param str secret_name: The name of the secret.
|
|
149
|
+
:param str vault_name: The name of the vault.
|
|
150
|
+
"""
|
|
151
|
+
__args__ = dict()
|
|
152
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
153
|
+
__args__['secretName'] = secret_name
|
|
154
|
+
__args__['vaultName'] = vault_name
|
|
155
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:keyvault/v20241201preview:getSecret', __args__, opts=opts, typ=GetSecretResult)
|
|
157
|
+
return __ret__.apply(lambda __response__: GetSecretResult(
|
|
158
|
+
id=pulumi.get(__response__, 'id'),
|
|
159
|
+
location=pulumi.get(__response__, 'location'),
|
|
160
|
+
name=pulumi.get(__response__, 'name'),
|
|
161
|
+
properties=pulumi.get(__response__, 'properties'),
|
|
162
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
163
|
+
type=pulumi.get(__response__, 'type')))
|