pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +73 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
- pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/batch/v20240701/_enums.py +1 -1
- pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
- pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
- pulumi_azure_native/batch/v20240701/outputs.py +8 -8
- pulumi_azure_native/batch/v20240701/pool.py +4 -4
- pulumi_azure_native/databasewatcher/__init__.py +3 -0
- pulumi_azure_native/databasewatcher/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
- pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
- pulumi_azure_native/databasewatcher/get_target.py +2 -2
- pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
- pulumi_azure_native/databasewatcher/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
- pulumi_azure_native/databasewatcher/target.py +3 -3
- pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
- pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
- pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
- pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
- pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
- pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
- pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
- pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
- pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
- pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
- pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
- pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
- pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
- pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
- pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
- pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
- pulumi_azure_native/databasewatcher/watcher.py +3 -3
- pulumi_azure_native/keyvault/__init__.py +6 -0
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/v20230201/key.py +1 -1
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
- pulumi_azure_native/keyvault/v20230701/key.py +1 -1
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
- pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
- pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
- pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241101/key.py +329 -0
- pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
- pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
- pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
- pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
- pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
- pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
- pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
- pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
- pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
- pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
- pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
- pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
- pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
- pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +17 -16
- pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20250301/__init__.py +13 -0
- pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
- pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
- pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20250301/outputs.py +230 -0
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240601preview/service.py +1 -1
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
- pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
- pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
- pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
- pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
- pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
- pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
- pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
- pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
- pulumi_azure_native/search/v20250201preview/service.py +731 -0
- pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class PrivateEndpointConnectionArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
vault_name: pulumi.Input[str],
|
|
27
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']] = None):
|
|
29
|
+
"""
|
|
30
|
+
The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
31
|
+
:param pulumi.Input[str] resource_group_name: Name of the resource group that contains the key vault.
|
|
32
|
+
:param pulumi.Input[str] vault_name: The name of the key vault.
|
|
33
|
+
:param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection associated with the key vault.
|
|
34
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Approval state of the private link connection.
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
37
|
+
pulumi.set(__self__, "vault_name", vault_name)
|
|
38
|
+
if private_endpoint_connection_name is not None:
|
|
39
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
40
|
+
if private_link_service_connection_state is not None:
|
|
41
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="resourceGroupName")
|
|
45
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
46
|
+
"""
|
|
47
|
+
Name of the resource group that contains the key vault.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "resource_group_name")
|
|
50
|
+
|
|
51
|
+
@resource_group_name.setter
|
|
52
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
53
|
+
pulumi.set(self, "resource_group_name", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="vaultName")
|
|
57
|
+
def vault_name(self) -> pulumi.Input[str]:
|
|
58
|
+
"""
|
|
59
|
+
The name of the key vault.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "vault_name")
|
|
62
|
+
|
|
63
|
+
@vault_name.setter
|
|
64
|
+
def vault_name(self, value: pulumi.Input[str]):
|
|
65
|
+
pulumi.set(self, "vault_name", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
69
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
70
|
+
"""
|
|
71
|
+
Name of the private endpoint connection associated with the key vault.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
74
|
+
|
|
75
|
+
@private_endpoint_connection_name.setter
|
|
76
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
77
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
81
|
+
def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]:
|
|
82
|
+
"""
|
|
83
|
+
Approval state of the private link connection.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
86
|
+
|
|
87
|
+
@private_link_service_connection_state.setter
|
|
88
|
+
def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]):
|
|
89
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
class PrivateEndpointConnection(pulumi.CustomResource):
|
|
93
|
+
@overload
|
|
94
|
+
def __init__(__self__,
|
|
95
|
+
resource_name: str,
|
|
96
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
97
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
98
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
99
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
100
|
+
vault_name: Optional[pulumi.Input[str]] = None,
|
|
101
|
+
__props__=None):
|
|
102
|
+
"""
|
|
103
|
+
Private endpoint connection resource.
|
|
104
|
+
|
|
105
|
+
:param str resource_name: The name of the resource.
|
|
106
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
107
|
+
:param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection associated with the key vault.
|
|
108
|
+
:param pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']] private_link_service_connection_state: Approval state of the private link connection.
|
|
109
|
+
:param pulumi.Input[str] resource_group_name: Name of the resource group that contains the key vault.
|
|
110
|
+
:param pulumi.Input[str] vault_name: The name of the key vault.
|
|
111
|
+
"""
|
|
112
|
+
...
|
|
113
|
+
@overload
|
|
114
|
+
def __init__(__self__,
|
|
115
|
+
resource_name: str,
|
|
116
|
+
args: PrivateEndpointConnectionArgs,
|
|
117
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
118
|
+
"""
|
|
119
|
+
Private endpoint connection resource.
|
|
120
|
+
|
|
121
|
+
:param str resource_name: The name of the resource.
|
|
122
|
+
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
123
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
124
|
+
"""
|
|
125
|
+
...
|
|
126
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
127
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
128
|
+
if resource_args is not None:
|
|
129
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
130
|
+
else:
|
|
131
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
132
|
+
|
|
133
|
+
def _internal_init(__self__,
|
|
134
|
+
resource_name: str,
|
|
135
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
136
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
138
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
vault_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
__props__=None):
|
|
141
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
142
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
143
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
144
|
+
if opts.id is None:
|
|
145
|
+
if __props__ is not None:
|
|
146
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
147
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
148
|
+
|
|
149
|
+
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
150
|
+
__props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
|
|
151
|
+
if resource_group_name is None and not opts.urn:
|
|
152
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
153
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
154
|
+
if vault_name is None and not opts.urn:
|
|
155
|
+
raise TypeError("Missing required property 'vault_name'")
|
|
156
|
+
__props__.__dict__["vault_name"] = vault_name
|
|
157
|
+
__props__.__dict__["etag"] = None
|
|
158
|
+
__props__.__dict__["location"] = None
|
|
159
|
+
__props__.__dict__["name"] = None
|
|
160
|
+
__props__.__dict__["private_endpoint"] = None
|
|
161
|
+
__props__.__dict__["provisioning_state"] = None
|
|
162
|
+
__props__.__dict__["tags"] = None
|
|
163
|
+
__props__.__dict__["type"] = None
|
|
164
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:keyvault:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20180214:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20190901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20200401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20210401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20210601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20211001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20211101preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20220201preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20220701:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20221101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20230201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20230701:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20240401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20241101:PrivateEndpointConnection")])
|
|
165
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
166
|
+
super(PrivateEndpointConnection, __self__).__init__(
|
|
167
|
+
'azure-native:keyvault/v20241201preview:PrivateEndpointConnection',
|
|
168
|
+
resource_name,
|
|
169
|
+
__props__,
|
|
170
|
+
opts)
|
|
171
|
+
|
|
172
|
+
@staticmethod
|
|
173
|
+
def get(resource_name: str,
|
|
174
|
+
id: pulumi.Input[str],
|
|
175
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
|
|
176
|
+
"""
|
|
177
|
+
Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
178
|
+
properties used to qualify the lookup.
|
|
179
|
+
|
|
180
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
181
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
182
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
183
|
+
"""
|
|
184
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
185
|
+
|
|
186
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
187
|
+
|
|
188
|
+
__props__.__dict__["etag"] = None
|
|
189
|
+
__props__.__dict__["location"] = None
|
|
190
|
+
__props__.__dict__["name"] = None
|
|
191
|
+
__props__.__dict__["private_endpoint"] = None
|
|
192
|
+
__props__.__dict__["private_link_service_connection_state"] = None
|
|
193
|
+
__props__.__dict__["provisioning_state"] = None
|
|
194
|
+
__props__.__dict__["tags"] = None
|
|
195
|
+
__props__.__dict__["type"] = None
|
|
196
|
+
return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter
|
|
200
|
+
def etag(self) -> pulumi.Output[Optional[str]]:
|
|
201
|
+
"""
|
|
202
|
+
Modified whenever there is a change in the state of private endpoint connection.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "etag")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def location(self) -> pulumi.Output[str]:
|
|
209
|
+
"""
|
|
210
|
+
Azure location of the key vault resource.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "location")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def name(self) -> pulumi.Output[str]:
|
|
217
|
+
"""
|
|
218
|
+
Name of the key vault resource.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "name")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="privateEndpoint")
|
|
224
|
+
def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
|
|
225
|
+
"""
|
|
226
|
+
Properties of the private endpoint object.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "private_endpoint")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
232
|
+
def private_link_service_connection_state(self) -> pulumi.Output[Optional['outputs.PrivateLinkServiceConnectionStateResponse']]:
|
|
233
|
+
"""
|
|
234
|
+
Approval state of the private link connection.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="provisioningState")
|
|
240
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
241
|
+
"""
|
|
242
|
+
Provisioning state of the private endpoint connection.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "provisioning_state")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def tags(self) -> pulumi.Output[Mapping[str, str]]:
|
|
249
|
+
"""
|
|
250
|
+
Tags assigned to the key vault resource.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "tags")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter
|
|
256
|
+
def type(self) -> pulumi.Output[str]:
|
|
257
|
+
"""
|
|
258
|
+
Resource type of the key vault resource.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "type")
|
|
261
|
+
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['SecretArgs', 'Secret']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class SecretArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
properties: pulumi.Input['SecretPropertiesArgs'],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
vault_name: pulumi.Input[str],
|
|
27
|
+
secret_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
29
|
+
"""
|
|
30
|
+
The set of arguments for constructing a Secret resource.
|
|
31
|
+
:param pulumi.Input['SecretPropertiesArgs'] properties: Properties of the secret
|
|
32
|
+
:param pulumi.Input[str] resource_group_name: The name of the Resource Group to which the vault belongs.
|
|
33
|
+
:param pulumi.Input[str] vault_name: Name of the vault
|
|
34
|
+
:param pulumi.Input[str] secret_name: Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.
|
|
35
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags that will be assigned to the secret.
|
|
36
|
+
"""
|
|
37
|
+
pulumi.set(__self__, "properties", properties)
|
|
38
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
39
|
+
pulumi.set(__self__, "vault_name", vault_name)
|
|
40
|
+
if secret_name is not None:
|
|
41
|
+
pulumi.set(__self__, "secret_name", secret_name)
|
|
42
|
+
if tags is not None:
|
|
43
|
+
pulumi.set(__self__, "tags", tags)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def properties(self) -> pulumi.Input['SecretPropertiesArgs']:
|
|
48
|
+
"""
|
|
49
|
+
Properties of the secret
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "properties")
|
|
52
|
+
|
|
53
|
+
@properties.setter
|
|
54
|
+
def properties(self, value: pulumi.Input['SecretPropertiesArgs']):
|
|
55
|
+
pulumi.set(self, "properties", value)
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter(name="resourceGroupName")
|
|
59
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
60
|
+
"""
|
|
61
|
+
The name of the Resource Group to which the vault belongs.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "resource_group_name")
|
|
64
|
+
|
|
65
|
+
@resource_group_name.setter
|
|
66
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
67
|
+
pulumi.set(self, "resource_group_name", value)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="vaultName")
|
|
71
|
+
def vault_name(self) -> pulumi.Input[str]:
|
|
72
|
+
"""
|
|
73
|
+
Name of the vault
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "vault_name")
|
|
76
|
+
|
|
77
|
+
@vault_name.setter
|
|
78
|
+
def vault_name(self, value: pulumi.Input[str]):
|
|
79
|
+
pulumi.set(self, "vault_name", value)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="secretName")
|
|
83
|
+
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
84
|
+
"""
|
|
85
|
+
Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "secret_name")
|
|
88
|
+
|
|
89
|
+
@secret_name.setter
|
|
90
|
+
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
91
|
+
pulumi.set(self, "secret_name", value)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
96
|
+
"""
|
|
97
|
+
The tags that will be assigned to the secret.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "tags")
|
|
100
|
+
|
|
101
|
+
@tags.setter
|
|
102
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
103
|
+
pulumi.set(self, "tags", value)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
class Secret(pulumi.CustomResource):
|
|
107
|
+
@overload
|
|
108
|
+
def __init__(__self__,
|
|
109
|
+
resource_name: str,
|
|
110
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
111
|
+
properties: Optional[pulumi.Input[Union['SecretPropertiesArgs', 'SecretPropertiesArgsDict']]] = None,
|
|
112
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
secret_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
115
|
+
vault_name: Optional[pulumi.Input[str]] = None,
|
|
116
|
+
__props__=None):
|
|
117
|
+
"""
|
|
118
|
+
Resource information with extended details.
|
|
119
|
+
|
|
120
|
+
:param str resource_name: The name of the resource.
|
|
121
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
122
|
+
:param pulumi.Input[Union['SecretPropertiesArgs', 'SecretPropertiesArgsDict']] properties: Properties of the secret
|
|
123
|
+
:param pulumi.Input[str] resource_group_name: The name of the Resource Group to which the vault belongs.
|
|
124
|
+
:param pulumi.Input[str] secret_name: Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.
|
|
125
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags that will be assigned to the secret.
|
|
126
|
+
:param pulumi.Input[str] vault_name: Name of the vault
|
|
127
|
+
"""
|
|
128
|
+
...
|
|
129
|
+
@overload
|
|
130
|
+
def __init__(__self__,
|
|
131
|
+
resource_name: str,
|
|
132
|
+
args: SecretArgs,
|
|
133
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
134
|
+
"""
|
|
135
|
+
Resource information with extended details.
|
|
136
|
+
|
|
137
|
+
:param str resource_name: The name of the resource.
|
|
138
|
+
:param SecretArgs args: The arguments to use to populate this resource's properties.
|
|
139
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
140
|
+
"""
|
|
141
|
+
...
|
|
142
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
143
|
+
resource_args, opts = _utilities.get_resource_args_opts(SecretArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
144
|
+
if resource_args is not None:
|
|
145
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
146
|
+
else:
|
|
147
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
148
|
+
|
|
149
|
+
def _internal_init(__self__,
|
|
150
|
+
resource_name: str,
|
|
151
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
152
|
+
properties: Optional[pulumi.Input[Union['SecretPropertiesArgs', 'SecretPropertiesArgsDict']]] = None,
|
|
153
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
secret_name: Optional[pulumi.Input[str]] = None,
|
|
155
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
156
|
+
vault_name: Optional[pulumi.Input[str]] = None,
|
|
157
|
+
__props__=None):
|
|
158
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
159
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
160
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
161
|
+
if opts.id is None:
|
|
162
|
+
if __props__ is not None:
|
|
163
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
164
|
+
__props__ = SecretArgs.__new__(SecretArgs)
|
|
165
|
+
|
|
166
|
+
if properties is None and not opts.urn:
|
|
167
|
+
raise TypeError("Missing required property 'properties'")
|
|
168
|
+
__props__.__dict__["properties"] = properties
|
|
169
|
+
if resource_group_name is None and not opts.urn:
|
|
170
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
171
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
172
|
+
__props__.__dict__["secret_name"] = secret_name
|
|
173
|
+
__props__.__dict__["tags"] = tags
|
|
174
|
+
if vault_name is None and not opts.urn:
|
|
175
|
+
raise TypeError("Missing required property 'vault_name'")
|
|
176
|
+
__props__.__dict__["vault_name"] = vault_name
|
|
177
|
+
__props__.__dict__["location"] = None
|
|
178
|
+
__props__.__dict__["name"] = None
|
|
179
|
+
__props__.__dict__["type"] = None
|
|
180
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:keyvault:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20161001:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20180214:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20180214preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20190901:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20200401preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20210401preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20210601preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20211001:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20211101preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20220201preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20220701:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20221101:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20230201:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20230701:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20240401preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20241101:Secret")])
|
|
181
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
182
|
+
super(Secret, __self__).__init__(
|
|
183
|
+
'azure-native:keyvault/v20241201preview:Secret',
|
|
184
|
+
resource_name,
|
|
185
|
+
__props__,
|
|
186
|
+
opts)
|
|
187
|
+
|
|
188
|
+
@staticmethod
|
|
189
|
+
def get(resource_name: str,
|
|
190
|
+
id: pulumi.Input[str],
|
|
191
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Secret':
|
|
192
|
+
"""
|
|
193
|
+
Get an existing Secret resource's state with the given name, id, and optional extra
|
|
194
|
+
properties used to qualify the lookup.
|
|
195
|
+
|
|
196
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
197
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
198
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
199
|
+
"""
|
|
200
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
201
|
+
|
|
202
|
+
__props__ = SecretArgs.__new__(SecretArgs)
|
|
203
|
+
|
|
204
|
+
__props__.__dict__["location"] = None
|
|
205
|
+
__props__.__dict__["name"] = None
|
|
206
|
+
__props__.__dict__["properties"] = None
|
|
207
|
+
__props__.__dict__["tags"] = None
|
|
208
|
+
__props__.__dict__["type"] = None
|
|
209
|
+
return Secret(resource_name, opts=opts, __props__=__props__)
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def location(self) -> pulumi.Output[str]:
|
|
214
|
+
"""
|
|
215
|
+
Azure location of the key vault resource.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "location")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def name(self) -> pulumi.Output[str]:
|
|
222
|
+
"""
|
|
223
|
+
Name of the key vault resource.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "name")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter
|
|
229
|
+
def properties(self) -> pulumi.Output['outputs.SecretPropertiesResponse']:
|
|
230
|
+
"""
|
|
231
|
+
Properties of the secret
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "properties")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter
|
|
237
|
+
def tags(self) -> pulumi.Output[Mapping[str, str]]:
|
|
238
|
+
"""
|
|
239
|
+
Tags assigned to the key vault resource.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "tags")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter
|
|
245
|
+
def type(self) -> pulumi.Output[str]:
|
|
246
|
+
"""
|
|
247
|
+
Resource type of the key vault resource.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "type")
|
|
250
|
+
|