pulumi-azure-native 2.87.0a1738679760__py3-none-any.whl → 2.87.0a1739193742__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 +133 -16
- 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/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20250201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20250201preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_interface.py +269 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_security_group.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_hard_disk.py +339 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_machine_instance.py +333 -0
- pulumi_azure_native/azurestackhci/v20250201preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20250201preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20250201preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_interface.py +427 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_security_group.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/outputs.py +4062 -0
- pulumi_azure_native/azurestackhci/v20250201preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20250201preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_hard_disk.py +572 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_machine_instance.py +495 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/target.py +1 -1
- pulumi_azure_native/{networkanalytics/v20231115 → chaos/v20250101}/__init__.py +7 -5
- pulumi_azure_native/chaos/v20250101/_enums.py +66 -0
- pulumi_azure_native/chaos/v20250101/_inputs.py +907 -0
- pulumi_azure_native/chaos/v20250101/capability.py +303 -0
- pulumi_azure_native/chaos/v20250101/experiment.py +328 -0
- pulumi_azure_native/chaos/v20250101/get_capability.py +223 -0
- pulumi_azure_native/chaos/v20250101/get_experiment.py +213 -0
- pulumi_azure_native/chaos/v20250101/get_experiment_execution_details.py +135 -0
- pulumi_azure_native/chaos/v20250101/get_target.py +175 -0
- pulumi_azure_native/chaos/v20250101/outputs.py +1208 -0
- pulumi_azure_native/chaos/v20250101/target.py +290 -0
- pulumi_azure_native/cloudngfw/__init__.py +3 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20250206preview/__init__.py +58 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_enums.py +153 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_inputs.py +1678 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_global_rulestack.py +306 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_local_rulestack.py +327 -0
- pulumi_azure_native/cloudngfw/v20250206preview/firewall.py +591 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_global_rulestack.py +213 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_local_rulestack.py +219 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall.py +339 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_global_rulestack.py +86 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_log_profile.py +171 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack.py +277 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack_change_log.py +108 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule.py +412 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule_counters.py +223 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_change_log.py +114 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/global_rulestack.py +450 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_advanced_security_objects.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_app_ids.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_countries.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_firewalls.py +94 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_predefined_url_categories.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_security_services.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_advanced_security_objects.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_app_ids.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_countries.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_firewalls.py +100 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_predefined_url_categories.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_security_services.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +70 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +84 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_support_info.py +294 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rule.py +716 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rulestack.py +500 -0
- pulumi_azure_native/cloudngfw/v20250206preview/outputs.py +2216 -0
- pulumi_azure_native/cloudngfw/v20250206preview/post_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/pre_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_local_rulestack.py +297 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20241001/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20241001/_enums.py +643 -0
- pulumi_azure_native/containerservice/v20241001/_inputs.py +7762 -0
- pulumi_azure_native/containerservice/v20241001/agent_pool.py +1459 -0
- pulumi_azure_native/containerservice/v20241001/get_agent_pool.py +765 -0
- pulumi_azure_native/containerservice/v20241001/get_maintenance_configuration.py +177 -0
- pulumi_azure_native/containerservice/v20241001/get_managed_cluster.py +801 -0
- pulumi_azure_native/containerservice/v20241001/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/containerservice/v20241001/get_snapshot.py +269 -0
- pulumi_azure_native/containerservice/v20241001/get_trusted_access_role_binding.py +177 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_admin_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_monitoring_user_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_user_credentials.py +99 -0
- pulumi_azure_native/containerservice/v20241001/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20241001/managed_cluster.py +1392 -0
- pulumi_azure_native/containerservice/v20241001/outputs.py +6648 -0
- pulumi_azure_native/containerservice/v20241001/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20241001/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20241001/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/dataprotection/__init__.py +3 -0
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20250101/__init__.py +20 -0
- pulumi_azure_native/dataprotection/v20250101/_enums.py +206 -0
- pulumi_azure_native/dataprotection/v20250101/_inputs.py +3570 -0
- pulumi_azure_native/dataprotection/v20250101/backup_instance.py +250 -0
- pulumi_azure_native/dataprotection/v20250101/backup_policy.py +221 -0
- pulumi_azure_native/dataprotection/v20250101/backup_vault.py +317 -0
- pulumi_azure_native/dataprotection/v20250101/dpp_resource_guard_proxy.py +220 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_instance.py +163 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_policy.py +147 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_vault.py +199 -0
- pulumi_azure_native/dataprotection/v20250101/get_dpp_resource_guard_proxy.py +149 -0
- pulumi_azure_native/dataprotection/v20250101/get_resource_guard.py +180 -0
- pulumi_azure_native/dataprotection/v20250101/outputs.py +3913 -0
- pulumi_azure_native/dataprotection/v20250101/resource_guard.py +284 -0
- pulumi_azure_native/dbforpostgresql/v20240801/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20240801/outputs.py +14 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/outputs.py +14 -0
- pulumi_azure_native/network/__init__.py +13 -0
- pulumi_azure_native/network/_inputs.py +58 -0
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +283 -0
- pulumi_azure_native/network/get_network_security_perimeter_association.py +221 -0
- pulumi_azure_native/network/get_network_security_perimeter_link.py +276 -0
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +151 -0
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +178 -0
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +506 -0
- pulumi_azure_native/network/network_security_perimeter_association.py +369 -0
- pulumi_azure_native/network/network_security_perimeter_link.py +367 -0
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +222 -0
- pulumi_azure_native/network/network_security_perimeter_profile.py +279 -0
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +53 -0
- pulumi_azure_native/network/v20210201preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20210301preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20230801preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20240601preview/__init__.py +22 -0
- pulumi_azure_native/network/v20240601preview/_enums.py +27 -0
- pulumi_azure_native/network/v20240601preview/_inputs.py +161 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter.py +170 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_access_rule.py +281 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_association.py +219 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_link.py +274 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_logging_configuration.py +149 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_profile.py +176 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter.py +256 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_access_rule.py +504 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_association.py +367 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_link.py +365 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_logging_configuration.py +220 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_profile.py +277 -0
- pulumi_azure_native/network/v20240601preview/outputs.py +175 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/v20231113preview/_enums.py +31 -0
- pulumi_azure_native/quantum/v20231113preview/_inputs.py +20 -0
- pulumi_azure_native/quantum/v20231113preview/outputs.py +15 -14
- pulumi_azure_native/servicefabric/__init__.py +7 -0
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +151 -0
- pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +157 -0
- pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +103 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +109 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/outputs.py +277 -0
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20241101preview/__init__.py +28 -0
- pulumi_azure_native/servicefabric/v20241101preview/_enums.py +523 -0
- pulumi_azure_native/servicefabric/v20241101preview/_inputs.py +5399 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster.py +759 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application.py +248 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type.py +177 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type_version.py +197 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_fault_simulation.py +149 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_service.py +183 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type.py +863 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type_fault_simulation.py +155 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_az_resiliency_status.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_maintenance_window_status.py +170 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_managed_cluster_fault_simulation.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_node_type_fault_simulation.py +107 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster.py +1339 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application.py +409 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type.py +258 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type_version.py +309 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_service.py +300 -0
- pulumi_azure_native/servicefabric/v20241101preview/node_type.py +1695 -0
- pulumi_azure_native/servicefabric/v20241101preview/outputs.py +4868 -0
- pulumi_azure_native/storage/__init__.py +3 -0
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +4 -0
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +5 -1
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/file_share.py +1 -1
- pulumi_azure_native/storage/v20220901/local_user.py +1 -1
- pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20220901/queue.py +1 -1
- pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
- pulumi_azure_native/storage/v20220901/table.py +1 -1
- pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/file_share.py +1 -1
- pulumi_azure_native/storage/v20230101/local_user.py +1 -1
- pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230101/queue.py +1 -1
- pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230101/table.py +1 -1
- pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/file_share.py +1 -1
- pulumi_azure_native/storage/v20230401/local_user.py +1 -1
- pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230401/queue.py +1 -1
- pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230401/table.py +1 -1
- pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230501/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/file_share.py +1 -1
- pulumi_azure_native/storage/v20230501/local_user.py +1 -1
- pulumi_azure_native/storage/v20230501/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230501/queue.py +1 -1
- pulumi_azure_native/storage/v20230501/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_task_assignment.py +1 -1
- pulumi_azure_native/storage/v20230501/table.py +1 -1
- pulumi_azure_native/storage/v20230501/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20240101/__init__.py +48 -0
- pulumi_azure_native/storage/v20240101/_enums.py +442 -0
- pulumi_azure_native/storage/v20240101/_inputs.py +4834 -0
- pulumi_azure_native/storage/v20240101/blob_container.py +515 -0
- pulumi_azure_native/storage/v20240101/blob_container_immutability_policy.py +307 -0
- pulumi_azure_native/storage/v20240101/blob_inventory_policy.py +232 -0
- pulumi_azure_native/storage/v20240101/blob_service_properties.py +453 -0
- pulumi_azure_native/storage/v20240101/encryption_scope.py +318 -0
- pulumi_azure_native/storage/v20240101/file_service_properties.py +279 -0
- pulumi_azure_native/storage/v20240101/file_share.py +643 -0
- pulumi_azure_native/storage/v20240101/get_blob_container.py +401 -0
- pulumi_azure_native/storage/v20240101/get_blob_container_immutability_policy.py +196 -0
- pulumi_azure_native/storage/v20240101/get_blob_inventory_policy.py +163 -0
- pulumi_azure_native/storage/v20240101/get_blob_service_properties.py +261 -0
- pulumi_azure_native/storage/v20240101/get_encryption_scope.py +205 -0
- pulumi_azure_native/storage/v20240101/get_file_service_properties.py +177 -0
- pulumi_azure_native/storage/v20240101/get_file_share.py +505 -0
- pulumi_azure_native/storage/v20240101/get_local_user.py +303 -0
- pulumi_azure_native/storage/v20240101/get_management_policy.py +149 -0
- pulumi_azure_native/storage/v20240101/get_object_replication_policy.py +205 -0
- pulumi_azure_native/storage/v20240101/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/storage/v20240101/get_queue.py +145 -0
- pulumi_azure_native/storage/v20240101/get_queue_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/get_storage_account.py +779 -0
- pulumi_azure_native/storage/v20240101/get_storage_task_assignment.py +135 -0
- pulumi_azure_native/storage/v20240101/get_table.py +149 -0
- pulumi_azure_native/storage/v20240101/get_table_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/list_local_user_keys.py +107 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_keys.py +93 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_sas.py +135 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_service_sas.py +195 -0
- pulumi_azure_native/storage/v20240101/local_user.py +501 -0
- pulumi_azure_native/storage/v20240101/management_policy.py +222 -0
- pulumi_azure_native/storage/v20240101/object_replication_policy.py +319 -0
- pulumi_azure_native/storage/v20240101/outputs.py +5740 -0
- pulumi_azure_native/storage/v20240101/private_endpoint_connection.py +232 -0
- pulumi_azure_native/storage/v20240101/queue.py +216 -0
- pulumi_azure_native/storage/v20240101/queue_service_properties.py +211 -0
- pulumi_azure_native/storage/v20240101/storage_account.py +1203 -0
- pulumi_azure_native/storage/v20240101/storage_task_assignment.py +212 -0
- pulumi_azure_native/storage/v20240101/table.py +219 -0
- pulumi_azure_native/storage/v20240101/table_service_properties.py +211 -0
- pulumi_azure_native/storagecache/__init__.py +3 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +1 -1
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20240301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20240301/import_job.py +1 -1
- pulumi_azure_native/storagecache/v20240301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240701/__init__.py +21 -0
- pulumi_azure_native/storagecache/v20240701/_enums.py +146 -0
- pulumi_azure_native/storagecache/v20240701/_inputs.py +2089 -0
- pulumi_azure_native/storagecache/v20240701/aml_filesystem.py +533 -0
- pulumi_azure_native/storagecache/v20240701/auto_export_job.py +490 -0
- pulumi_azure_native/storagecache/v20240701/cache.py +579 -0
- pulumi_azure_native/storagecache/v20240701/get_aml_filesystem.py +339 -0
- pulumi_azure_native/storagecache/v20240701/get_auto_export_job.py +415 -0
- pulumi_azure_native/storagecache/v20240701/get_cache.py +381 -0
- pulumi_azure_native/storagecache/v20240701/get_import_job.py +457 -0
- pulumi_azure_native/storagecache/v20240701/get_required_aml_fs_subnets_size.py +87 -0
- pulumi_azure_native/storagecache/v20240701/get_storage_target.py +275 -0
- pulumi_azure_native/storagecache/v20240701/import_job.py +547 -0
- pulumi_azure_native/storagecache/v20240701/outputs.py +2735 -0
- pulumi_azure_native/storagecache/v20240701/storage_target.py +426 -0
- {pulumi_azure_native-2.87.0a1738679760.dist-info → pulumi_azure_native-2.87.0a1739193742.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.87.0a1738679760.dist-info → pulumi_azure_native-2.87.0a1739193742.dist-info}/RECORD +980 -769
- pulumi_azure_native/networkanalytics/__init__.py +0 -23
- pulumi_azure_native/networkanalytics/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/data_product.py +0 -720
- pulumi_azure_native/networkanalytics/data_type.py +0 -339
- pulumi_azure_native/networkanalytics/get_data_product.py +0 -439
- pulumi_azure_native/networkanalytics/get_data_type.py +0 -235
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +0 -103
- pulumi_azure_native/networkanalytics/outputs.py +0 -684
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +0 -718
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +0 -337
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +0 -437
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +0 -233
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +0 -101
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +0 -684
- {pulumi_azure_native-2.87.0a1738679760.dist-info → pulumi_azure_native-2.87.0a1739193742.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.87.0a1738679760.dist-info → pulumi_azure_native-2.87.0a1739193742.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,779 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetStorageAccountResult',
|
|
20
|
+
'AwaitableGetStorageAccountResult',
|
|
21
|
+
'get_storage_account',
|
|
22
|
+
'get_storage_account_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetStorageAccountResult:
|
|
27
|
+
"""
|
|
28
|
+
The storage account.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, access_tier=None, account_migration_in_progress=None, allow_blob_public_access=None, allow_cross_tenant_replication=None, allow_shared_key_access=None, allowed_copy_scope=None, azure_files_identity_based_authentication=None, blob_restore_status=None, creation_time=None, custom_domain=None, default_to_o_auth_authentication=None, dns_endpoint_type=None, enable_extended_groups=None, enable_https_traffic_only=None, enable_nfs_v3=None, encryption=None, extended_location=None, failover_in_progress=None, geo_replication_stats=None, id=None, identity=None, immutable_storage_with_versioning=None, is_hns_enabled=None, is_local_user_enabled=None, is_sftp_enabled=None, is_sku_conversion_blocked=None, key_creation_time=None, key_policy=None, kind=None, large_file_shares_state=None, last_geo_failover_time=None, location=None, minimum_tls_version=None, name=None, network_rule_set=None, primary_endpoints=None, primary_location=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, routing_preference=None, sas_policy=None, secondary_endpoints=None, secondary_location=None, sku=None, status_of_primary=None, status_of_secondary=None, storage_account_sku_conversion_status=None, tags=None, type=None):
|
|
31
|
+
if access_tier and not isinstance(access_tier, str):
|
|
32
|
+
raise TypeError("Expected argument 'access_tier' to be a str")
|
|
33
|
+
pulumi.set(__self__, "access_tier", access_tier)
|
|
34
|
+
if account_migration_in_progress and not isinstance(account_migration_in_progress, bool):
|
|
35
|
+
raise TypeError("Expected argument 'account_migration_in_progress' to be a bool")
|
|
36
|
+
pulumi.set(__self__, "account_migration_in_progress", account_migration_in_progress)
|
|
37
|
+
if allow_blob_public_access and not isinstance(allow_blob_public_access, bool):
|
|
38
|
+
raise TypeError("Expected argument 'allow_blob_public_access' to be a bool")
|
|
39
|
+
pulumi.set(__self__, "allow_blob_public_access", allow_blob_public_access)
|
|
40
|
+
if allow_cross_tenant_replication and not isinstance(allow_cross_tenant_replication, bool):
|
|
41
|
+
raise TypeError("Expected argument 'allow_cross_tenant_replication' to be a bool")
|
|
42
|
+
pulumi.set(__self__, "allow_cross_tenant_replication", allow_cross_tenant_replication)
|
|
43
|
+
if allow_shared_key_access and not isinstance(allow_shared_key_access, bool):
|
|
44
|
+
raise TypeError("Expected argument 'allow_shared_key_access' to be a bool")
|
|
45
|
+
pulumi.set(__self__, "allow_shared_key_access", allow_shared_key_access)
|
|
46
|
+
if allowed_copy_scope and not isinstance(allowed_copy_scope, str):
|
|
47
|
+
raise TypeError("Expected argument 'allowed_copy_scope' to be a str")
|
|
48
|
+
pulumi.set(__self__, "allowed_copy_scope", allowed_copy_scope)
|
|
49
|
+
if azure_files_identity_based_authentication and not isinstance(azure_files_identity_based_authentication, dict):
|
|
50
|
+
raise TypeError("Expected argument 'azure_files_identity_based_authentication' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "azure_files_identity_based_authentication", azure_files_identity_based_authentication)
|
|
52
|
+
if blob_restore_status and not isinstance(blob_restore_status, dict):
|
|
53
|
+
raise TypeError("Expected argument 'blob_restore_status' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "blob_restore_status", blob_restore_status)
|
|
55
|
+
if creation_time and not isinstance(creation_time, str):
|
|
56
|
+
raise TypeError("Expected argument 'creation_time' to be a str")
|
|
57
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
58
|
+
if custom_domain and not isinstance(custom_domain, dict):
|
|
59
|
+
raise TypeError("Expected argument 'custom_domain' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "custom_domain", custom_domain)
|
|
61
|
+
if default_to_o_auth_authentication and not isinstance(default_to_o_auth_authentication, bool):
|
|
62
|
+
raise TypeError("Expected argument 'default_to_o_auth_authentication' to be a bool")
|
|
63
|
+
pulumi.set(__self__, "default_to_o_auth_authentication", default_to_o_auth_authentication)
|
|
64
|
+
if dns_endpoint_type and not isinstance(dns_endpoint_type, str):
|
|
65
|
+
raise TypeError("Expected argument 'dns_endpoint_type' to be a str")
|
|
66
|
+
pulumi.set(__self__, "dns_endpoint_type", dns_endpoint_type)
|
|
67
|
+
if enable_extended_groups and not isinstance(enable_extended_groups, bool):
|
|
68
|
+
raise TypeError("Expected argument 'enable_extended_groups' to be a bool")
|
|
69
|
+
pulumi.set(__self__, "enable_extended_groups", enable_extended_groups)
|
|
70
|
+
if enable_https_traffic_only and not isinstance(enable_https_traffic_only, bool):
|
|
71
|
+
raise TypeError("Expected argument 'enable_https_traffic_only' to be a bool")
|
|
72
|
+
pulumi.set(__self__, "enable_https_traffic_only", enable_https_traffic_only)
|
|
73
|
+
if enable_nfs_v3 and not isinstance(enable_nfs_v3, bool):
|
|
74
|
+
raise TypeError("Expected argument 'enable_nfs_v3' to be a bool")
|
|
75
|
+
pulumi.set(__self__, "enable_nfs_v3", enable_nfs_v3)
|
|
76
|
+
if encryption and not isinstance(encryption, dict):
|
|
77
|
+
raise TypeError("Expected argument 'encryption' to be a dict")
|
|
78
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
79
|
+
if extended_location and not isinstance(extended_location, dict):
|
|
80
|
+
raise TypeError("Expected argument 'extended_location' to be a dict")
|
|
81
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
82
|
+
if failover_in_progress and not isinstance(failover_in_progress, bool):
|
|
83
|
+
raise TypeError("Expected argument 'failover_in_progress' to be a bool")
|
|
84
|
+
pulumi.set(__self__, "failover_in_progress", failover_in_progress)
|
|
85
|
+
if geo_replication_stats and not isinstance(geo_replication_stats, dict):
|
|
86
|
+
raise TypeError("Expected argument 'geo_replication_stats' to be a dict")
|
|
87
|
+
pulumi.set(__self__, "geo_replication_stats", geo_replication_stats)
|
|
88
|
+
if id and not isinstance(id, str):
|
|
89
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
90
|
+
pulumi.set(__self__, "id", id)
|
|
91
|
+
if identity and not isinstance(identity, dict):
|
|
92
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
93
|
+
pulumi.set(__self__, "identity", identity)
|
|
94
|
+
if immutable_storage_with_versioning and not isinstance(immutable_storage_with_versioning, dict):
|
|
95
|
+
raise TypeError("Expected argument 'immutable_storage_with_versioning' to be a dict")
|
|
96
|
+
pulumi.set(__self__, "immutable_storage_with_versioning", immutable_storage_with_versioning)
|
|
97
|
+
if is_hns_enabled and not isinstance(is_hns_enabled, bool):
|
|
98
|
+
raise TypeError("Expected argument 'is_hns_enabled' to be a bool")
|
|
99
|
+
pulumi.set(__self__, "is_hns_enabled", is_hns_enabled)
|
|
100
|
+
if is_local_user_enabled and not isinstance(is_local_user_enabled, bool):
|
|
101
|
+
raise TypeError("Expected argument 'is_local_user_enabled' to be a bool")
|
|
102
|
+
pulumi.set(__self__, "is_local_user_enabled", is_local_user_enabled)
|
|
103
|
+
if is_sftp_enabled and not isinstance(is_sftp_enabled, bool):
|
|
104
|
+
raise TypeError("Expected argument 'is_sftp_enabled' to be a bool")
|
|
105
|
+
pulumi.set(__self__, "is_sftp_enabled", is_sftp_enabled)
|
|
106
|
+
if is_sku_conversion_blocked and not isinstance(is_sku_conversion_blocked, bool):
|
|
107
|
+
raise TypeError("Expected argument 'is_sku_conversion_blocked' to be a bool")
|
|
108
|
+
pulumi.set(__self__, "is_sku_conversion_blocked", is_sku_conversion_blocked)
|
|
109
|
+
if key_creation_time and not isinstance(key_creation_time, dict):
|
|
110
|
+
raise TypeError("Expected argument 'key_creation_time' to be a dict")
|
|
111
|
+
pulumi.set(__self__, "key_creation_time", key_creation_time)
|
|
112
|
+
if key_policy and not isinstance(key_policy, dict):
|
|
113
|
+
raise TypeError("Expected argument 'key_policy' to be a dict")
|
|
114
|
+
pulumi.set(__self__, "key_policy", key_policy)
|
|
115
|
+
if kind and not isinstance(kind, str):
|
|
116
|
+
raise TypeError("Expected argument 'kind' to be a str")
|
|
117
|
+
pulumi.set(__self__, "kind", kind)
|
|
118
|
+
if large_file_shares_state and not isinstance(large_file_shares_state, str):
|
|
119
|
+
raise TypeError("Expected argument 'large_file_shares_state' to be a str")
|
|
120
|
+
pulumi.set(__self__, "large_file_shares_state", large_file_shares_state)
|
|
121
|
+
if last_geo_failover_time and not isinstance(last_geo_failover_time, str):
|
|
122
|
+
raise TypeError("Expected argument 'last_geo_failover_time' to be a str")
|
|
123
|
+
pulumi.set(__self__, "last_geo_failover_time", last_geo_failover_time)
|
|
124
|
+
if location and not isinstance(location, str):
|
|
125
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
126
|
+
pulumi.set(__self__, "location", location)
|
|
127
|
+
if minimum_tls_version and not isinstance(minimum_tls_version, str):
|
|
128
|
+
raise TypeError("Expected argument 'minimum_tls_version' to be a str")
|
|
129
|
+
pulumi.set(__self__, "minimum_tls_version", minimum_tls_version)
|
|
130
|
+
if name and not isinstance(name, str):
|
|
131
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
132
|
+
pulumi.set(__self__, "name", name)
|
|
133
|
+
if network_rule_set and not isinstance(network_rule_set, dict):
|
|
134
|
+
raise TypeError("Expected argument 'network_rule_set' to be a dict")
|
|
135
|
+
pulumi.set(__self__, "network_rule_set", network_rule_set)
|
|
136
|
+
if primary_endpoints and not isinstance(primary_endpoints, dict):
|
|
137
|
+
raise TypeError("Expected argument 'primary_endpoints' to be a dict")
|
|
138
|
+
pulumi.set(__self__, "primary_endpoints", primary_endpoints)
|
|
139
|
+
if primary_location and not isinstance(primary_location, str):
|
|
140
|
+
raise TypeError("Expected argument 'primary_location' to be a str")
|
|
141
|
+
pulumi.set(__self__, "primary_location", primary_location)
|
|
142
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
143
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
144
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
145
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
146
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
147
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
148
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
149
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
150
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
151
|
+
if routing_preference and not isinstance(routing_preference, dict):
|
|
152
|
+
raise TypeError("Expected argument 'routing_preference' to be a dict")
|
|
153
|
+
pulumi.set(__self__, "routing_preference", routing_preference)
|
|
154
|
+
if sas_policy and not isinstance(sas_policy, dict):
|
|
155
|
+
raise TypeError("Expected argument 'sas_policy' to be a dict")
|
|
156
|
+
pulumi.set(__self__, "sas_policy", sas_policy)
|
|
157
|
+
if secondary_endpoints and not isinstance(secondary_endpoints, dict):
|
|
158
|
+
raise TypeError("Expected argument 'secondary_endpoints' to be a dict")
|
|
159
|
+
pulumi.set(__self__, "secondary_endpoints", secondary_endpoints)
|
|
160
|
+
if secondary_location and not isinstance(secondary_location, str):
|
|
161
|
+
raise TypeError("Expected argument 'secondary_location' to be a str")
|
|
162
|
+
pulumi.set(__self__, "secondary_location", secondary_location)
|
|
163
|
+
if sku and not isinstance(sku, dict):
|
|
164
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
165
|
+
pulumi.set(__self__, "sku", sku)
|
|
166
|
+
if status_of_primary and not isinstance(status_of_primary, str):
|
|
167
|
+
raise TypeError("Expected argument 'status_of_primary' to be a str")
|
|
168
|
+
pulumi.set(__self__, "status_of_primary", status_of_primary)
|
|
169
|
+
if status_of_secondary and not isinstance(status_of_secondary, str):
|
|
170
|
+
raise TypeError("Expected argument 'status_of_secondary' to be a str")
|
|
171
|
+
pulumi.set(__self__, "status_of_secondary", status_of_secondary)
|
|
172
|
+
if storage_account_sku_conversion_status and not isinstance(storage_account_sku_conversion_status, dict):
|
|
173
|
+
raise TypeError("Expected argument 'storage_account_sku_conversion_status' to be a dict")
|
|
174
|
+
pulumi.set(__self__, "storage_account_sku_conversion_status", storage_account_sku_conversion_status)
|
|
175
|
+
if tags and not isinstance(tags, dict):
|
|
176
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
177
|
+
pulumi.set(__self__, "tags", tags)
|
|
178
|
+
if type and not isinstance(type, str):
|
|
179
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
180
|
+
pulumi.set(__self__, "type", type)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="accessTier")
|
|
184
|
+
def access_tier(self) -> str:
|
|
185
|
+
"""
|
|
186
|
+
Required for storage accounts where kind = BlobStorage. The access tier is used for billing. The 'Premium' access tier is the default value for premium block blobs storage account type and it cannot be changed for the premium block blobs storage account type.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "access_tier")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="accountMigrationInProgress")
|
|
192
|
+
def account_migration_in_progress(self) -> bool:
|
|
193
|
+
"""
|
|
194
|
+
If customer initiated account migration is in progress, the value will be true else it will be null.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "account_migration_in_progress")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="allowBlobPublicAccess")
|
|
200
|
+
def allow_blob_public_access(self) -> Optional[bool]:
|
|
201
|
+
"""
|
|
202
|
+
Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is false for this property.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "allow_blob_public_access")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="allowCrossTenantReplication")
|
|
208
|
+
def allow_cross_tenant_replication(self) -> Optional[bool]:
|
|
209
|
+
"""
|
|
210
|
+
Allow or disallow cross AAD tenant object replication. Set this property to true for new or existing accounts only if object replication policies will involve storage accounts in different AAD tenants. The default interpretation is false for new accounts to follow best security practices by default.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "allow_cross_tenant_replication")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="allowSharedKeyAccess")
|
|
216
|
+
def allow_shared_key_access(self) -> Optional[bool]:
|
|
217
|
+
"""
|
|
218
|
+
Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "allow_shared_key_access")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="allowedCopyScope")
|
|
224
|
+
def allowed_copy_scope(self) -> Optional[str]:
|
|
225
|
+
"""
|
|
226
|
+
Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "allowed_copy_scope")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="azureFilesIdentityBasedAuthentication")
|
|
232
|
+
def azure_files_identity_based_authentication(self) -> Optional['outputs.AzureFilesIdentityBasedAuthenticationResponse']:
|
|
233
|
+
"""
|
|
234
|
+
Provides the identity based authentication settings for Azure Files.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "azure_files_identity_based_authentication")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="blobRestoreStatus")
|
|
240
|
+
def blob_restore_status(self) -> 'outputs.BlobRestoreStatusResponse':
|
|
241
|
+
"""
|
|
242
|
+
Blob restore status
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "blob_restore_status")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter(name="creationTime")
|
|
248
|
+
def creation_time(self) -> str:
|
|
249
|
+
"""
|
|
250
|
+
Gets the creation date and time of the storage account in UTC.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "creation_time")
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter(name="customDomain")
|
|
256
|
+
def custom_domain(self) -> 'outputs.CustomDomainResponse':
|
|
257
|
+
"""
|
|
258
|
+
Gets the custom domain the user assigned to this storage account.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "custom_domain")
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter(name="defaultToOAuthAuthentication")
|
|
264
|
+
def default_to_o_auth_authentication(self) -> Optional[bool]:
|
|
265
|
+
"""
|
|
266
|
+
A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "default_to_o_auth_authentication")
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter(name="dnsEndpointType")
|
|
272
|
+
def dns_endpoint_type(self) -> Optional[str]:
|
|
273
|
+
"""
|
|
274
|
+
Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier.
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "dns_endpoint_type")
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="enableExtendedGroups")
|
|
280
|
+
def enable_extended_groups(self) -> Optional[bool]:
|
|
281
|
+
"""
|
|
282
|
+
Enables extended group support with local users feature, if set to true
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "enable_extended_groups")
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter(name="enableHttpsTrafficOnly")
|
|
288
|
+
def enable_https_traffic_only(self) -> Optional[bool]:
|
|
289
|
+
"""
|
|
290
|
+
Allows https traffic only to storage service if sets to true.
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "enable_https_traffic_only")
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter(name="enableNfsV3")
|
|
296
|
+
def enable_nfs_v3(self) -> Optional[bool]:
|
|
297
|
+
"""
|
|
298
|
+
NFS 3.0 protocol support enabled if set to true.
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "enable_nfs_v3")
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
@pulumi.getter
|
|
304
|
+
def encryption(self) -> 'outputs.EncryptionResponse':
|
|
305
|
+
"""
|
|
306
|
+
Encryption settings to be used for server-side encryption for the storage account.
|
|
307
|
+
"""
|
|
308
|
+
return pulumi.get(self, "encryption")
|
|
309
|
+
|
|
310
|
+
@property
|
|
311
|
+
@pulumi.getter(name="extendedLocation")
|
|
312
|
+
def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
|
|
313
|
+
"""
|
|
314
|
+
The extendedLocation of the resource.
|
|
315
|
+
"""
|
|
316
|
+
return pulumi.get(self, "extended_location")
|
|
317
|
+
|
|
318
|
+
@property
|
|
319
|
+
@pulumi.getter(name="failoverInProgress")
|
|
320
|
+
def failover_in_progress(self) -> bool:
|
|
321
|
+
"""
|
|
322
|
+
If the failover is in progress, the value will be true, otherwise, it will be null.
|
|
323
|
+
"""
|
|
324
|
+
return pulumi.get(self, "failover_in_progress")
|
|
325
|
+
|
|
326
|
+
@property
|
|
327
|
+
@pulumi.getter(name="geoReplicationStats")
|
|
328
|
+
def geo_replication_stats(self) -> 'outputs.GeoReplicationStatsResponse':
|
|
329
|
+
"""
|
|
330
|
+
Geo Replication Stats
|
|
331
|
+
"""
|
|
332
|
+
return pulumi.get(self, "geo_replication_stats")
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
@pulumi.getter
|
|
336
|
+
def id(self) -> str:
|
|
337
|
+
"""
|
|
338
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
339
|
+
"""
|
|
340
|
+
return pulumi.get(self, "id")
|
|
341
|
+
|
|
342
|
+
@property
|
|
343
|
+
@pulumi.getter
|
|
344
|
+
def identity(self) -> Optional['outputs.IdentityResponse']:
|
|
345
|
+
"""
|
|
346
|
+
The identity of the resource.
|
|
347
|
+
"""
|
|
348
|
+
return pulumi.get(self, "identity")
|
|
349
|
+
|
|
350
|
+
@property
|
|
351
|
+
@pulumi.getter(name="immutableStorageWithVersioning")
|
|
352
|
+
def immutable_storage_with_versioning(self) -> Optional['outputs.ImmutableStorageAccountResponse']:
|
|
353
|
+
"""
|
|
354
|
+
The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default.
|
|
355
|
+
"""
|
|
356
|
+
return pulumi.get(self, "immutable_storage_with_versioning")
|
|
357
|
+
|
|
358
|
+
@property
|
|
359
|
+
@pulumi.getter(name="isHnsEnabled")
|
|
360
|
+
def is_hns_enabled(self) -> Optional[bool]:
|
|
361
|
+
"""
|
|
362
|
+
Account HierarchicalNamespace enabled if sets to true.
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "is_hns_enabled")
|
|
365
|
+
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="isLocalUserEnabled")
|
|
368
|
+
def is_local_user_enabled(self) -> Optional[bool]:
|
|
369
|
+
"""
|
|
370
|
+
Enables local users feature, if set to true
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "is_local_user_enabled")
|
|
373
|
+
|
|
374
|
+
@property
|
|
375
|
+
@pulumi.getter(name="isSftpEnabled")
|
|
376
|
+
def is_sftp_enabled(self) -> Optional[bool]:
|
|
377
|
+
"""
|
|
378
|
+
Enables Secure File Transfer Protocol, if set to true
|
|
379
|
+
"""
|
|
380
|
+
return pulumi.get(self, "is_sftp_enabled")
|
|
381
|
+
|
|
382
|
+
@property
|
|
383
|
+
@pulumi.getter(name="isSkuConversionBlocked")
|
|
384
|
+
def is_sku_conversion_blocked(self) -> bool:
|
|
385
|
+
"""
|
|
386
|
+
This property will be set to true or false on an event of ongoing migration. Default value is null.
|
|
387
|
+
"""
|
|
388
|
+
return pulumi.get(self, "is_sku_conversion_blocked")
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
@pulumi.getter(name="keyCreationTime")
|
|
392
|
+
def key_creation_time(self) -> 'outputs.KeyCreationTimeResponse':
|
|
393
|
+
"""
|
|
394
|
+
Storage account keys creation time.
|
|
395
|
+
"""
|
|
396
|
+
return pulumi.get(self, "key_creation_time")
|
|
397
|
+
|
|
398
|
+
@property
|
|
399
|
+
@pulumi.getter(name="keyPolicy")
|
|
400
|
+
def key_policy(self) -> 'outputs.KeyPolicyResponse':
|
|
401
|
+
"""
|
|
402
|
+
KeyPolicy assigned to the storage account.
|
|
403
|
+
"""
|
|
404
|
+
return pulumi.get(self, "key_policy")
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter
|
|
408
|
+
def kind(self) -> str:
|
|
409
|
+
"""
|
|
410
|
+
Gets the Kind.
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "kind")
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter(name="largeFileSharesState")
|
|
416
|
+
def large_file_shares_state(self) -> Optional[str]:
|
|
417
|
+
"""
|
|
418
|
+
Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.
|
|
419
|
+
"""
|
|
420
|
+
return pulumi.get(self, "large_file_shares_state")
|
|
421
|
+
|
|
422
|
+
@property
|
|
423
|
+
@pulumi.getter(name="lastGeoFailoverTime")
|
|
424
|
+
def last_geo_failover_time(self) -> str:
|
|
425
|
+
"""
|
|
426
|
+
Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.
|
|
427
|
+
"""
|
|
428
|
+
return pulumi.get(self, "last_geo_failover_time")
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter
|
|
432
|
+
def location(self) -> str:
|
|
433
|
+
"""
|
|
434
|
+
The geo-location where the resource lives
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "location")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter(name="minimumTlsVersion")
|
|
440
|
+
def minimum_tls_version(self) -> Optional[str]:
|
|
441
|
+
"""
|
|
442
|
+
Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property.
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "minimum_tls_version")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter
|
|
448
|
+
def name(self) -> str:
|
|
449
|
+
"""
|
|
450
|
+
The name of the resource
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "name")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="networkRuleSet")
|
|
456
|
+
def network_rule_set(self) -> 'outputs.NetworkRuleSetResponse':
|
|
457
|
+
"""
|
|
458
|
+
Network rule set
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "network_rule_set")
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter(name="primaryEndpoints")
|
|
464
|
+
def primary_endpoints(self) -> 'outputs.EndpointsResponse':
|
|
465
|
+
"""
|
|
466
|
+
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "primary_endpoints")
|
|
469
|
+
|
|
470
|
+
@property
|
|
471
|
+
@pulumi.getter(name="primaryLocation")
|
|
472
|
+
def primary_location(self) -> str:
|
|
473
|
+
"""
|
|
474
|
+
Gets the location of the primary data center for the storage account.
|
|
475
|
+
"""
|
|
476
|
+
return pulumi.get(self, "primary_location")
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
480
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
481
|
+
"""
|
|
482
|
+
List of private endpoint connection associated with the specified storage account
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter(name="provisioningState")
|
|
488
|
+
def provisioning_state(self) -> str:
|
|
489
|
+
"""
|
|
490
|
+
Gets the status of the storage account at the time the operation was called.
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "provisioning_state")
|
|
493
|
+
|
|
494
|
+
@property
|
|
495
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
496
|
+
def public_network_access(self) -> Optional[str]:
|
|
497
|
+
"""
|
|
498
|
+
Allow, disallow, or let Network Security Perimeter configuration to evaluate public network access to Storage Account.
|
|
499
|
+
"""
|
|
500
|
+
return pulumi.get(self, "public_network_access")
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter(name="routingPreference")
|
|
504
|
+
def routing_preference(self) -> Optional['outputs.RoutingPreferenceResponse']:
|
|
505
|
+
"""
|
|
506
|
+
Maintains information about the network routing choice opted by the user for data transfer
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "routing_preference")
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter(name="sasPolicy")
|
|
512
|
+
def sas_policy(self) -> 'outputs.SasPolicyResponse':
|
|
513
|
+
"""
|
|
514
|
+
SasPolicy assigned to the storage account.
|
|
515
|
+
"""
|
|
516
|
+
return pulumi.get(self, "sas_policy")
|
|
517
|
+
|
|
518
|
+
@property
|
|
519
|
+
@pulumi.getter(name="secondaryEndpoints")
|
|
520
|
+
def secondary_endpoints(self) -> 'outputs.EndpointsResponse':
|
|
521
|
+
"""
|
|
522
|
+
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.
|
|
523
|
+
"""
|
|
524
|
+
return pulumi.get(self, "secondary_endpoints")
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter(name="secondaryLocation")
|
|
528
|
+
def secondary_location(self) -> str:
|
|
529
|
+
"""
|
|
530
|
+
Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "secondary_location")
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter
|
|
536
|
+
def sku(self) -> 'outputs.SkuResponse':
|
|
537
|
+
"""
|
|
538
|
+
Gets the SKU.
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "sku")
|
|
541
|
+
|
|
542
|
+
@property
|
|
543
|
+
@pulumi.getter(name="statusOfPrimary")
|
|
544
|
+
def status_of_primary(self) -> str:
|
|
545
|
+
"""
|
|
546
|
+
Gets the status indicating whether the primary location of the storage account is available or unavailable.
|
|
547
|
+
"""
|
|
548
|
+
return pulumi.get(self, "status_of_primary")
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
@pulumi.getter(name="statusOfSecondary")
|
|
552
|
+
def status_of_secondary(self) -> str:
|
|
553
|
+
"""
|
|
554
|
+
Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.
|
|
555
|
+
"""
|
|
556
|
+
return pulumi.get(self, "status_of_secondary")
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
@pulumi.getter(name="storageAccountSkuConversionStatus")
|
|
560
|
+
def storage_account_sku_conversion_status(self) -> Optional['outputs.StorageAccountSkuConversionStatusResponse']:
|
|
561
|
+
"""
|
|
562
|
+
This property is readOnly and is set by server during asynchronous storage account sku conversion operations.
|
|
563
|
+
"""
|
|
564
|
+
return pulumi.get(self, "storage_account_sku_conversion_status")
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter
|
|
568
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
569
|
+
"""
|
|
570
|
+
Resource tags.
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "tags")
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter
|
|
576
|
+
def type(self) -> str:
|
|
577
|
+
"""
|
|
578
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "type")
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
class AwaitableGetStorageAccountResult(GetStorageAccountResult):
|
|
584
|
+
# pylint: disable=using-constant-test
|
|
585
|
+
def __await__(self):
|
|
586
|
+
if False:
|
|
587
|
+
yield self
|
|
588
|
+
return GetStorageAccountResult(
|
|
589
|
+
access_tier=self.access_tier,
|
|
590
|
+
account_migration_in_progress=self.account_migration_in_progress,
|
|
591
|
+
allow_blob_public_access=self.allow_blob_public_access,
|
|
592
|
+
allow_cross_tenant_replication=self.allow_cross_tenant_replication,
|
|
593
|
+
allow_shared_key_access=self.allow_shared_key_access,
|
|
594
|
+
allowed_copy_scope=self.allowed_copy_scope,
|
|
595
|
+
azure_files_identity_based_authentication=self.azure_files_identity_based_authentication,
|
|
596
|
+
blob_restore_status=self.blob_restore_status,
|
|
597
|
+
creation_time=self.creation_time,
|
|
598
|
+
custom_domain=self.custom_domain,
|
|
599
|
+
default_to_o_auth_authentication=self.default_to_o_auth_authentication,
|
|
600
|
+
dns_endpoint_type=self.dns_endpoint_type,
|
|
601
|
+
enable_extended_groups=self.enable_extended_groups,
|
|
602
|
+
enable_https_traffic_only=self.enable_https_traffic_only,
|
|
603
|
+
enable_nfs_v3=self.enable_nfs_v3,
|
|
604
|
+
encryption=self.encryption,
|
|
605
|
+
extended_location=self.extended_location,
|
|
606
|
+
failover_in_progress=self.failover_in_progress,
|
|
607
|
+
geo_replication_stats=self.geo_replication_stats,
|
|
608
|
+
id=self.id,
|
|
609
|
+
identity=self.identity,
|
|
610
|
+
immutable_storage_with_versioning=self.immutable_storage_with_versioning,
|
|
611
|
+
is_hns_enabled=self.is_hns_enabled,
|
|
612
|
+
is_local_user_enabled=self.is_local_user_enabled,
|
|
613
|
+
is_sftp_enabled=self.is_sftp_enabled,
|
|
614
|
+
is_sku_conversion_blocked=self.is_sku_conversion_blocked,
|
|
615
|
+
key_creation_time=self.key_creation_time,
|
|
616
|
+
key_policy=self.key_policy,
|
|
617
|
+
kind=self.kind,
|
|
618
|
+
large_file_shares_state=self.large_file_shares_state,
|
|
619
|
+
last_geo_failover_time=self.last_geo_failover_time,
|
|
620
|
+
location=self.location,
|
|
621
|
+
minimum_tls_version=self.minimum_tls_version,
|
|
622
|
+
name=self.name,
|
|
623
|
+
network_rule_set=self.network_rule_set,
|
|
624
|
+
primary_endpoints=self.primary_endpoints,
|
|
625
|
+
primary_location=self.primary_location,
|
|
626
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
627
|
+
provisioning_state=self.provisioning_state,
|
|
628
|
+
public_network_access=self.public_network_access,
|
|
629
|
+
routing_preference=self.routing_preference,
|
|
630
|
+
sas_policy=self.sas_policy,
|
|
631
|
+
secondary_endpoints=self.secondary_endpoints,
|
|
632
|
+
secondary_location=self.secondary_location,
|
|
633
|
+
sku=self.sku,
|
|
634
|
+
status_of_primary=self.status_of_primary,
|
|
635
|
+
status_of_secondary=self.status_of_secondary,
|
|
636
|
+
storage_account_sku_conversion_status=self.storage_account_sku_conversion_status,
|
|
637
|
+
tags=self.tags,
|
|
638
|
+
type=self.type)
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
def get_storage_account(account_name: Optional[str] = None,
|
|
642
|
+
expand: Optional[str] = None,
|
|
643
|
+
resource_group_name: Optional[str] = None,
|
|
644
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageAccountResult:
|
|
645
|
+
"""
|
|
646
|
+
Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
:param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
|
|
650
|
+
:param str expand: May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.
|
|
651
|
+
:param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
|
|
652
|
+
"""
|
|
653
|
+
__args__ = dict()
|
|
654
|
+
__args__['accountName'] = account_name
|
|
655
|
+
__args__['expand'] = expand
|
|
656
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
657
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
658
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storage/v20240101:getStorageAccount', __args__, opts=opts, typ=GetStorageAccountResult).value
|
|
659
|
+
|
|
660
|
+
return AwaitableGetStorageAccountResult(
|
|
661
|
+
access_tier=pulumi.get(__ret__, 'access_tier'),
|
|
662
|
+
account_migration_in_progress=pulumi.get(__ret__, 'account_migration_in_progress'),
|
|
663
|
+
allow_blob_public_access=pulumi.get(__ret__, 'allow_blob_public_access'),
|
|
664
|
+
allow_cross_tenant_replication=pulumi.get(__ret__, 'allow_cross_tenant_replication'),
|
|
665
|
+
allow_shared_key_access=pulumi.get(__ret__, 'allow_shared_key_access'),
|
|
666
|
+
allowed_copy_scope=pulumi.get(__ret__, 'allowed_copy_scope'),
|
|
667
|
+
azure_files_identity_based_authentication=pulumi.get(__ret__, 'azure_files_identity_based_authentication'),
|
|
668
|
+
blob_restore_status=pulumi.get(__ret__, 'blob_restore_status'),
|
|
669
|
+
creation_time=pulumi.get(__ret__, 'creation_time'),
|
|
670
|
+
custom_domain=pulumi.get(__ret__, 'custom_domain'),
|
|
671
|
+
default_to_o_auth_authentication=pulumi.get(__ret__, 'default_to_o_auth_authentication'),
|
|
672
|
+
dns_endpoint_type=pulumi.get(__ret__, 'dns_endpoint_type'),
|
|
673
|
+
enable_extended_groups=pulumi.get(__ret__, 'enable_extended_groups'),
|
|
674
|
+
enable_https_traffic_only=pulumi.get(__ret__, 'enable_https_traffic_only'),
|
|
675
|
+
enable_nfs_v3=pulumi.get(__ret__, 'enable_nfs_v3'),
|
|
676
|
+
encryption=pulumi.get(__ret__, 'encryption'),
|
|
677
|
+
extended_location=pulumi.get(__ret__, 'extended_location'),
|
|
678
|
+
failover_in_progress=pulumi.get(__ret__, 'failover_in_progress'),
|
|
679
|
+
geo_replication_stats=pulumi.get(__ret__, 'geo_replication_stats'),
|
|
680
|
+
id=pulumi.get(__ret__, 'id'),
|
|
681
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
682
|
+
immutable_storage_with_versioning=pulumi.get(__ret__, 'immutable_storage_with_versioning'),
|
|
683
|
+
is_hns_enabled=pulumi.get(__ret__, 'is_hns_enabled'),
|
|
684
|
+
is_local_user_enabled=pulumi.get(__ret__, 'is_local_user_enabled'),
|
|
685
|
+
is_sftp_enabled=pulumi.get(__ret__, 'is_sftp_enabled'),
|
|
686
|
+
is_sku_conversion_blocked=pulumi.get(__ret__, 'is_sku_conversion_blocked'),
|
|
687
|
+
key_creation_time=pulumi.get(__ret__, 'key_creation_time'),
|
|
688
|
+
key_policy=pulumi.get(__ret__, 'key_policy'),
|
|
689
|
+
kind=pulumi.get(__ret__, 'kind'),
|
|
690
|
+
large_file_shares_state=pulumi.get(__ret__, 'large_file_shares_state'),
|
|
691
|
+
last_geo_failover_time=pulumi.get(__ret__, 'last_geo_failover_time'),
|
|
692
|
+
location=pulumi.get(__ret__, 'location'),
|
|
693
|
+
minimum_tls_version=pulumi.get(__ret__, 'minimum_tls_version'),
|
|
694
|
+
name=pulumi.get(__ret__, 'name'),
|
|
695
|
+
network_rule_set=pulumi.get(__ret__, 'network_rule_set'),
|
|
696
|
+
primary_endpoints=pulumi.get(__ret__, 'primary_endpoints'),
|
|
697
|
+
primary_location=pulumi.get(__ret__, 'primary_location'),
|
|
698
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
699
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
700
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
701
|
+
routing_preference=pulumi.get(__ret__, 'routing_preference'),
|
|
702
|
+
sas_policy=pulumi.get(__ret__, 'sas_policy'),
|
|
703
|
+
secondary_endpoints=pulumi.get(__ret__, 'secondary_endpoints'),
|
|
704
|
+
secondary_location=pulumi.get(__ret__, 'secondary_location'),
|
|
705
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
706
|
+
status_of_primary=pulumi.get(__ret__, 'status_of_primary'),
|
|
707
|
+
status_of_secondary=pulumi.get(__ret__, 'status_of_secondary'),
|
|
708
|
+
storage_account_sku_conversion_status=pulumi.get(__ret__, 'storage_account_sku_conversion_status'),
|
|
709
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
710
|
+
type=pulumi.get(__ret__, 'type'))
|
|
711
|
+
def get_storage_account_output(account_name: Optional[pulumi.Input[str]] = None,
|
|
712
|
+
expand: Optional[pulumi.Input[Optional[str]]] = None,
|
|
713
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
714
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStorageAccountResult]:
|
|
715
|
+
"""
|
|
716
|
+
Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
:param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
|
|
720
|
+
:param str expand: May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.
|
|
721
|
+
:param str resource_group_name: The name of the resource group within the user's subscription. The name is case insensitive.
|
|
722
|
+
"""
|
|
723
|
+
__args__ = dict()
|
|
724
|
+
__args__['accountName'] = account_name
|
|
725
|
+
__args__['expand'] = expand
|
|
726
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
727
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
728
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:storage/v20240101:getStorageAccount', __args__, opts=opts, typ=GetStorageAccountResult)
|
|
729
|
+
return __ret__.apply(lambda __response__: GetStorageAccountResult(
|
|
730
|
+
access_tier=pulumi.get(__response__, 'access_tier'),
|
|
731
|
+
account_migration_in_progress=pulumi.get(__response__, 'account_migration_in_progress'),
|
|
732
|
+
allow_blob_public_access=pulumi.get(__response__, 'allow_blob_public_access'),
|
|
733
|
+
allow_cross_tenant_replication=pulumi.get(__response__, 'allow_cross_tenant_replication'),
|
|
734
|
+
allow_shared_key_access=pulumi.get(__response__, 'allow_shared_key_access'),
|
|
735
|
+
allowed_copy_scope=pulumi.get(__response__, 'allowed_copy_scope'),
|
|
736
|
+
azure_files_identity_based_authentication=pulumi.get(__response__, 'azure_files_identity_based_authentication'),
|
|
737
|
+
blob_restore_status=pulumi.get(__response__, 'blob_restore_status'),
|
|
738
|
+
creation_time=pulumi.get(__response__, 'creation_time'),
|
|
739
|
+
custom_domain=pulumi.get(__response__, 'custom_domain'),
|
|
740
|
+
default_to_o_auth_authentication=pulumi.get(__response__, 'default_to_o_auth_authentication'),
|
|
741
|
+
dns_endpoint_type=pulumi.get(__response__, 'dns_endpoint_type'),
|
|
742
|
+
enable_extended_groups=pulumi.get(__response__, 'enable_extended_groups'),
|
|
743
|
+
enable_https_traffic_only=pulumi.get(__response__, 'enable_https_traffic_only'),
|
|
744
|
+
enable_nfs_v3=pulumi.get(__response__, 'enable_nfs_v3'),
|
|
745
|
+
encryption=pulumi.get(__response__, 'encryption'),
|
|
746
|
+
extended_location=pulumi.get(__response__, 'extended_location'),
|
|
747
|
+
failover_in_progress=pulumi.get(__response__, 'failover_in_progress'),
|
|
748
|
+
geo_replication_stats=pulumi.get(__response__, 'geo_replication_stats'),
|
|
749
|
+
id=pulumi.get(__response__, 'id'),
|
|
750
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
751
|
+
immutable_storage_with_versioning=pulumi.get(__response__, 'immutable_storage_with_versioning'),
|
|
752
|
+
is_hns_enabled=pulumi.get(__response__, 'is_hns_enabled'),
|
|
753
|
+
is_local_user_enabled=pulumi.get(__response__, 'is_local_user_enabled'),
|
|
754
|
+
is_sftp_enabled=pulumi.get(__response__, 'is_sftp_enabled'),
|
|
755
|
+
is_sku_conversion_blocked=pulumi.get(__response__, 'is_sku_conversion_blocked'),
|
|
756
|
+
key_creation_time=pulumi.get(__response__, 'key_creation_time'),
|
|
757
|
+
key_policy=pulumi.get(__response__, 'key_policy'),
|
|
758
|
+
kind=pulumi.get(__response__, 'kind'),
|
|
759
|
+
large_file_shares_state=pulumi.get(__response__, 'large_file_shares_state'),
|
|
760
|
+
last_geo_failover_time=pulumi.get(__response__, 'last_geo_failover_time'),
|
|
761
|
+
location=pulumi.get(__response__, 'location'),
|
|
762
|
+
minimum_tls_version=pulumi.get(__response__, 'minimum_tls_version'),
|
|
763
|
+
name=pulumi.get(__response__, 'name'),
|
|
764
|
+
network_rule_set=pulumi.get(__response__, 'network_rule_set'),
|
|
765
|
+
primary_endpoints=pulumi.get(__response__, 'primary_endpoints'),
|
|
766
|
+
primary_location=pulumi.get(__response__, 'primary_location'),
|
|
767
|
+
private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
|
|
768
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
769
|
+
public_network_access=pulumi.get(__response__, 'public_network_access'),
|
|
770
|
+
routing_preference=pulumi.get(__response__, 'routing_preference'),
|
|
771
|
+
sas_policy=pulumi.get(__response__, 'sas_policy'),
|
|
772
|
+
secondary_endpoints=pulumi.get(__response__, 'secondary_endpoints'),
|
|
773
|
+
secondary_location=pulumi.get(__response__, 'secondary_location'),
|
|
774
|
+
sku=pulumi.get(__response__, 'sku'),
|
|
775
|
+
status_of_primary=pulumi.get(__response__, 'status_of_primary'),
|
|
776
|
+
status_of_secondary=pulumi.get(__response__, 'status_of_secondary'),
|
|
777
|
+
storage_account_sku_conversion_status=pulumi.get(__response__, 'storage_account_sku_conversion_status'),
|
|
778
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
779
|
+
type=pulumi.get(__response__, 'type')))
|