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
|
@@ -362,7 +362,7 @@ if not MYPY:
|
|
|
362
362
|
"""
|
|
363
363
|
enable_automatic_os_upgrade: NotRequired[pulumi.Input[bool]]
|
|
364
364
|
"""
|
|
365
|
-
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/
|
|
365
|
+
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
|
|
366
366
|
"""
|
|
367
367
|
os_rolling_upgrade_deferral: NotRequired[pulumi.Input[bool]]
|
|
368
368
|
"""
|
|
@@ -385,7 +385,7 @@ class AutomaticOSUpgradePolicyArgs:
|
|
|
385
385
|
"""
|
|
386
386
|
The configuration parameters used for performing automatic OS upgrade.
|
|
387
387
|
:param pulumi.Input[bool] disable_automatic_rollback: Whether OS image rollback feature should be disabled.
|
|
388
|
-
:param pulumi.Input[bool] enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/
|
|
388
|
+
:param pulumi.Input[bool] enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
|
|
389
389
|
:param pulumi.Input[bool] os_rolling_upgrade_deferral: Defer OS upgrades on the TVMs if they are running tasks.
|
|
390
390
|
:param pulumi.Input[bool] use_rolling_upgrade_policy: Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS.
|
|
391
391
|
"""
|
|
@@ -414,7 +414,7 @@ class AutomaticOSUpgradePolicyArgs:
|
|
|
414
414
|
@pulumi.getter(name="enableAutomaticOSUpgrade")
|
|
415
415
|
def enable_automatic_os_upgrade(self) -> Optional[pulumi.Input[bool]]:
|
|
416
416
|
"""
|
|
417
|
-
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/
|
|
417
|
+
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
|
|
418
418
|
"""
|
|
419
419
|
return pulumi.get(self, "enable_automatic_os_upgrade")
|
|
420
420
|
|
|
@@ -1318,7 +1318,7 @@ if not MYPY:
|
|
|
1318
1318
|
class DiffDiskSettingsArgsDict(TypedDict):
|
|
1319
1319
|
placement: NotRequired[pulumi.Input['DiffDiskPlacement']]
|
|
1320
1320
|
"""
|
|
1321
|
-
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://
|
|
1321
|
+
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
|
|
1322
1322
|
"""
|
|
1323
1323
|
elif False:
|
|
1324
1324
|
DiffDiskSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1328,7 +1328,7 @@ class DiffDiskSettingsArgs:
|
|
|
1328
1328
|
def __init__(__self__, *,
|
|
1329
1329
|
placement: Optional[pulumi.Input['DiffDiskPlacement']] = None):
|
|
1330
1330
|
"""
|
|
1331
|
-
:param pulumi.Input['DiffDiskPlacement'] placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://
|
|
1331
|
+
:param pulumi.Input['DiffDiskPlacement'] placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
|
|
1332
1332
|
"""
|
|
1333
1333
|
if placement is not None:
|
|
1334
1334
|
pulumi.set(__self__, "placement", placement)
|
|
@@ -1337,7 +1337,7 @@ class DiffDiskSettingsArgs:
|
|
|
1337
1337
|
@pulumi.getter
|
|
1338
1338
|
def placement(self) -> Optional[pulumi.Input['DiffDiskPlacement']]:
|
|
1339
1339
|
"""
|
|
1340
|
-
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://
|
|
1340
|
+
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
|
|
1341
1341
|
"""
|
|
1342
1342
|
return pulumi.get(self, "placement")
|
|
1343
1343
|
|
|
@@ -1684,7 +1684,7 @@ if not MYPY:
|
|
|
1684
1684
|
"""
|
|
1685
1685
|
id: NotRequired[pulumi.Input[str]]
|
|
1686
1686
|
"""
|
|
1687
|
-
This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://
|
|
1687
|
+
This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
|
|
1688
1688
|
"""
|
|
1689
1689
|
offer: NotRequired[pulumi.Input[str]]
|
|
1690
1690
|
"""
|
|
@@ -1721,7 +1721,7 @@ class ImageReferenceArgs:
|
|
|
1721
1721
|
version: Optional[pulumi.Input[str]] = None):
|
|
1722
1722
|
"""
|
|
1723
1723
|
:param pulumi.Input[str] community_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from community gallery image GET call.
|
|
1724
|
-
:param pulumi.Input[str] id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://
|
|
1724
|
+
:param pulumi.Input[str] id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
|
|
1725
1725
|
:param pulumi.Input[str] offer: For example, UbuntuServer or WindowsServer.
|
|
1726
1726
|
:param pulumi.Input[str] publisher: For example, Canonical or MicrosoftWindowsServer.
|
|
1727
1727
|
:param pulumi.Input[str] shared_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call.
|
|
@@ -1759,7 +1759,7 @@ class ImageReferenceArgs:
|
|
|
1759
1759
|
@pulumi.getter
|
|
1760
1760
|
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1761
1761
|
"""
|
|
1762
|
-
This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://
|
|
1762
|
+
This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
|
|
1763
1763
|
"""
|
|
1764
1764
|
return pulumi.get(self, "id")
|
|
1765
1765
|
|
|
@@ -2379,7 +2379,7 @@ if not MYPY:
|
|
|
2379
2379
|
"""
|
|
2380
2380
|
subnet_id: NotRequired[pulumi.Input[str]]
|
|
2381
2381
|
"""
|
|
2382
|
-
The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://
|
|
2382
|
+
The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
|
|
2383
2383
|
"""
|
|
2384
2384
|
elif False:
|
|
2385
2385
|
NetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -2396,7 +2396,7 @@ class NetworkConfigurationArgs:
|
|
|
2396
2396
|
The network configuration for a pool.
|
|
2397
2397
|
:param pulumi.Input[bool] enable_accelerated_networking: Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
|
|
2398
2398
|
:param pulumi.Input['PublicIPAddressConfigurationArgs'] public_ip_address_configuration: The public IP Address configuration of the networking configuration of a Pool.
|
|
2399
|
-
:param pulumi.Input[str] subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://
|
|
2399
|
+
:param pulumi.Input[str] subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
|
|
2400
2400
|
"""
|
|
2401
2401
|
if dynamic_vnet_assignment_scope is None:
|
|
2402
2402
|
dynamic_vnet_assignment_scope = 'none'
|
|
@@ -2457,7 +2457,7 @@ class NetworkConfigurationArgs:
|
|
|
2457
2457
|
@pulumi.getter(name="subnetId")
|
|
2458
2458
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
|
2459
2459
|
"""
|
|
2460
|
-
The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://
|
|
2460
|
+
The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
|
|
2461
2461
|
"""
|
|
2462
2462
|
return pulumi.get(self, "subnet_id")
|
|
2463
2463
|
|
|
@@ -382,7 +382,7 @@ class GetPoolResult:
|
|
|
382
382
|
@pulumi.getter(name="vmSize")
|
|
383
383
|
def vm_size(self) -> Optional[str]:
|
|
384
384
|
"""
|
|
385
|
-
For information about available VM sizes, see Sizes for Virtual Machines
|
|
385
|
+
For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
|
|
386
386
|
"""
|
|
387
387
|
return pulumi.get(self, "vm_size")
|
|
388
388
|
|
|
@@ -408,7 +408,7 @@ class AutomaticOSUpgradePolicyResponse(dict):
|
|
|
408
408
|
"""
|
|
409
409
|
The configuration parameters used for performing automatic OS upgrade.
|
|
410
410
|
:param bool disable_automatic_rollback: Whether OS image rollback feature should be disabled.
|
|
411
|
-
:param bool enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/
|
|
411
|
+
:param bool enable_automatic_os_upgrade: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
|
|
412
412
|
:param bool os_rolling_upgrade_deferral: Defer OS upgrades on the TVMs if they are running tasks.
|
|
413
413
|
:param bool use_rolling_upgrade_policy: Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS.
|
|
414
414
|
"""
|
|
@@ -433,7 +433,7 @@ class AutomaticOSUpgradePolicyResponse(dict):
|
|
|
433
433
|
@pulumi.getter(name="enableAutomaticOSUpgrade")
|
|
434
434
|
def enable_automatic_os_upgrade(self) -> Optional[bool]:
|
|
435
435
|
"""
|
|
436
|
-
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/
|
|
436
|
+
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true.
|
|
437
437
|
"""
|
|
438
438
|
return pulumi.get(self, "enable_automatic_os_upgrade")
|
|
439
439
|
|
|
@@ -1246,7 +1246,7 @@ class DiffDiskSettingsResponse(dict):
|
|
|
1246
1246
|
def __init__(__self__, *,
|
|
1247
1247
|
placement: Optional[str] = None):
|
|
1248
1248
|
"""
|
|
1249
|
-
:param str placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://
|
|
1249
|
+
:param str placement: This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
|
|
1250
1250
|
"""
|
|
1251
1251
|
if placement is not None:
|
|
1252
1252
|
pulumi.set(__self__, "placement", placement)
|
|
@@ -1255,7 +1255,7 @@ class DiffDiskSettingsResponse(dict):
|
|
|
1255
1255
|
@pulumi.getter
|
|
1256
1256
|
def placement(self) -> Optional[str]:
|
|
1257
1257
|
"""
|
|
1258
|
-
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://
|
|
1258
|
+
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
|
|
1259
1259
|
"""
|
|
1260
1260
|
return pulumi.get(self, "placement")
|
|
1261
1261
|
|
|
@@ -1540,7 +1540,7 @@ class ImageReferenceResponse(dict):
|
|
|
1540
1540
|
version: Optional[str] = None):
|
|
1541
1541
|
"""
|
|
1542
1542
|
:param str community_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from community gallery image GET call.
|
|
1543
|
-
:param str id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://
|
|
1543
|
+
:param str id: This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
|
|
1544
1544
|
:param str offer: For example, UbuntuServer or WindowsServer.
|
|
1545
1545
|
:param str publisher: For example, Canonical or MicrosoftWindowsServer.
|
|
1546
1546
|
:param str shared_gallery_image_id: This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call.
|
|
@@ -1574,7 +1574,7 @@ class ImageReferenceResponse(dict):
|
|
|
1574
1574
|
@pulumi.getter
|
|
1575
1575
|
def id(self) -> Optional[str]:
|
|
1576
1576
|
"""
|
|
1577
|
-
This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://
|
|
1577
|
+
This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
|
|
1578
1578
|
"""
|
|
1579
1579
|
return pulumi.get(self, "id")
|
|
1580
1580
|
|
|
@@ -2098,7 +2098,7 @@ class NetworkConfigurationResponse(dict):
|
|
|
2098
2098
|
The network configuration for a pool.
|
|
2099
2099
|
:param bool enable_accelerated_networking: Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
|
|
2100
2100
|
:param 'PublicIPAddressConfigurationResponse' public_ip_address_configuration: The public IP Address configuration of the networking configuration of a Pool.
|
|
2101
|
-
:param str subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://
|
|
2101
|
+
:param str subnet_id: The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
|
|
2102
2102
|
"""
|
|
2103
2103
|
if dynamic_vnet_assignment_scope is None:
|
|
2104
2104
|
dynamic_vnet_assignment_scope = 'none'
|
|
@@ -2143,7 +2143,7 @@ class NetworkConfigurationResponse(dict):
|
|
|
2143
2143
|
@pulumi.getter(name="subnetId")
|
|
2144
2144
|
def subnet_id(self) -> Optional[str]:
|
|
2145
2145
|
"""
|
|
2146
|
-
The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://
|
|
2146
|
+
The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication,including ports 29876 and 29877. Also enable outbound connections to Azure Storage on port 443. For more details see: https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
|
|
2147
2147
|
"""
|
|
2148
2148
|
return pulumi.get(self, "subnet_id")
|
|
2149
2149
|
|
|
@@ -69,7 +69,7 @@ class PoolArgs:
|
|
|
69
69
|
:param pulumi.Input['TaskSchedulingPolicyArgs'] task_scheduling_policy: If not specified, the default is spread.
|
|
70
70
|
:param pulumi.Input[int] task_slots_per_node: The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
|
|
71
71
|
:param pulumi.Input['UpgradePolicyArgs'] upgrade_policy: Describes an upgrade policy - automatic, manual, or rolling.
|
|
72
|
-
:param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines
|
|
72
|
+
:param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
|
|
73
73
|
"""
|
|
74
74
|
pulumi.set(__self__, "account_name", account_name)
|
|
75
75
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
@@ -382,7 +382,7 @@ class PoolArgs:
|
|
|
382
382
|
@pulumi.getter(name="vmSize")
|
|
383
383
|
def vm_size(self) -> Optional[pulumi.Input[str]]:
|
|
384
384
|
"""
|
|
385
|
-
For information about available VM sizes, see Sizes for Virtual Machines
|
|
385
|
+
For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
|
|
386
386
|
"""
|
|
387
387
|
return pulumi.get(self, "vm_size")
|
|
388
388
|
|
|
@@ -447,7 +447,7 @@ class Pool(pulumi.CustomResource):
|
|
|
447
447
|
:param pulumi.Input[Union['TaskSchedulingPolicyArgs', 'TaskSchedulingPolicyArgsDict']] task_scheduling_policy: If not specified, the default is spread.
|
|
448
448
|
:param pulumi.Input[int] task_slots_per_node: The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
|
|
449
449
|
:param pulumi.Input[Union['UpgradePolicyArgs', 'UpgradePolicyArgsDict']] upgrade_policy: Describes an upgrade policy - automatic, manual, or rolling.
|
|
450
|
-
:param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines
|
|
450
|
+
:param pulumi.Input[str] vm_size: For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
|
|
451
451
|
"""
|
|
452
452
|
...
|
|
453
453
|
@overload
|
|
@@ -848,7 +848,7 @@ class Pool(pulumi.CustomResource):
|
|
|
848
848
|
@pulumi.getter(name="vmSize")
|
|
849
849
|
def vm_size(self) -> pulumi.Output[Optional[str]]:
|
|
850
850
|
"""
|
|
851
|
-
For information about available VM sizes, see Sizes for Virtual Machines
|
|
851
|
+
For information about available VM sizes, see Sizes for Virtual Machines in Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
|
|
852
852
|
"""
|
|
853
853
|
return pulumi.get(self, "vm_size")
|
|
854
854
|
|
|
@@ -25,8 +25,11 @@ if typing.TYPE_CHECKING:
|
|
|
25
25
|
v20240719preview = __v20240719preview
|
|
26
26
|
import pulumi_azure_native.databasewatcher.v20241001preview as __v20241001preview
|
|
27
27
|
v20241001preview = __v20241001preview
|
|
28
|
+
import pulumi_azure_native.databasewatcher.v20250102 as __v20250102
|
|
29
|
+
v20250102 = __v20250102
|
|
28
30
|
else:
|
|
29
31
|
v20230901preview = _utilities.lazy_import('pulumi_azure_native.databasewatcher.v20230901preview')
|
|
30
32
|
v20240719preview = _utilities.lazy_import('pulumi_azure_native.databasewatcher.v20240719preview')
|
|
31
33
|
v20241001preview = _utilities.lazy_import('pulumi_azure_native.databasewatcher.v20241001preview')
|
|
34
|
+
v20250102 = _utilities.lazy_import('pulumi_azure_native.databasewatcher.v20250102')
|
|
32
35
|
|
|
@@ -53,7 +53,7 @@ if not MYPY:
|
|
|
53
53
|
"""
|
|
54
54
|
adx_cluster_resource_id: NotRequired[pulumi.Input[str]]
|
|
55
55
|
"""
|
|
56
|
-
The Azure
|
|
56
|
+
The Azure resource ID of an Azure Data Explorer cluster.
|
|
57
57
|
"""
|
|
58
58
|
kusto_cluster_display_name: NotRequired[pulumi.Input[str]]
|
|
59
59
|
"""
|
|
@@ -79,7 +79,7 @@ class DatastoreArgs:
|
|
|
79
79
|
:param pulumi.Input[str] kusto_database_name: The name of a Kusto database.
|
|
80
80
|
:param pulumi.Input[str] kusto_management_url: The Kusto management URL.
|
|
81
81
|
:param pulumi.Input[Union[str, 'KustoOfferingType']] kusto_offering_type: The type of a Kusto offering.
|
|
82
|
-
:param pulumi.Input[str] adx_cluster_resource_id: The Azure
|
|
82
|
+
:param pulumi.Input[str] adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
|
|
83
83
|
:param pulumi.Input[str] kusto_cluster_display_name: The Kusto cluster display name.
|
|
84
84
|
"""
|
|
85
85
|
pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
|
|
@@ -156,7 +156,7 @@ class DatastoreArgs:
|
|
|
156
156
|
@pulumi.getter(name="adxClusterResourceId")
|
|
157
157
|
def adx_cluster_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
158
158
|
"""
|
|
159
|
-
The Azure
|
|
159
|
+
The Azure resource ID of an Azure Data Explorer cluster.
|
|
160
160
|
"""
|
|
161
161
|
return pulumi.get(self, "adx_cluster_resource_id")
|
|
162
162
|
|
|
@@ -239,7 +239,7 @@ if not MYPY:
|
|
|
239
239
|
"""
|
|
240
240
|
akv_resource_id: NotRequired[pulumi.Input[str]]
|
|
241
241
|
"""
|
|
242
|
-
The Azure
|
|
242
|
+
The Azure resource ID of the Key Vault instance storing database authentication secrets.
|
|
243
243
|
"""
|
|
244
244
|
akv_target_password: NotRequired[pulumi.Input[str]]
|
|
245
245
|
"""
|
|
@@ -260,7 +260,7 @@ class VaultSecretArgs:
|
|
|
260
260
|
akv_target_user: Optional[pulumi.Input[str]] = None):
|
|
261
261
|
"""
|
|
262
262
|
The vault specific details required if using SQL authentication to connect to a target.
|
|
263
|
-
:param pulumi.Input[str] akv_resource_id: The Azure
|
|
263
|
+
:param pulumi.Input[str] akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
|
|
264
264
|
:param pulumi.Input[str] akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
|
|
265
265
|
:param pulumi.Input[str] akv_target_user: The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.
|
|
266
266
|
"""
|
|
@@ -275,7 +275,7 @@ class VaultSecretArgs:
|
|
|
275
275
|
@pulumi.getter(name="akvResourceId")
|
|
276
276
|
def akv_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
277
277
|
"""
|
|
278
|
-
The Azure
|
|
278
|
+
The Azure resource ID of the Key Vault instance storing database authentication secrets.
|
|
279
279
|
"""
|
|
280
280
|
return pulumi.get(self, "akv_resource_id")
|
|
281
281
|
|
|
@@ -165,7 +165,7 @@ class AlertRuleResource(pulumi.CustomResource):
|
|
|
165
165
|
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
166
166
|
Azure REST API version: 2024-07-19-preview.
|
|
167
167
|
|
|
168
|
-
Other available API versions: 2024-10-01-preview.
|
|
168
|
+
Other available API versions: 2024-10-01-preview, 2025-01-02.
|
|
169
169
|
|
|
170
170
|
:param str resource_name: The name of the resource.
|
|
171
171
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -188,7 +188,7 @@ class AlertRuleResource(pulumi.CustomResource):
|
|
|
188
188
|
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
189
189
|
Azure REST API version: 2024-07-19-preview.
|
|
190
190
|
|
|
191
|
-
Other available API versions: 2024-10-01-preview.
|
|
191
|
+
Other available API versions: 2024-10-01-preview, 2025-01-02.
|
|
192
192
|
|
|
193
193
|
:param str resource_name: The name of the resource.
|
|
194
194
|
:param AlertRuleResourceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -248,7 +248,7 @@ class AlertRuleResource(pulumi.CustomResource):
|
|
|
248
248
|
__props__.__dict__["provisioning_state"] = None
|
|
249
249
|
__props__.__dict__["system_data"] = None
|
|
250
250
|
__props__.__dict__["type"] = None
|
|
251
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:AlertRuleResource")])
|
|
251
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:AlertRuleResource")])
|
|
252
252
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
253
253
|
super(AlertRuleResource, __self__).__init__(
|
|
254
254
|
'azure-native:databasewatcher:AlertRuleResource',
|
|
@@ -166,7 +166,7 @@ def get_alert_rule_resource(alert_rule_resource_name: Optional[str] = None,
|
|
|
166
166
|
Get a AlertRuleResource
|
|
167
167
|
Azure REST API version: 2024-07-19-preview.
|
|
168
168
|
|
|
169
|
-
Other available API versions: 2024-10-01-preview.
|
|
169
|
+
Other available API versions: 2024-10-01-preview, 2025-01-02.
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
:param str alert_rule_resource_name: The alert rule proxy resource name.
|
|
@@ -199,7 +199,7 @@ def get_alert_rule_resource_output(alert_rule_resource_name: Optional[pulumi.Inp
|
|
|
199
199
|
Get a AlertRuleResource
|
|
200
200
|
Azure REST API version: 2024-07-19-preview.
|
|
201
201
|
|
|
202
|
-
Other available API versions: 2024-10-01-preview.
|
|
202
|
+
Other available API versions: 2024-10-01-preview, 2025-01-02.
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
:param str alert_rule_resource_name: The alert rule proxy resource name.
|
|
@@ -95,7 +95,7 @@ class GetSharedPrivateLinkResourceResult:
|
|
|
95
95
|
@pulumi.getter(name="privateLinkResourceId")
|
|
96
96
|
def private_link_resource_id(self) -> str:
|
|
97
97
|
"""
|
|
98
|
-
The resource
|
|
98
|
+
The resource ID of the resource the shared private link resource is for.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "private_link_resource_id")
|
|
101
101
|
|
|
@@ -166,7 +166,7 @@ def get_shared_private_link_resource(resource_group_name: Optional[str] = None,
|
|
|
166
166
|
Get a SharedPrivateLinkResource
|
|
167
167
|
Azure REST API version: 2023-09-01-preview.
|
|
168
168
|
|
|
169
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
169
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -199,7 +199,7 @@ def get_shared_private_link_resource_output(resource_group_name: Optional[pulumi
|
|
|
199
199
|
Get a SharedPrivateLinkResource
|
|
200
200
|
Azure REST API version: 2023-09-01-preview.
|
|
201
201
|
|
|
202
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
202
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -154,7 +154,7 @@ def get_target(resource_group_name: Optional[str] = None,
|
|
|
154
154
|
Get a Target
|
|
155
155
|
Azure REST API version: 2023-09-01-preview.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
157
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -186,7 +186,7 @@ def get_target_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
|
186
186
|
Get a Target
|
|
187
187
|
Azure REST API version: 2023-09-01-preview.
|
|
188
188
|
|
|
189
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
189
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
190
190
|
|
|
191
191
|
|
|
192
192
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -165,7 +165,7 @@ def get_watcher(resource_group_name: Optional[str] = None,
|
|
|
165
165
|
Get a Watcher
|
|
166
166
|
Azure REST API version: 2023-09-01-preview.
|
|
167
167
|
|
|
168
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
168
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -195,7 +195,7 @@ def get_watcher_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
|
195
195
|
Get a Watcher
|
|
196
196
|
Azure REST API version: 2023-09-01-preview.
|
|
197
197
|
|
|
198
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
198
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
@@ -73,7 +73,7 @@ class DatastoreResponse(dict):
|
|
|
73
73
|
:param str kusto_database_name: The name of a Kusto database.
|
|
74
74
|
:param str kusto_management_url: The Kusto management URL.
|
|
75
75
|
:param str kusto_offering_type: The type of a Kusto offering.
|
|
76
|
-
:param str adx_cluster_resource_id: The Azure
|
|
76
|
+
:param str adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
|
|
77
77
|
:param str kusto_cluster_display_name: The Kusto cluster display name.
|
|
78
78
|
"""
|
|
79
79
|
pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
|
|
@@ -130,7 +130,7 @@ class DatastoreResponse(dict):
|
|
|
130
130
|
@pulumi.getter(name="adxClusterResourceId")
|
|
131
131
|
def adx_cluster_resource_id(self) -> Optional[str]:
|
|
132
132
|
"""
|
|
133
|
-
The Azure
|
|
133
|
+
The Azure resource ID of an Azure Data Explorer cluster.
|
|
134
134
|
"""
|
|
135
135
|
return pulumi.get(self, "adx_cluster_resource_id")
|
|
136
136
|
|
|
@@ -414,7 +414,7 @@ class VaultSecretResponse(dict):
|
|
|
414
414
|
akv_target_user: Optional[str] = None):
|
|
415
415
|
"""
|
|
416
416
|
The vault specific details required if using SQL authentication to connect to a target.
|
|
417
|
-
:param str akv_resource_id: The Azure
|
|
417
|
+
:param str akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
|
|
418
418
|
:param str akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
|
|
419
419
|
:param str akv_target_user: The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.
|
|
420
420
|
"""
|
|
@@ -429,7 +429,7 @@ class VaultSecretResponse(dict):
|
|
|
429
429
|
@pulumi.getter(name="akvResourceId")
|
|
430
430
|
def akv_resource_id(self) -> Optional[str]:
|
|
431
431
|
"""
|
|
432
|
-
The Azure
|
|
432
|
+
The Azure resource ID of the Key Vault instance storing database authentication secrets.
|
|
433
433
|
"""
|
|
434
434
|
return pulumi.get(self, "akv_resource_id")
|
|
435
435
|
|
|
@@ -30,7 +30,7 @@ class SharedPrivateLinkResourceArgs:
|
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a SharedPrivateLinkResource resource.
|
|
32
32
|
:param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
|
|
33
|
-
:param pulumi.Input[str] private_link_resource_id: The resource
|
|
33
|
+
:param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
|
|
34
34
|
:param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
|
|
35
35
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
36
36
|
:param pulumi.Input[str] watcher_name: The database watcher name.
|
|
@@ -63,7 +63,7 @@ class SharedPrivateLinkResourceArgs:
|
|
|
63
63
|
@pulumi.getter(name="privateLinkResourceId")
|
|
64
64
|
def private_link_resource_id(self) -> pulumi.Input[str]:
|
|
65
65
|
"""
|
|
66
|
-
The resource
|
|
66
|
+
The resource ID of the resource the shared private link resource is for.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "private_link_resource_id")
|
|
69
69
|
|
|
@@ -149,13 +149,13 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
|
|
|
149
149
|
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
150
150
|
Azure REST API version: 2023-09-01-preview.
|
|
151
151
|
|
|
152
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
152
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
153
153
|
|
|
154
154
|
:param str resource_name: The name of the resource.
|
|
155
155
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
156
156
|
:param pulumi.Input[str] dns_zone: The DNS zone to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances. The value to use is the second segment of the host FQDN name of the resource that the shared private link resource is for.
|
|
157
157
|
:param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
|
|
158
|
-
:param pulumi.Input[str] private_link_resource_id: The resource
|
|
158
|
+
:param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
|
|
159
159
|
:param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
|
|
160
160
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
161
161
|
:param pulumi.Input[str] shared_private_link_resource_name: The Shared Private Link resource name.
|
|
@@ -171,7 +171,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
|
|
|
171
171
|
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
172
172
|
Azure REST API version: 2023-09-01-preview.
|
|
173
173
|
|
|
174
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
174
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
175
175
|
|
|
176
176
|
:param str resource_name: The name of the resource.
|
|
177
177
|
:param SharedPrivateLinkResourceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -226,7 +226,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
|
|
|
226
226
|
__props__.__dict__["status"] = None
|
|
227
227
|
__props__.__dict__["system_data"] = None
|
|
228
228
|
__props__.__dict__["type"] = None
|
|
229
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource")])
|
|
229
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:SharedPrivateLinkResource")])
|
|
230
230
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
231
231
|
super(SharedPrivateLinkResource, __self__).__init__(
|
|
232
232
|
'azure-native:databasewatcher:SharedPrivateLinkResource',
|
|
@@ -289,7 +289,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
|
|
|
289
289
|
@pulumi.getter(name="privateLinkResourceId")
|
|
290
290
|
def private_link_resource_id(self) -> pulumi.Output[str]:
|
|
291
291
|
"""
|
|
292
|
-
The resource
|
|
292
|
+
The resource ID of the resource the shared private link resource is for.
|
|
293
293
|
"""
|
|
294
294
|
return pulumi.get(self, "private_link_resource_id")
|
|
295
295
|
|
|
@@ -151,7 +151,7 @@ class Target(pulumi.CustomResource):
|
|
|
151
151
|
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
152
152
|
Azure REST API version: 2023-09-01-preview.
|
|
153
153
|
|
|
154
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
154
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
155
155
|
|
|
156
156
|
:param str resource_name: The name of the resource.
|
|
157
157
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -173,7 +173,7 @@ class Target(pulumi.CustomResource):
|
|
|
173
173
|
Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
174
174
|
Azure REST API version: 2023-09-01-preview.
|
|
175
175
|
|
|
176
|
-
Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
|
|
176
|
+
Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
|
|
177
177
|
|
|
178
178
|
:param str resource_name: The name of the resource.
|
|
179
179
|
:param TargetArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -227,7 +227,7 @@ class Target(pulumi.CustomResource):
|
|
|
227
227
|
__props__.__dict__["provisioning_state"] = None
|
|
228
228
|
__props__.__dict__["system_data"] = None
|
|
229
229
|
__props__.__dict__["type"] = None
|
|
230
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Target")])
|
|
230
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:Target")])
|
|
231
231
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
232
232
|
super(Target, __self__).__init__(
|
|
233
233
|
'azure-native:databasewatcher:Target',
|