pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +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.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,315 @@
|
|
|
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
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['ManagedHsmArgs', 'ManagedHsm']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class ManagedHsmArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
27
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
properties: Optional[pulumi.Input['ManagedHsmPropertiesArgs']] = None,
|
|
30
|
+
sku: Optional[pulumi.Input['ManagedHsmSkuArgs']] = None,
|
|
31
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
32
|
+
"""
|
|
33
|
+
The set of arguments for constructing a ManagedHsm resource.
|
|
34
|
+
:param pulumi.Input[str] resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
35
|
+
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: Managed service identity (system assigned and/or user assigned identities)
|
|
36
|
+
:param pulumi.Input[str] location: The supported Azure location where the managed HSM Pool should be created.
|
|
37
|
+
:param pulumi.Input[str] name: Name of the managed HSM Pool
|
|
38
|
+
:param pulumi.Input['ManagedHsmPropertiesArgs'] properties: Properties of the managed HSM
|
|
39
|
+
:param pulumi.Input['ManagedHsmSkuArgs'] sku: SKU details
|
|
40
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
41
|
+
"""
|
|
42
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
43
|
+
if identity is not None:
|
|
44
|
+
pulumi.set(__self__, "identity", identity)
|
|
45
|
+
if location is not None:
|
|
46
|
+
pulumi.set(__self__, "location", location)
|
|
47
|
+
if name is not None:
|
|
48
|
+
pulumi.set(__self__, "name", name)
|
|
49
|
+
if properties is not None:
|
|
50
|
+
pulumi.set(__self__, "properties", properties)
|
|
51
|
+
if sku is not None:
|
|
52
|
+
pulumi.set(__self__, "sku", sku)
|
|
53
|
+
if tags is not None:
|
|
54
|
+
pulumi.set(__self__, "tags", tags)
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter(name="resourceGroupName")
|
|
58
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
59
|
+
"""
|
|
60
|
+
Name of the resource group that contains the managed HSM pool.
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "resource_group_name")
|
|
63
|
+
|
|
64
|
+
@resource_group_name.setter
|
|
65
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
66
|
+
pulumi.set(self, "resource_group_name", value)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
71
|
+
"""
|
|
72
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "identity")
|
|
75
|
+
|
|
76
|
+
@identity.setter
|
|
77
|
+
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
78
|
+
pulumi.set(self, "identity", value)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
83
|
+
"""
|
|
84
|
+
The supported Azure location where the managed HSM Pool should be created.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "location")
|
|
87
|
+
|
|
88
|
+
@location.setter
|
|
89
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
90
|
+
pulumi.set(self, "location", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
95
|
+
"""
|
|
96
|
+
Name of the managed HSM Pool
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "name")
|
|
99
|
+
|
|
100
|
+
@name.setter
|
|
101
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
102
|
+
pulumi.set(self, "name", value)
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def properties(self) -> Optional[pulumi.Input['ManagedHsmPropertiesArgs']]:
|
|
107
|
+
"""
|
|
108
|
+
Properties of the managed HSM
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "properties")
|
|
111
|
+
|
|
112
|
+
@properties.setter
|
|
113
|
+
def properties(self, value: Optional[pulumi.Input['ManagedHsmPropertiesArgs']]):
|
|
114
|
+
pulumi.set(self, "properties", value)
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def sku(self) -> Optional[pulumi.Input['ManagedHsmSkuArgs']]:
|
|
119
|
+
"""
|
|
120
|
+
SKU details
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "sku")
|
|
123
|
+
|
|
124
|
+
@sku.setter
|
|
125
|
+
def sku(self, value: Optional[pulumi.Input['ManagedHsmSkuArgs']]):
|
|
126
|
+
pulumi.set(self, "sku", value)
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter
|
|
130
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
131
|
+
"""
|
|
132
|
+
Resource tags
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "tags")
|
|
135
|
+
|
|
136
|
+
@tags.setter
|
|
137
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
138
|
+
pulumi.set(self, "tags", value)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
class ManagedHsm(pulumi.CustomResource):
|
|
142
|
+
@overload
|
|
143
|
+
def __init__(__self__,
|
|
144
|
+
resource_name: str,
|
|
145
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
146
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
147
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
properties: Optional[pulumi.Input[Union['ManagedHsmPropertiesArgs', 'ManagedHsmPropertiesArgsDict']]] = None,
|
|
150
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
sku: Optional[pulumi.Input[Union['ManagedHsmSkuArgs', 'ManagedHsmSkuArgsDict']]] = None,
|
|
152
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
153
|
+
__props__=None):
|
|
154
|
+
"""
|
|
155
|
+
Resource information with extended details.
|
|
156
|
+
|
|
157
|
+
:param str resource_name: The name of the resource.
|
|
158
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
159
|
+
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: Managed service identity (system assigned and/or user assigned identities)
|
|
160
|
+
:param pulumi.Input[str] location: The supported Azure location where the managed HSM Pool should be created.
|
|
161
|
+
:param pulumi.Input[str] name: Name of the managed HSM Pool
|
|
162
|
+
:param pulumi.Input[Union['ManagedHsmPropertiesArgs', 'ManagedHsmPropertiesArgsDict']] properties: Properties of the managed HSM
|
|
163
|
+
:param pulumi.Input[str] resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
164
|
+
:param pulumi.Input[Union['ManagedHsmSkuArgs', 'ManagedHsmSkuArgsDict']] sku: SKU details
|
|
165
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
166
|
+
"""
|
|
167
|
+
...
|
|
168
|
+
@overload
|
|
169
|
+
def __init__(__self__,
|
|
170
|
+
resource_name: str,
|
|
171
|
+
args: ManagedHsmArgs,
|
|
172
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
173
|
+
"""
|
|
174
|
+
Resource information with extended details.
|
|
175
|
+
|
|
176
|
+
:param str resource_name: The name of the resource.
|
|
177
|
+
:param ManagedHsmArgs args: The arguments to use to populate this resource's properties.
|
|
178
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
179
|
+
"""
|
|
180
|
+
...
|
|
181
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
182
|
+
resource_args, opts = _utilities.get_resource_args_opts(ManagedHsmArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
183
|
+
if resource_args is not None:
|
|
184
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
185
|
+
else:
|
|
186
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
187
|
+
|
|
188
|
+
def _internal_init(__self__,
|
|
189
|
+
resource_name: str,
|
|
190
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
191
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
192
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
properties: Optional[pulumi.Input[Union['ManagedHsmPropertiesArgs', 'ManagedHsmPropertiesArgsDict']]] = None,
|
|
195
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
sku: Optional[pulumi.Input[Union['ManagedHsmSkuArgs', 'ManagedHsmSkuArgsDict']]] = None,
|
|
197
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
198
|
+
__props__=None):
|
|
199
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
200
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
201
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
202
|
+
if opts.id is None:
|
|
203
|
+
if __props__ is not None:
|
|
204
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
205
|
+
__props__ = ManagedHsmArgs.__new__(ManagedHsmArgs)
|
|
206
|
+
|
|
207
|
+
__props__.__dict__["identity"] = identity
|
|
208
|
+
__props__.__dict__["location"] = location
|
|
209
|
+
__props__.__dict__["name"] = name
|
|
210
|
+
__props__.__dict__["properties"] = properties
|
|
211
|
+
if resource_group_name is None and not opts.urn:
|
|
212
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
213
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
214
|
+
__props__.__dict__["sku"] = sku
|
|
215
|
+
__props__.__dict__["tags"] = tags
|
|
216
|
+
__props__.__dict__["system_data"] = None
|
|
217
|
+
__props__.__dict__["type"] = None
|
|
218
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:keyvault:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20200401preview:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20210401preview:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20210601preview:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20211001:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20211101preview:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20220201preview:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20220701:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20221101:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20230201:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20230701:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20240401preview:ManagedHsm"), pulumi.Alias(type_="azure-native:keyvault/v20241101:ManagedHsm")])
|
|
219
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
220
|
+
super(ManagedHsm, __self__).__init__(
|
|
221
|
+
'azure-native:keyvault/v20241201preview:ManagedHsm',
|
|
222
|
+
resource_name,
|
|
223
|
+
__props__,
|
|
224
|
+
opts)
|
|
225
|
+
|
|
226
|
+
@staticmethod
|
|
227
|
+
def get(resource_name: str,
|
|
228
|
+
id: pulumi.Input[str],
|
|
229
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedHsm':
|
|
230
|
+
"""
|
|
231
|
+
Get an existing ManagedHsm resource's state with the given name, id, and optional extra
|
|
232
|
+
properties used to qualify the lookup.
|
|
233
|
+
|
|
234
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
235
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
236
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
|
+
"""
|
|
238
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
239
|
+
|
|
240
|
+
__props__ = ManagedHsmArgs.__new__(ManagedHsmArgs)
|
|
241
|
+
|
|
242
|
+
__props__.__dict__["identity"] = None
|
|
243
|
+
__props__.__dict__["location"] = None
|
|
244
|
+
__props__.__dict__["name"] = None
|
|
245
|
+
__props__.__dict__["properties"] = None
|
|
246
|
+
__props__.__dict__["sku"] = None
|
|
247
|
+
__props__.__dict__["system_data"] = None
|
|
248
|
+
__props__.__dict__["tags"] = None
|
|
249
|
+
__props__.__dict__["type"] = None
|
|
250
|
+
return ManagedHsm(resource_name, opts=opts, __props__=__props__)
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter
|
|
254
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
255
|
+
"""
|
|
256
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
257
|
+
"""
|
|
258
|
+
return pulumi.get(self, "identity")
|
|
259
|
+
|
|
260
|
+
@property
|
|
261
|
+
@pulumi.getter
|
|
262
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
263
|
+
"""
|
|
264
|
+
The supported Azure location where the managed HSM Pool should be created.
|
|
265
|
+
"""
|
|
266
|
+
return pulumi.get(self, "location")
|
|
267
|
+
|
|
268
|
+
@property
|
|
269
|
+
@pulumi.getter
|
|
270
|
+
def name(self) -> pulumi.Output[str]:
|
|
271
|
+
"""
|
|
272
|
+
The name of the managed HSM Pool.
|
|
273
|
+
"""
|
|
274
|
+
return pulumi.get(self, "name")
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter
|
|
278
|
+
def properties(self) -> pulumi.Output['outputs.ManagedHsmPropertiesResponse']:
|
|
279
|
+
"""
|
|
280
|
+
Properties of the managed HSM
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "properties")
|
|
283
|
+
|
|
284
|
+
@property
|
|
285
|
+
@pulumi.getter
|
|
286
|
+
def sku(self) -> pulumi.Output[Optional['outputs.ManagedHsmSkuResponse']]:
|
|
287
|
+
"""
|
|
288
|
+
SKU details
|
|
289
|
+
"""
|
|
290
|
+
return pulumi.get(self, "sku")
|
|
291
|
+
|
|
292
|
+
@property
|
|
293
|
+
@pulumi.getter(name="systemData")
|
|
294
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
295
|
+
"""
|
|
296
|
+
Metadata pertaining to creation and last modification of the key vault resource.
|
|
297
|
+
"""
|
|
298
|
+
return pulumi.get(self, "system_data")
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
@pulumi.getter
|
|
302
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
303
|
+
"""
|
|
304
|
+
Resource tags
|
|
305
|
+
"""
|
|
306
|
+
return pulumi.get(self, "tags")
|
|
307
|
+
|
|
308
|
+
@property
|
|
309
|
+
@pulumi.getter
|
|
310
|
+
def type(self) -> pulumi.Output[str]:
|
|
311
|
+
"""
|
|
312
|
+
The resource type of the managed HSM Pool.
|
|
313
|
+
"""
|
|
314
|
+
return pulumi.get(self, "type")
|
|
315
|
+
|
|
@@ -0,0 +1,366 @@
|
|
|
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
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['MHSMPrivateEndpointConnectionArgs', 'MHSMPrivateEndpointConnection']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class MHSMPrivateEndpointConnectionArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
name: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
28
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
private_link_service_connection_state: Optional[pulumi.Input['MHSMPrivateLinkServiceConnectionStateArgs']] = None,
|
|
31
|
+
sku: Optional[pulumi.Input['ManagedHsmSkuArgs']] = None,
|
|
32
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
33
|
+
"""
|
|
34
|
+
The set of arguments for constructing a MHSMPrivateEndpointConnection resource.
|
|
35
|
+
:param pulumi.Input[str] name: Name of the managed HSM Pool
|
|
36
|
+
:param pulumi.Input[str] resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
37
|
+
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: Managed service identity (system assigned and/or user assigned identities)
|
|
38
|
+
:param pulumi.Input[str] location: The supported Azure location where the managed HSM Pool should be created.
|
|
39
|
+
:param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection associated with the managed hsm pool.
|
|
40
|
+
:param pulumi.Input['MHSMPrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Approval state of the private link connection.
|
|
41
|
+
:param pulumi.Input['ManagedHsmSkuArgs'] sku: SKU details
|
|
42
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
43
|
+
"""
|
|
44
|
+
pulumi.set(__self__, "name", name)
|
|
45
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
46
|
+
if identity is not None:
|
|
47
|
+
pulumi.set(__self__, "identity", identity)
|
|
48
|
+
if location is not None:
|
|
49
|
+
pulumi.set(__self__, "location", location)
|
|
50
|
+
if private_endpoint_connection_name is not None:
|
|
51
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
52
|
+
if private_link_service_connection_state is not None:
|
|
53
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
54
|
+
if sku is not None:
|
|
55
|
+
pulumi.set(__self__, "sku", sku)
|
|
56
|
+
if tags is not None:
|
|
57
|
+
pulumi.set(__self__, "tags", tags)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def name(self) -> pulumi.Input[str]:
|
|
62
|
+
"""
|
|
63
|
+
Name of the managed HSM Pool
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "name")
|
|
66
|
+
|
|
67
|
+
@name.setter
|
|
68
|
+
def name(self, value: pulumi.Input[str]):
|
|
69
|
+
pulumi.set(self, "name", value)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="resourceGroupName")
|
|
73
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
74
|
+
"""
|
|
75
|
+
Name of the resource group that contains the managed HSM pool.
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "resource_group_name")
|
|
78
|
+
|
|
79
|
+
@resource_group_name.setter
|
|
80
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
81
|
+
pulumi.set(self, "resource_group_name", value)
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
86
|
+
"""
|
|
87
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "identity")
|
|
90
|
+
|
|
91
|
+
@identity.setter
|
|
92
|
+
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
93
|
+
pulumi.set(self, "identity", value)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter
|
|
97
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
98
|
+
"""
|
|
99
|
+
The supported Azure location where the managed HSM Pool should be created.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "location")
|
|
102
|
+
|
|
103
|
+
@location.setter
|
|
104
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
105
|
+
pulumi.set(self, "location", value)
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
109
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
110
|
+
"""
|
|
111
|
+
Name of the private endpoint connection associated with the managed hsm pool.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
114
|
+
|
|
115
|
+
@private_endpoint_connection_name.setter
|
|
116
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
117
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
121
|
+
def private_link_service_connection_state(self) -> Optional[pulumi.Input['MHSMPrivateLinkServiceConnectionStateArgs']]:
|
|
122
|
+
"""
|
|
123
|
+
Approval state of the private link connection.
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
126
|
+
|
|
127
|
+
@private_link_service_connection_state.setter
|
|
128
|
+
def private_link_service_connection_state(self, value: Optional[pulumi.Input['MHSMPrivateLinkServiceConnectionStateArgs']]):
|
|
129
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter
|
|
133
|
+
def sku(self) -> Optional[pulumi.Input['ManagedHsmSkuArgs']]:
|
|
134
|
+
"""
|
|
135
|
+
SKU details
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "sku")
|
|
138
|
+
|
|
139
|
+
@sku.setter
|
|
140
|
+
def sku(self, value: Optional[pulumi.Input['ManagedHsmSkuArgs']]):
|
|
141
|
+
pulumi.set(self, "sku", value)
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter
|
|
145
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
146
|
+
"""
|
|
147
|
+
Resource tags
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "tags")
|
|
150
|
+
|
|
151
|
+
@tags.setter
|
|
152
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
153
|
+
pulumi.set(self, "tags", value)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
class MHSMPrivateEndpointConnection(pulumi.CustomResource):
|
|
157
|
+
@overload
|
|
158
|
+
def __init__(__self__,
|
|
159
|
+
resource_name: str,
|
|
160
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
161
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
162
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
163
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['MHSMPrivateLinkServiceConnectionStateArgs', 'MHSMPrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
166
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
sku: Optional[pulumi.Input[Union['ManagedHsmSkuArgs', 'ManagedHsmSkuArgsDict']]] = None,
|
|
168
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
169
|
+
__props__=None):
|
|
170
|
+
"""
|
|
171
|
+
Private endpoint connection resource.
|
|
172
|
+
|
|
173
|
+
:param str resource_name: The name of the resource.
|
|
174
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
175
|
+
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: Managed service identity (system assigned and/or user assigned identities)
|
|
176
|
+
:param pulumi.Input[str] location: The supported Azure location where the managed HSM Pool should be created.
|
|
177
|
+
:param pulumi.Input[str] name: Name of the managed HSM Pool
|
|
178
|
+
:param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection associated with the managed hsm pool.
|
|
179
|
+
:param pulumi.Input[Union['MHSMPrivateLinkServiceConnectionStateArgs', 'MHSMPrivateLinkServiceConnectionStateArgsDict']] private_link_service_connection_state: Approval state of the private link connection.
|
|
180
|
+
:param pulumi.Input[str] resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
181
|
+
:param pulumi.Input[Union['ManagedHsmSkuArgs', 'ManagedHsmSkuArgsDict']] sku: SKU details
|
|
182
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
183
|
+
"""
|
|
184
|
+
...
|
|
185
|
+
@overload
|
|
186
|
+
def __init__(__self__,
|
|
187
|
+
resource_name: str,
|
|
188
|
+
args: MHSMPrivateEndpointConnectionArgs,
|
|
189
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
190
|
+
"""
|
|
191
|
+
Private endpoint connection resource.
|
|
192
|
+
|
|
193
|
+
:param str resource_name: The name of the resource.
|
|
194
|
+
:param MHSMPrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
195
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
196
|
+
"""
|
|
197
|
+
...
|
|
198
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
199
|
+
resource_args, opts = _utilities.get_resource_args_opts(MHSMPrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
200
|
+
if resource_args is not None:
|
|
201
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
202
|
+
else:
|
|
203
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
204
|
+
|
|
205
|
+
def _internal_init(__self__,
|
|
206
|
+
resource_name: str,
|
|
207
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
208
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
209
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
210
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
211
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
212
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['MHSMPrivateLinkServiceConnectionStateArgs', 'MHSMPrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
213
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
214
|
+
sku: Optional[pulumi.Input[Union['ManagedHsmSkuArgs', 'ManagedHsmSkuArgsDict']]] = None,
|
|
215
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
216
|
+
__props__=None):
|
|
217
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
218
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
219
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
220
|
+
if opts.id is None:
|
|
221
|
+
if __props__ is not None:
|
|
222
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
223
|
+
__props__ = MHSMPrivateEndpointConnectionArgs.__new__(MHSMPrivateEndpointConnectionArgs)
|
|
224
|
+
|
|
225
|
+
__props__.__dict__["identity"] = identity
|
|
226
|
+
__props__.__dict__["location"] = location
|
|
227
|
+
if name is None and not opts.urn:
|
|
228
|
+
raise TypeError("Missing required property 'name'")
|
|
229
|
+
__props__.__dict__["name"] = name
|
|
230
|
+
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
231
|
+
__props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
|
|
232
|
+
if resource_group_name is None and not opts.urn:
|
|
233
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
234
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
235
|
+
__props__.__dict__["sku"] = sku
|
|
236
|
+
__props__.__dict__["tags"] = tags
|
|
237
|
+
__props__.__dict__["etag"] = None
|
|
238
|
+
__props__.__dict__["private_endpoint"] = None
|
|
239
|
+
__props__.__dict__["provisioning_state"] = None
|
|
240
|
+
__props__.__dict__["system_data"] = None
|
|
241
|
+
__props__.__dict__["type"] = None
|
|
242
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:keyvault:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20210401preview:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20210601preview:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20211001:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20211101preview:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20220201preview:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20220701:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20221101:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20230201:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20230701:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20240401preview:MHSMPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20241101:MHSMPrivateEndpointConnection")])
|
|
243
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
244
|
+
super(MHSMPrivateEndpointConnection, __self__).__init__(
|
|
245
|
+
'azure-native:keyvault/v20241201preview:MHSMPrivateEndpointConnection',
|
|
246
|
+
resource_name,
|
|
247
|
+
__props__,
|
|
248
|
+
opts)
|
|
249
|
+
|
|
250
|
+
@staticmethod
|
|
251
|
+
def get(resource_name: str,
|
|
252
|
+
id: pulumi.Input[str],
|
|
253
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MHSMPrivateEndpointConnection':
|
|
254
|
+
"""
|
|
255
|
+
Get an existing MHSMPrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
256
|
+
properties used to qualify the lookup.
|
|
257
|
+
|
|
258
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
259
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
260
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
261
|
+
"""
|
|
262
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
263
|
+
|
|
264
|
+
__props__ = MHSMPrivateEndpointConnectionArgs.__new__(MHSMPrivateEndpointConnectionArgs)
|
|
265
|
+
|
|
266
|
+
__props__.__dict__["etag"] = None
|
|
267
|
+
__props__.__dict__["identity"] = None
|
|
268
|
+
__props__.__dict__["location"] = None
|
|
269
|
+
__props__.__dict__["name"] = None
|
|
270
|
+
__props__.__dict__["private_endpoint"] = None
|
|
271
|
+
__props__.__dict__["private_link_service_connection_state"] = None
|
|
272
|
+
__props__.__dict__["provisioning_state"] = None
|
|
273
|
+
__props__.__dict__["sku"] = None
|
|
274
|
+
__props__.__dict__["system_data"] = None
|
|
275
|
+
__props__.__dict__["tags"] = None
|
|
276
|
+
__props__.__dict__["type"] = None
|
|
277
|
+
return MHSMPrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter
|
|
281
|
+
def etag(self) -> pulumi.Output[Optional[str]]:
|
|
282
|
+
"""
|
|
283
|
+
Modified whenever there is a change in the state of private endpoint connection.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "etag")
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter
|
|
289
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
290
|
+
"""
|
|
291
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "identity")
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter
|
|
297
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
298
|
+
"""
|
|
299
|
+
The supported Azure location where the managed HSM Pool should be created.
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "location")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter
|
|
305
|
+
def name(self) -> pulumi.Output[str]:
|
|
306
|
+
"""
|
|
307
|
+
The name of the managed HSM Pool.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "name")
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter(name="privateEndpoint")
|
|
313
|
+
def private_endpoint(self) -> pulumi.Output[Optional['outputs.MHSMPrivateEndpointResponse']]:
|
|
314
|
+
"""
|
|
315
|
+
Properties of the private endpoint object.
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "private_endpoint")
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
321
|
+
def private_link_service_connection_state(self) -> pulumi.Output[Optional['outputs.MHSMPrivateLinkServiceConnectionStateResponse']]:
|
|
322
|
+
"""
|
|
323
|
+
Approval state of the private link connection.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="provisioningState")
|
|
329
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
330
|
+
"""
|
|
331
|
+
Provisioning state of the private endpoint connection.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "provisioning_state")
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter
|
|
337
|
+
def sku(self) -> pulumi.Output[Optional['outputs.ManagedHsmSkuResponse']]:
|
|
338
|
+
"""
|
|
339
|
+
SKU details
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "sku")
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="systemData")
|
|
345
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
346
|
+
"""
|
|
347
|
+
Metadata pertaining to creation and last modification of the key vault resource.
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "system_data")
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter
|
|
353
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
354
|
+
"""
|
|
355
|
+
Resource tags
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "tags")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter
|
|
361
|
+
def type(self) -> pulumi.Output[str]:
|
|
362
|
+
"""
|
|
363
|
+
The resource type of the managed HSM Pool.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "type")
|
|
366
|
+
|