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,272 @@
|
|
|
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
|
+
'GetKeyResult',
|
|
20
|
+
'AwaitableGetKeyResult',
|
|
21
|
+
'get_key',
|
|
22
|
+
'get_key_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetKeyResult:
|
|
27
|
+
"""
|
|
28
|
+
The key resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, attributes=None, curve_name=None, id=None, key_ops=None, key_size=None, key_uri=None, key_uri_with_version=None, kty=None, location=None, name=None, release_policy=None, rotation_policy=None, tags=None, type=None):
|
|
31
|
+
if attributes and not isinstance(attributes, dict):
|
|
32
|
+
raise TypeError("Expected argument 'attributes' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "attributes", attributes)
|
|
34
|
+
if curve_name and not isinstance(curve_name, str):
|
|
35
|
+
raise TypeError("Expected argument 'curve_name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "curve_name", curve_name)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
40
|
+
if key_ops and not isinstance(key_ops, list):
|
|
41
|
+
raise TypeError("Expected argument 'key_ops' to be a list")
|
|
42
|
+
pulumi.set(__self__, "key_ops", key_ops)
|
|
43
|
+
if key_size and not isinstance(key_size, int):
|
|
44
|
+
raise TypeError("Expected argument 'key_size' to be a int")
|
|
45
|
+
pulumi.set(__self__, "key_size", key_size)
|
|
46
|
+
if key_uri and not isinstance(key_uri, str):
|
|
47
|
+
raise TypeError("Expected argument 'key_uri' to be a str")
|
|
48
|
+
pulumi.set(__self__, "key_uri", key_uri)
|
|
49
|
+
if key_uri_with_version and not isinstance(key_uri_with_version, str):
|
|
50
|
+
raise TypeError("Expected argument 'key_uri_with_version' to be a str")
|
|
51
|
+
pulumi.set(__self__, "key_uri_with_version", key_uri_with_version)
|
|
52
|
+
if kty and not isinstance(kty, str):
|
|
53
|
+
raise TypeError("Expected argument 'kty' to be a str")
|
|
54
|
+
pulumi.set(__self__, "kty", kty)
|
|
55
|
+
if location and not isinstance(location, str):
|
|
56
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
57
|
+
pulumi.set(__self__, "location", location)
|
|
58
|
+
if name and not isinstance(name, str):
|
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if release_policy and not isinstance(release_policy, dict):
|
|
62
|
+
raise TypeError("Expected argument 'release_policy' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "release_policy", release_policy)
|
|
64
|
+
if rotation_policy and not isinstance(rotation_policy, dict):
|
|
65
|
+
raise TypeError("Expected argument 'rotation_policy' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "rotation_policy", rotation_policy)
|
|
67
|
+
if tags and not isinstance(tags, dict):
|
|
68
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "tags", tags)
|
|
70
|
+
if type and not isinstance(type, str):
|
|
71
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
72
|
+
pulumi.set(__self__, "type", type)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def attributes(self) -> Optional['outputs.KeyAttributesResponse']:
|
|
77
|
+
"""
|
|
78
|
+
The attributes of the key.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "attributes")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="curveName")
|
|
84
|
+
def curve_name(self) -> Optional[str]:
|
|
85
|
+
"""
|
|
86
|
+
The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "curve_name")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def id(self) -> str:
|
|
93
|
+
"""
|
|
94
|
+
Fully qualified identifier of the key vault resource.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "id")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="keyOps")
|
|
100
|
+
def key_ops(self) -> Optional[Sequence[str]]:
|
|
101
|
+
return pulumi.get(self, "key_ops")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="keySize")
|
|
105
|
+
def key_size(self) -> Optional[int]:
|
|
106
|
+
"""
|
|
107
|
+
The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "key_size")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="keyUri")
|
|
113
|
+
def key_uri(self) -> str:
|
|
114
|
+
"""
|
|
115
|
+
The URI to retrieve the current version of the key.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "key_uri")
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter(name="keyUriWithVersion")
|
|
121
|
+
def key_uri_with_version(self) -> str:
|
|
122
|
+
"""
|
|
123
|
+
The URI to retrieve the specific version of the key.
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "key_uri_with_version")
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter
|
|
129
|
+
def kty(self) -> Optional[str]:
|
|
130
|
+
"""
|
|
131
|
+
The type of the key. For valid values, see JsonWebKeyType.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "kty")
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter
|
|
137
|
+
def location(self) -> str:
|
|
138
|
+
"""
|
|
139
|
+
Azure location of the key vault resource.
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "location")
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter
|
|
145
|
+
def name(self) -> str:
|
|
146
|
+
"""
|
|
147
|
+
Name of the key vault resource.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "name")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter(name="releasePolicy")
|
|
153
|
+
def release_policy(self) -> Optional['outputs.KeyReleasePolicyResponse']:
|
|
154
|
+
"""
|
|
155
|
+
Key release policy in response. It will be used for both output and input. Omitted if empty
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "release_policy")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="rotationPolicy")
|
|
161
|
+
def rotation_policy(self) -> Optional['outputs.RotationPolicyResponse']:
|
|
162
|
+
"""
|
|
163
|
+
Key rotation policy in response. It will be used for both output and input. Omitted if empty
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "rotation_policy")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter
|
|
169
|
+
def tags(self) -> Mapping[str, str]:
|
|
170
|
+
"""
|
|
171
|
+
Tags assigned to the key vault resource.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "tags")
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter
|
|
177
|
+
def type(self) -> str:
|
|
178
|
+
"""
|
|
179
|
+
Resource type of the key vault resource.
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "type")
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
class AwaitableGetKeyResult(GetKeyResult):
|
|
185
|
+
# pylint: disable=using-constant-test
|
|
186
|
+
def __await__(self):
|
|
187
|
+
if False:
|
|
188
|
+
yield self
|
|
189
|
+
return GetKeyResult(
|
|
190
|
+
attributes=self.attributes,
|
|
191
|
+
curve_name=self.curve_name,
|
|
192
|
+
id=self.id,
|
|
193
|
+
key_ops=self.key_ops,
|
|
194
|
+
key_size=self.key_size,
|
|
195
|
+
key_uri=self.key_uri,
|
|
196
|
+
key_uri_with_version=self.key_uri_with_version,
|
|
197
|
+
kty=self.kty,
|
|
198
|
+
location=self.location,
|
|
199
|
+
name=self.name,
|
|
200
|
+
release_policy=self.release_policy,
|
|
201
|
+
rotation_policy=self.rotation_policy,
|
|
202
|
+
tags=self.tags,
|
|
203
|
+
type=self.type)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
def get_key(key_name: Optional[str] = None,
|
|
207
|
+
resource_group_name: Optional[str] = None,
|
|
208
|
+
vault_name: Optional[str] = None,
|
|
209
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKeyResult:
|
|
210
|
+
"""
|
|
211
|
+
Gets the current version of the specified key from the specified key vault.
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
:param str key_name: The name of the key to be retrieved.
|
|
215
|
+
:param str resource_group_name: The name of the resource group which contains the specified key vault.
|
|
216
|
+
:param str vault_name: The name of the vault which contains the key to be retrieved.
|
|
217
|
+
"""
|
|
218
|
+
__args__ = dict()
|
|
219
|
+
__args__['keyName'] = key_name
|
|
220
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
221
|
+
__args__['vaultName'] = vault_name
|
|
222
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
223
|
+
__ret__ = pulumi.runtime.invoke('azure-native:keyvault/v20241201preview:getKey', __args__, opts=opts, typ=GetKeyResult).value
|
|
224
|
+
|
|
225
|
+
return AwaitableGetKeyResult(
|
|
226
|
+
attributes=pulumi.get(__ret__, 'attributes'),
|
|
227
|
+
curve_name=pulumi.get(__ret__, 'curve_name'),
|
|
228
|
+
id=pulumi.get(__ret__, 'id'),
|
|
229
|
+
key_ops=pulumi.get(__ret__, 'key_ops'),
|
|
230
|
+
key_size=pulumi.get(__ret__, 'key_size'),
|
|
231
|
+
key_uri=pulumi.get(__ret__, 'key_uri'),
|
|
232
|
+
key_uri_with_version=pulumi.get(__ret__, 'key_uri_with_version'),
|
|
233
|
+
kty=pulumi.get(__ret__, 'kty'),
|
|
234
|
+
location=pulumi.get(__ret__, 'location'),
|
|
235
|
+
name=pulumi.get(__ret__, 'name'),
|
|
236
|
+
release_policy=pulumi.get(__ret__, 'release_policy'),
|
|
237
|
+
rotation_policy=pulumi.get(__ret__, 'rotation_policy'),
|
|
238
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
239
|
+
type=pulumi.get(__ret__, 'type'))
|
|
240
|
+
def get_key_output(key_name: Optional[pulumi.Input[str]] = None,
|
|
241
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
242
|
+
vault_name: Optional[pulumi.Input[str]] = None,
|
|
243
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKeyResult]:
|
|
244
|
+
"""
|
|
245
|
+
Gets the current version of the specified key from the specified key vault.
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
:param str key_name: The name of the key to be retrieved.
|
|
249
|
+
:param str resource_group_name: The name of the resource group which contains the specified key vault.
|
|
250
|
+
:param str vault_name: The name of the vault which contains the key to be retrieved.
|
|
251
|
+
"""
|
|
252
|
+
__args__ = dict()
|
|
253
|
+
__args__['keyName'] = key_name
|
|
254
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
255
|
+
__args__['vaultName'] = vault_name
|
|
256
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
257
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:keyvault/v20241201preview:getKey', __args__, opts=opts, typ=GetKeyResult)
|
|
258
|
+
return __ret__.apply(lambda __response__: GetKeyResult(
|
|
259
|
+
attributes=pulumi.get(__response__, 'attributes'),
|
|
260
|
+
curve_name=pulumi.get(__response__, 'curve_name'),
|
|
261
|
+
id=pulumi.get(__response__, 'id'),
|
|
262
|
+
key_ops=pulumi.get(__response__, 'key_ops'),
|
|
263
|
+
key_size=pulumi.get(__response__, 'key_size'),
|
|
264
|
+
key_uri=pulumi.get(__response__, 'key_uri'),
|
|
265
|
+
key_uri_with_version=pulumi.get(__response__, 'key_uri_with_version'),
|
|
266
|
+
kty=pulumi.get(__response__, 'kty'),
|
|
267
|
+
location=pulumi.get(__response__, 'location'),
|
|
268
|
+
name=pulumi.get(__response__, 'name'),
|
|
269
|
+
release_policy=pulumi.get(__response__, 'release_policy'),
|
|
270
|
+
rotation_policy=pulumi.get(__response__, 'rotation_policy'),
|
|
271
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
272
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,199 @@
|
|
|
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
|
+
'GetManagedHsmResult',
|
|
20
|
+
'AwaitableGetManagedHsmResult',
|
|
21
|
+
'get_managed_hsm',
|
|
22
|
+
'get_managed_hsm_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetManagedHsmResult:
|
|
27
|
+
"""
|
|
28
|
+
Resource information with extended details.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, identity=None, location=None, name=None, properties=None, sku=None, system_data=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 identity and not isinstance(identity, dict):
|
|
35
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "identity", identity)
|
|
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 properties and not isinstance(properties, dict):
|
|
44
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "properties", properties)
|
|
46
|
+
if sku and not isinstance(sku, dict):
|
|
47
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "sku", sku)
|
|
49
|
+
if system_data and not isinstance(system_data, dict):
|
|
50
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
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 id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
The Azure Resource Manager resource ID for the managed HSM Pool.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
70
|
+
"""
|
|
71
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "identity")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def location(self) -> Optional[str]:
|
|
78
|
+
"""
|
|
79
|
+
The supported Azure location where the managed HSM Pool should be created.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "location")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def name(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
The name of the managed HSM Pool.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "name")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def properties(self) -> 'outputs.ManagedHsmPropertiesResponse':
|
|
94
|
+
"""
|
|
95
|
+
Properties of the managed HSM
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "properties")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter
|
|
101
|
+
def sku(self) -> Optional['outputs.ManagedHsmSkuResponse']:
|
|
102
|
+
"""
|
|
103
|
+
SKU details
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "sku")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="systemData")
|
|
109
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
110
|
+
"""
|
|
111
|
+
Metadata pertaining to creation and last modification of the key vault resource.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "system_data")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter
|
|
117
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
118
|
+
"""
|
|
119
|
+
Resource tags
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "tags")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def type(self) -> str:
|
|
126
|
+
"""
|
|
127
|
+
The resource type of the managed HSM Pool.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "type")
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class AwaitableGetManagedHsmResult(GetManagedHsmResult):
|
|
133
|
+
# pylint: disable=using-constant-test
|
|
134
|
+
def __await__(self):
|
|
135
|
+
if False:
|
|
136
|
+
yield self
|
|
137
|
+
return GetManagedHsmResult(
|
|
138
|
+
id=self.id,
|
|
139
|
+
identity=self.identity,
|
|
140
|
+
location=self.location,
|
|
141
|
+
name=self.name,
|
|
142
|
+
properties=self.properties,
|
|
143
|
+
sku=self.sku,
|
|
144
|
+
system_data=self.system_data,
|
|
145
|
+
tags=self.tags,
|
|
146
|
+
type=self.type)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def get_managed_hsm(name: Optional[str] = None,
|
|
150
|
+
resource_group_name: Optional[str] = None,
|
|
151
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedHsmResult:
|
|
152
|
+
"""
|
|
153
|
+
Gets the specified managed HSM Pool.
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
:param str name: The name of the managed HSM Pool.
|
|
157
|
+
:param str resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
158
|
+
"""
|
|
159
|
+
__args__ = dict()
|
|
160
|
+
__args__['name'] = name
|
|
161
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
162
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
163
|
+
__ret__ = pulumi.runtime.invoke('azure-native:keyvault/v20241201preview:getManagedHsm', __args__, opts=opts, typ=GetManagedHsmResult).value
|
|
164
|
+
|
|
165
|
+
return AwaitableGetManagedHsmResult(
|
|
166
|
+
id=pulumi.get(__ret__, 'id'),
|
|
167
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
168
|
+
location=pulumi.get(__ret__, 'location'),
|
|
169
|
+
name=pulumi.get(__ret__, 'name'),
|
|
170
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
171
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
172
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
173
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
174
|
+
type=pulumi.get(__ret__, 'type'))
|
|
175
|
+
def get_managed_hsm_output(name: Optional[pulumi.Input[str]] = None,
|
|
176
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
177
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetManagedHsmResult]:
|
|
178
|
+
"""
|
|
179
|
+
Gets the specified managed HSM Pool.
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
:param str name: The name of the managed HSM Pool.
|
|
183
|
+
:param str resource_group_name: Name of the resource group that contains the managed HSM pool.
|
|
184
|
+
"""
|
|
185
|
+
__args__ = dict()
|
|
186
|
+
__args__['name'] = name
|
|
187
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
188
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
189
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:keyvault/v20241201preview:getManagedHsm', __args__, opts=opts, typ=GetManagedHsmResult)
|
|
190
|
+
return __ret__.apply(lambda __response__: GetManagedHsmResult(
|
|
191
|
+
id=pulumi.get(__response__, 'id'),
|
|
192
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
193
|
+
location=pulumi.get(__response__, 'location'),
|
|
194
|
+
name=pulumi.get(__response__, 'name'),
|
|
195
|
+
properties=pulumi.get(__response__, 'properties'),
|
|
196
|
+
sku=pulumi.get(__response__, 'sku'),
|
|
197
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
198
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
199
|
+
type=pulumi.get(__response__, 'type')))
|