pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0a1737355563__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +73 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/batch/v20240701/_enums.py +1 -1
- pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
- pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
- pulumi_azure_native/batch/v20240701/outputs.py +8 -8
- pulumi_azure_native/batch/v20240701/pool.py +4 -4
- pulumi_azure_native/databasewatcher/__init__.py +3 -0
- pulumi_azure_native/databasewatcher/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
- pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_target.py +2 -2
- pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
- pulumi_azure_native/databasewatcher/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
- pulumi_azure_native/databasewatcher/target.py +3 -3
- pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
- pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
- pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
- pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
- pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
- pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
- pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
- pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
- pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
- pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
- pulumi_azure_native/databasewatcher/watcher.py +3 -3
- pulumi_azure_native/keyvault/__init__.py +6 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
- pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241101/key.py +329 -0
- pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
- pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
- pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +17 -16
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20250301/__init__.py +13 -0
- pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
- pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
- pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20250301/outputs.py +230 -0
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240601preview/service.py +1 -1
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
- pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
- pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
- pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
- pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
- pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
- pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
- pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
- pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
- pulumi_azure_native/search/v20250201preview/service.py +731 -0
- pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPrivateEndpointConnectionResult',
|
|
20
|
+
'AwaitableGetPrivateEndpointConnectionResult',
|
|
21
|
+
'get_private_endpoint_connection',
|
|
22
|
+
'get_private_endpoint_connection_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPrivateEndpointConnectionResult:
|
|
27
|
+
"""
|
|
28
|
+
Describes an existing private endpoint connection to the Azure AI Search service.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, name=None, properties=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 name and not isinstance(name, str):
|
|
35
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "name", name)
|
|
37
|
+
if properties and not isinstance(properties, dict):
|
|
38
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "properties", properties)
|
|
40
|
+
if type and not isinstance(type, str):
|
|
41
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
42
|
+
pulumi.set(__self__, "type", type)
|
|
43
|
+
|
|
44
|
+
@property
|
|
45
|
+
@pulumi.getter
|
|
46
|
+
def id(self) -> str:
|
|
47
|
+
"""
|
|
48
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
49
|
+
"""
|
|
50
|
+
return pulumi.get(self, "id")
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter
|
|
54
|
+
def name(self) -> str:
|
|
55
|
+
"""
|
|
56
|
+
The name of the resource
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "name")
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter
|
|
62
|
+
def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
|
|
63
|
+
"""
|
|
64
|
+
Describes the properties of an existing private endpoint connection to the Azure AI Search service.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "properties")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def type(self) -> str:
|
|
71
|
+
"""
|
|
72
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "type")
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
|
|
78
|
+
# pylint: disable=using-constant-test
|
|
79
|
+
def __await__(self):
|
|
80
|
+
if False:
|
|
81
|
+
yield self
|
|
82
|
+
return GetPrivateEndpointConnectionResult(
|
|
83
|
+
id=self.id,
|
|
84
|
+
name=self.name,
|
|
85
|
+
properties=self.properties,
|
|
86
|
+
type=self.type)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def get_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
|
|
90
|
+
resource_group_name: Optional[str] = None,
|
|
91
|
+
search_service_name: Optional[str] = None,
|
|
92
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
|
|
93
|
+
"""
|
|
94
|
+
Gets the details of the private endpoint connection to the search service in the given resource group.
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection to the Azure AI Search service with the specified resource group.
|
|
98
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
99
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
100
|
+
"""
|
|
101
|
+
__args__ = dict()
|
|
102
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
103
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
104
|
+
__args__['searchServiceName'] = search_service_name
|
|
105
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
106
|
+
__ret__ = pulumi.runtime.invoke('azure-native:search/v20250201preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
|
|
107
|
+
|
|
108
|
+
return AwaitableGetPrivateEndpointConnectionResult(
|
|
109
|
+
id=pulumi.get(__ret__, 'id'),
|
|
110
|
+
name=pulumi.get(__ret__, 'name'),
|
|
111
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
112
|
+
type=pulumi.get(__ret__, 'type'))
|
|
113
|
+
def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
search_service_name: Optional[pulumi.Input[str]] = None,
|
|
116
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
|
|
117
|
+
"""
|
|
118
|
+
Gets the details of the private endpoint connection to the search service in the given resource group.
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param str private_endpoint_connection_name: The name of the private endpoint connection to the Azure AI Search service with the specified resource group.
|
|
122
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
123
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
124
|
+
"""
|
|
125
|
+
__args__ = dict()
|
|
126
|
+
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
127
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
128
|
+
__args__['searchServiceName'] = search_service_name
|
|
129
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
130
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:search/v20250201preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult)
|
|
131
|
+
return __ret__.apply(lambda __response__: GetPrivateEndpointConnectionResult(
|
|
132
|
+
id=pulumi.get(__response__, 'id'),
|
|
133
|
+
name=pulumi.get(__response__, 'name'),
|
|
134
|
+
properties=pulumi.get(__response__, 'properties'),
|
|
135
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,465 @@
|
|
|
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
|
+
'GetServiceResult',
|
|
20
|
+
'AwaitableGetServiceResult',
|
|
21
|
+
'get_service',
|
|
22
|
+
'get_service_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetServiceResult:
|
|
27
|
+
"""
|
|
28
|
+
Describes an Azure AI Search service and its current state.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, auth_options=None, compute_type=None, disable_local_auth=None, disabled_data_exfiltration_options=None, e_tag=None, encryption_with_cmk=None, endpoint=None, hosting_mode=None, id=None, identity=None, location=None, name=None, network_rule_set=None, partition_count=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, replica_count=None, semantic_search=None, service_upgrade_date=None, shared_private_link_resources=None, sku=None, status=None, status_details=None, system_data=None, tags=None, type=None, upgrade_available=None):
|
|
31
|
+
if auth_options and not isinstance(auth_options, dict):
|
|
32
|
+
raise TypeError("Expected argument 'auth_options' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "auth_options", auth_options)
|
|
34
|
+
if compute_type and not isinstance(compute_type, str):
|
|
35
|
+
raise TypeError("Expected argument 'compute_type' to be a str")
|
|
36
|
+
pulumi.set(__self__, "compute_type", compute_type)
|
|
37
|
+
if disable_local_auth and not isinstance(disable_local_auth, bool):
|
|
38
|
+
raise TypeError("Expected argument 'disable_local_auth' to be a bool")
|
|
39
|
+
pulumi.set(__self__, "disable_local_auth", disable_local_auth)
|
|
40
|
+
if disabled_data_exfiltration_options and not isinstance(disabled_data_exfiltration_options, list):
|
|
41
|
+
raise TypeError("Expected argument 'disabled_data_exfiltration_options' to be a list")
|
|
42
|
+
pulumi.set(__self__, "disabled_data_exfiltration_options", disabled_data_exfiltration_options)
|
|
43
|
+
if e_tag and not isinstance(e_tag, str):
|
|
44
|
+
raise TypeError("Expected argument 'e_tag' to be a str")
|
|
45
|
+
pulumi.set(__self__, "e_tag", e_tag)
|
|
46
|
+
if encryption_with_cmk and not isinstance(encryption_with_cmk, dict):
|
|
47
|
+
raise TypeError("Expected argument 'encryption_with_cmk' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "encryption_with_cmk", encryption_with_cmk)
|
|
49
|
+
if endpoint and not isinstance(endpoint, str):
|
|
50
|
+
raise TypeError("Expected argument 'endpoint' to be a str")
|
|
51
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
52
|
+
if hosting_mode and not isinstance(hosting_mode, str):
|
|
53
|
+
raise TypeError("Expected argument 'hosting_mode' to be a str")
|
|
54
|
+
pulumi.set(__self__, "hosting_mode", hosting_mode)
|
|
55
|
+
if id and not isinstance(id, str):
|
|
56
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
57
|
+
pulumi.set(__self__, "id", id)
|
|
58
|
+
if identity and not isinstance(identity, dict):
|
|
59
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "identity", identity)
|
|
61
|
+
if location and not isinstance(location, str):
|
|
62
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
63
|
+
pulumi.set(__self__, "location", location)
|
|
64
|
+
if name and not isinstance(name, str):
|
|
65
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
66
|
+
pulumi.set(__self__, "name", name)
|
|
67
|
+
if network_rule_set and not isinstance(network_rule_set, dict):
|
|
68
|
+
raise TypeError("Expected argument 'network_rule_set' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "network_rule_set", network_rule_set)
|
|
70
|
+
if partition_count and not isinstance(partition_count, int):
|
|
71
|
+
raise TypeError("Expected argument 'partition_count' to be a int")
|
|
72
|
+
pulumi.set(__self__, "partition_count", partition_count)
|
|
73
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
74
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
75
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
76
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
77
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
78
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
79
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
80
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
81
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
82
|
+
if replica_count and not isinstance(replica_count, int):
|
|
83
|
+
raise TypeError("Expected argument 'replica_count' to be a int")
|
|
84
|
+
pulumi.set(__self__, "replica_count", replica_count)
|
|
85
|
+
if semantic_search and not isinstance(semantic_search, str):
|
|
86
|
+
raise TypeError("Expected argument 'semantic_search' to be a str")
|
|
87
|
+
pulumi.set(__self__, "semantic_search", semantic_search)
|
|
88
|
+
if service_upgrade_date and not isinstance(service_upgrade_date, str):
|
|
89
|
+
raise TypeError("Expected argument 'service_upgrade_date' to be a str")
|
|
90
|
+
pulumi.set(__self__, "service_upgrade_date", service_upgrade_date)
|
|
91
|
+
if shared_private_link_resources and not isinstance(shared_private_link_resources, list):
|
|
92
|
+
raise TypeError("Expected argument 'shared_private_link_resources' to be a list")
|
|
93
|
+
pulumi.set(__self__, "shared_private_link_resources", shared_private_link_resources)
|
|
94
|
+
if sku and not isinstance(sku, dict):
|
|
95
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
96
|
+
pulumi.set(__self__, "sku", sku)
|
|
97
|
+
if status and not isinstance(status, str):
|
|
98
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
99
|
+
pulumi.set(__self__, "status", status)
|
|
100
|
+
if status_details and not isinstance(status_details, str):
|
|
101
|
+
raise TypeError("Expected argument 'status_details' to be a str")
|
|
102
|
+
pulumi.set(__self__, "status_details", status_details)
|
|
103
|
+
if system_data and not isinstance(system_data, dict):
|
|
104
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
105
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
106
|
+
if tags and not isinstance(tags, dict):
|
|
107
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
108
|
+
pulumi.set(__self__, "tags", tags)
|
|
109
|
+
if type and not isinstance(type, str):
|
|
110
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
111
|
+
pulumi.set(__self__, "type", type)
|
|
112
|
+
if upgrade_available and not isinstance(upgrade_available, bool):
|
|
113
|
+
raise TypeError("Expected argument 'upgrade_available' to be a bool")
|
|
114
|
+
pulumi.set(__self__, "upgrade_available", upgrade_available)
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="authOptions")
|
|
118
|
+
def auth_options(self) -> Optional['outputs.DataPlaneAuthOptionsResponse']:
|
|
119
|
+
"""
|
|
120
|
+
Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "auth_options")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="computeType")
|
|
126
|
+
def compute_type(self) -> Optional[str]:
|
|
127
|
+
"""
|
|
128
|
+
Configure this property to support the search service using either the default compute or Azure Confidential Compute.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "compute_type")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter(name="disableLocalAuth")
|
|
134
|
+
def disable_local_auth(self) -> Optional[bool]:
|
|
135
|
+
"""
|
|
136
|
+
When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "disable_local_auth")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="disabledDataExfiltrationOptions")
|
|
142
|
+
def disabled_data_exfiltration_options(self) -> Optional[Sequence[str]]:
|
|
143
|
+
"""
|
|
144
|
+
A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "disabled_data_exfiltration_options")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="eTag")
|
|
150
|
+
def e_tag(self) -> str:
|
|
151
|
+
"""
|
|
152
|
+
A system generated property representing the service's etag that can be for optimistic concurrency control during updates.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "e_tag")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="encryptionWithCmk")
|
|
158
|
+
def encryption_with_cmk(self) -> Optional['outputs.EncryptionWithCmkResponse']:
|
|
159
|
+
"""
|
|
160
|
+
Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "encryption_with_cmk")
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter
|
|
166
|
+
def endpoint(self) -> Optional[str]:
|
|
167
|
+
"""
|
|
168
|
+
The endpoint of the Azure AI Search service.
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "endpoint")
|
|
171
|
+
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter(name="hostingMode")
|
|
174
|
+
def hosting_mode(self) -> Optional[str]:
|
|
175
|
+
"""
|
|
176
|
+
Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "hosting_mode")
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter
|
|
182
|
+
def id(self) -> str:
|
|
183
|
+
"""
|
|
184
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "id")
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter
|
|
190
|
+
def identity(self) -> Optional['outputs.IdentityResponse']:
|
|
191
|
+
"""
|
|
192
|
+
The identity of the resource.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "identity")
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter
|
|
198
|
+
def location(self) -> str:
|
|
199
|
+
"""
|
|
200
|
+
The geo-location where the resource lives
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "location")
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter
|
|
206
|
+
def name(self) -> str:
|
|
207
|
+
"""
|
|
208
|
+
The name of the resource
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "name")
|
|
211
|
+
|
|
212
|
+
@property
|
|
213
|
+
@pulumi.getter(name="networkRuleSet")
|
|
214
|
+
def network_rule_set(self) -> Optional['outputs.NetworkRuleSetResponse']:
|
|
215
|
+
"""
|
|
216
|
+
Network specific rules that determine how the Azure AI Search service may be reached.
|
|
217
|
+
"""
|
|
218
|
+
return pulumi.get(self, "network_rule_set")
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter(name="partitionCount")
|
|
222
|
+
def partition_count(self) -> Optional[int]:
|
|
223
|
+
"""
|
|
224
|
+
The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "partition_count")
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
230
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
231
|
+
"""
|
|
232
|
+
The list of private endpoint connections to the Azure AI Search service.
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
235
|
+
|
|
236
|
+
@property
|
|
237
|
+
@pulumi.getter(name="provisioningState")
|
|
238
|
+
def provisioning_state(self) -> str:
|
|
239
|
+
"""
|
|
240
|
+
The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.
|
|
241
|
+
"""
|
|
242
|
+
return pulumi.get(self, "provisioning_state")
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
246
|
+
def public_network_access(self) -> Optional[str]:
|
|
247
|
+
"""
|
|
248
|
+
This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
|
|
249
|
+
"""
|
|
250
|
+
return pulumi.get(self, "public_network_access")
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter(name="replicaCount")
|
|
254
|
+
def replica_count(self) -> Optional[int]:
|
|
255
|
+
"""
|
|
256
|
+
The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
|
|
257
|
+
"""
|
|
258
|
+
return pulumi.get(self, "replica_count")
|
|
259
|
+
|
|
260
|
+
@property
|
|
261
|
+
@pulumi.getter(name="semanticSearch")
|
|
262
|
+
def semantic_search(self) -> Optional[str]:
|
|
263
|
+
"""
|
|
264
|
+
Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
|
|
265
|
+
"""
|
|
266
|
+
return pulumi.get(self, "semantic_search")
|
|
267
|
+
|
|
268
|
+
@property
|
|
269
|
+
@pulumi.getter(name="serviceUpgradeDate")
|
|
270
|
+
def service_upgrade_date(self) -> str:
|
|
271
|
+
"""
|
|
272
|
+
The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time.
|
|
273
|
+
"""
|
|
274
|
+
return pulumi.get(self, "service_upgrade_date")
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter(name="sharedPrivateLinkResources")
|
|
278
|
+
def shared_private_link_resources(self) -> Sequence['outputs.SharedPrivateLinkResourceResponse']:
|
|
279
|
+
"""
|
|
280
|
+
The list of shared private link resources managed by the Azure AI Search service.
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "shared_private_link_resources")
|
|
283
|
+
|
|
284
|
+
@property
|
|
285
|
+
@pulumi.getter
|
|
286
|
+
def sku(self) -> Optional['outputs.SkuResponse']:
|
|
287
|
+
"""
|
|
288
|
+
The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service.
|
|
289
|
+
"""
|
|
290
|
+
return pulumi.get(self, "sku")
|
|
291
|
+
|
|
292
|
+
@property
|
|
293
|
+
@pulumi.getter
|
|
294
|
+
def status(self) -> str:
|
|
295
|
+
"""
|
|
296
|
+
The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
|
|
297
|
+
"""
|
|
298
|
+
return pulumi.get(self, "status")
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
@pulumi.getter(name="statusDetails")
|
|
302
|
+
def status_details(self) -> str:
|
|
303
|
+
"""
|
|
304
|
+
The details of the search service status.
|
|
305
|
+
"""
|
|
306
|
+
return pulumi.get(self, "status_details")
|
|
307
|
+
|
|
308
|
+
@property
|
|
309
|
+
@pulumi.getter(name="systemData")
|
|
310
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
311
|
+
"""
|
|
312
|
+
Azure Resource Manager metadata of the search service containing createdBy and modifiedBy information.
|
|
313
|
+
"""
|
|
314
|
+
return pulumi.get(self, "system_data")
|
|
315
|
+
|
|
316
|
+
@property
|
|
317
|
+
@pulumi.getter
|
|
318
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
319
|
+
"""
|
|
320
|
+
Resource tags.
|
|
321
|
+
"""
|
|
322
|
+
return pulumi.get(self, "tags")
|
|
323
|
+
|
|
324
|
+
@property
|
|
325
|
+
@pulumi.getter
|
|
326
|
+
def type(self) -> str:
|
|
327
|
+
"""
|
|
328
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
329
|
+
"""
|
|
330
|
+
return pulumi.get(self, "type")
|
|
331
|
+
|
|
332
|
+
@property
|
|
333
|
+
@pulumi.getter(name="upgradeAvailable")
|
|
334
|
+
def upgrade_available(self) -> bool:
|
|
335
|
+
"""
|
|
336
|
+
Indicates whether or not the search service has an upgrade available.
|
|
337
|
+
"""
|
|
338
|
+
return pulumi.get(self, "upgrade_available")
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
class AwaitableGetServiceResult(GetServiceResult):
|
|
342
|
+
# pylint: disable=using-constant-test
|
|
343
|
+
def __await__(self):
|
|
344
|
+
if False:
|
|
345
|
+
yield self
|
|
346
|
+
return GetServiceResult(
|
|
347
|
+
auth_options=self.auth_options,
|
|
348
|
+
compute_type=self.compute_type,
|
|
349
|
+
disable_local_auth=self.disable_local_auth,
|
|
350
|
+
disabled_data_exfiltration_options=self.disabled_data_exfiltration_options,
|
|
351
|
+
e_tag=self.e_tag,
|
|
352
|
+
encryption_with_cmk=self.encryption_with_cmk,
|
|
353
|
+
endpoint=self.endpoint,
|
|
354
|
+
hosting_mode=self.hosting_mode,
|
|
355
|
+
id=self.id,
|
|
356
|
+
identity=self.identity,
|
|
357
|
+
location=self.location,
|
|
358
|
+
name=self.name,
|
|
359
|
+
network_rule_set=self.network_rule_set,
|
|
360
|
+
partition_count=self.partition_count,
|
|
361
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
362
|
+
provisioning_state=self.provisioning_state,
|
|
363
|
+
public_network_access=self.public_network_access,
|
|
364
|
+
replica_count=self.replica_count,
|
|
365
|
+
semantic_search=self.semantic_search,
|
|
366
|
+
service_upgrade_date=self.service_upgrade_date,
|
|
367
|
+
shared_private_link_resources=self.shared_private_link_resources,
|
|
368
|
+
sku=self.sku,
|
|
369
|
+
status=self.status,
|
|
370
|
+
status_details=self.status_details,
|
|
371
|
+
system_data=self.system_data,
|
|
372
|
+
tags=self.tags,
|
|
373
|
+
type=self.type,
|
|
374
|
+
upgrade_available=self.upgrade_available)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
def get_service(resource_group_name: Optional[str] = None,
|
|
378
|
+
search_service_name: Optional[str] = None,
|
|
379
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceResult:
|
|
380
|
+
"""
|
|
381
|
+
Gets the search service with the given name in the given resource group.
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
385
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
386
|
+
"""
|
|
387
|
+
__args__ = dict()
|
|
388
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
389
|
+
__args__['searchServiceName'] = search_service_name
|
|
390
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
391
|
+
__ret__ = pulumi.runtime.invoke('azure-native:search/v20250201preview:getService', __args__, opts=opts, typ=GetServiceResult).value
|
|
392
|
+
|
|
393
|
+
return AwaitableGetServiceResult(
|
|
394
|
+
auth_options=pulumi.get(__ret__, 'auth_options'),
|
|
395
|
+
compute_type=pulumi.get(__ret__, 'compute_type'),
|
|
396
|
+
disable_local_auth=pulumi.get(__ret__, 'disable_local_auth'),
|
|
397
|
+
disabled_data_exfiltration_options=pulumi.get(__ret__, 'disabled_data_exfiltration_options'),
|
|
398
|
+
e_tag=pulumi.get(__ret__, 'e_tag'),
|
|
399
|
+
encryption_with_cmk=pulumi.get(__ret__, 'encryption_with_cmk'),
|
|
400
|
+
endpoint=pulumi.get(__ret__, 'endpoint'),
|
|
401
|
+
hosting_mode=pulumi.get(__ret__, 'hosting_mode'),
|
|
402
|
+
id=pulumi.get(__ret__, 'id'),
|
|
403
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
404
|
+
location=pulumi.get(__ret__, 'location'),
|
|
405
|
+
name=pulumi.get(__ret__, 'name'),
|
|
406
|
+
network_rule_set=pulumi.get(__ret__, 'network_rule_set'),
|
|
407
|
+
partition_count=pulumi.get(__ret__, 'partition_count'),
|
|
408
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
409
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
410
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
411
|
+
replica_count=pulumi.get(__ret__, 'replica_count'),
|
|
412
|
+
semantic_search=pulumi.get(__ret__, 'semantic_search'),
|
|
413
|
+
service_upgrade_date=pulumi.get(__ret__, 'service_upgrade_date'),
|
|
414
|
+
shared_private_link_resources=pulumi.get(__ret__, 'shared_private_link_resources'),
|
|
415
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
416
|
+
status=pulumi.get(__ret__, 'status'),
|
|
417
|
+
status_details=pulumi.get(__ret__, 'status_details'),
|
|
418
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
419
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
420
|
+
type=pulumi.get(__ret__, 'type'),
|
|
421
|
+
upgrade_available=pulumi.get(__ret__, 'upgrade_available'))
|
|
422
|
+
def get_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
423
|
+
search_service_name: Optional[pulumi.Input[str]] = None,
|
|
424
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceResult]:
|
|
425
|
+
"""
|
|
426
|
+
Gets the search service with the given name in the given resource group.
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
|
|
430
|
+
:param str search_service_name: The name of the Azure AI Search service associated with the specified resource group.
|
|
431
|
+
"""
|
|
432
|
+
__args__ = dict()
|
|
433
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
434
|
+
__args__['searchServiceName'] = search_service_name
|
|
435
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
436
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:search/v20250201preview:getService', __args__, opts=opts, typ=GetServiceResult)
|
|
437
|
+
return __ret__.apply(lambda __response__: GetServiceResult(
|
|
438
|
+
auth_options=pulumi.get(__response__, 'auth_options'),
|
|
439
|
+
compute_type=pulumi.get(__response__, 'compute_type'),
|
|
440
|
+
disable_local_auth=pulumi.get(__response__, 'disable_local_auth'),
|
|
441
|
+
disabled_data_exfiltration_options=pulumi.get(__response__, 'disabled_data_exfiltration_options'),
|
|
442
|
+
e_tag=pulumi.get(__response__, 'e_tag'),
|
|
443
|
+
encryption_with_cmk=pulumi.get(__response__, 'encryption_with_cmk'),
|
|
444
|
+
endpoint=pulumi.get(__response__, 'endpoint'),
|
|
445
|
+
hosting_mode=pulumi.get(__response__, 'hosting_mode'),
|
|
446
|
+
id=pulumi.get(__response__, 'id'),
|
|
447
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
448
|
+
location=pulumi.get(__response__, 'location'),
|
|
449
|
+
name=pulumi.get(__response__, 'name'),
|
|
450
|
+
network_rule_set=pulumi.get(__response__, 'network_rule_set'),
|
|
451
|
+
partition_count=pulumi.get(__response__, 'partition_count'),
|
|
452
|
+
private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
|
|
453
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
454
|
+
public_network_access=pulumi.get(__response__, 'public_network_access'),
|
|
455
|
+
replica_count=pulumi.get(__response__, 'replica_count'),
|
|
456
|
+
semantic_search=pulumi.get(__response__, 'semantic_search'),
|
|
457
|
+
service_upgrade_date=pulumi.get(__response__, 'service_upgrade_date'),
|
|
458
|
+
shared_private_link_resources=pulumi.get(__response__, 'shared_private_link_resources'),
|
|
459
|
+
sku=pulumi.get(__response__, 'sku'),
|
|
460
|
+
status=pulumi.get(__response__, 'status'),
|
|
461
|
+
status_details=pulumi.get(__response__, 'status_details'),
|
|
462
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
463
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
464
|
+
type=pulumi.get(__response__, 'type'),
|
|
465
|
+
upgrade_available=pulumi.get(__response__, 'upgrade_available')))
|