pulumi-azure-native 2.86.0a1738574515__py3-none-any.whl → 2.87.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +138 -16
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +88 -0
- pulumi_azure_native/authorization/_inputs.py +1431 -43
- pulumi_azure_native/authorization/get_role_management_policy.py +247 -0
- pulumi_azure_native/authorization/outputs.py +312 -0
- pulumi_azure_native/authorization/role_management_policy.py +332 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240201preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240201preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240201preview/_inputs.py +1390 -0
- pulumi_azure_native/authorization/v20240201preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240201preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240201preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240901preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240901preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240901preview/_inputs.py +1410 -0
- pulumi_azure_native/authorization/v20240901preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240901preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240901preview/role_management_policy.py +326 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/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.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/RECORD +1010 -781
- 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.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.86.0a1738574515.dist-info → pulumi_azure_native-2.87.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1339 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['ManagedClusterArgs', 'ManagedCluster']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class ManagedClusterArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
admin_user_name: pulumi.Input[str],
|
|
26
|
+
dns_name: pulumi.Input[str],
|
|
27
|
+
resource_group_name: pulumi.Input[str],
|
|
28
|
+
sku: pulumi.Input['SkuArgs'],
|
|
29
|
+
addon_features: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ManagedClusterAddOnFeature']]]]] = None,
|
|
30
|
+
admin_password: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
allocated_outbound_ports: Optional[pulumi.Input[int]] = None,
|
|
32
|
+
allow_rdp_access: Optional[pulumi.Input[bool]] = None,
|
|
33
|
+
application_type_versions_cleanup_policy: Optional[pulumi.Input['ApplicationTypeVersionsCleanupPolicyArgs']] = None,
|
|
34
|
+
auto_generated_domain_name_label_scope: Optional[pulumi.Input[Union[str, 'AutoGeneratedDomainNameLabelScope']]] = None,
|
|
35
|
+
auxiliary_subnets: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]]] = None,
|
|
36
|
+
azure_active_directory: Optional[pulumi.Input['AzureActiveDirectoryArgs']] = None,
|
|
37
|
+
client_connection_port: Optional[pulumi.Input[int]] = None,
|
|
38
|
+
clients: Optional[pulumi.Input[Sequence[pulumi.Input['ClientCertificateArgs']]]] = None,
|
|
39
|
+
cluster_code_version: Optional[pulumi.Input[str]] = None,
|
|
40
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
41
|
+
cluster_upgrade_cadence: Optional[pulumi.Input[Union[str, 'ClusterUpgradeCadence']]] = None,
|
|
42
|
+
cluster_upgrade_mode: Optional[pulumi.Input[Union[str, 'ClusterUpgradeMode']]] = None,
|
|
43
|
+
ddos_protection_plan_id: Optional[pulumi.Input[str]] = None,
|
|
44
|
+
enable_auto_os_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
45
|
+
enable_http_gateway_exclusive_auth_mode: Optional[pulumi.Input[bool]] = None,
|
|
46
|
+
enable_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
47
|
+
enable_service_public_ip: Optional[pulumi.Input[bool]] = None,
|
|
48
|
+
fabric_settings: Optional[pulumi.Input[Sequence[pulumi.Input['SettingsSectionDescriptionArgs']]]] = None,
|
|
49
|
+
http_gateway_connection_port: Optional[pulumi.Input[int]] = None,
|
|
50
|
+
http_gateway_token_auth_connection_port: Optional[pulumi.Input[int]] = None,
|
|
51
|
+
ip_tags: Optional[pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]]] = None,
|
|
52
|
+
load_balancing_rules: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancingRuleArgs']]]] = None,
|
|
53
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
network_security_rules: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkSecurityRuleArgs']]]] = None,
|
|
55
|
+
public_ip_prefix_id: Optional[pulumi.Input[str]] = None,
|
|
56
|
+
public_i_pv6_prefix_id: Optional[pulumi.Input[str]] = None,
|
|
57
|
+
service_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceEndpointArgs']]]] = None,
|
|
58
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
59
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
60
|
+
upgrade_description: Optional[pulumi.Input['ClusterUpgradePolicyArgs']] = None,
|
|
61
|
+
use_custom_vnet: Optional[pulumi.Input[bool]] = None,
|
|
62
|
+
zonal_resiliency: Optional[pulumi.Input[bool]] = None,
|
|
63
|
+
zonal_update_mode: Optional[pulumi.Input[Union[str, 'ZonalUpdateMode']]] = None):
|
|
64
|
+
"""
|
|
65
|
+
The set of arguments for constructing a ManagedCluster resource.
|
|
66
|
+
:param pulumi.Input[str] admin_user_name: VM admin user name.
|
|
67
|
+
:param pulumi.Input[str] dns_name: The cluster dns name.
|
|
68
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
69
|
+
:param pulumi.Input['SkuArgs'] sku: The sku of the managed cluster
|
|
70
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'ManagedClusterAddOnFeature']]]] addon_features: List of add-on features to enable on the cluster.
|
|
71
|
+
:param pulumi.Input[str] admin_password: VM admin user password.
|
|
72
|
+
:param pulumi.Input[int] allocated_outbound_ports: The number of outbound ports allocated for SNAT for each node in the backend pool of the default load balancer. The default value is 0 which provides dynamic port allocation based on pool size.
|
|
73
|
+
:param pulumi.Input[bool] allow_rdp_access: Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
|
|
74
|
+
:param pulumi.Input['ApplicationTypeVersionsCleanupPolicyArgs'] application_type_versions_cleanup_policy: The policy used to clean up unused versions.
|
|
75
|
+
:param pulumi.Input[Union[str, 'AutoGeneratedDomainNameLabelScope']] auto_generated_domain_name_label_scope: This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert.
|
|
76
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]] auxiliary_subnets: Auxiliary subnets for the cluster.
|
|
77
|
+
:param pulumi.Input['AzureActiveDirectoryArgs'] azure_active_directory: The AAD authentication settings of the cluster.
|
|
78
|
+
:param pulumi.Input[int] client_connection_port: The port used for client connections to the cluster.
|
|
79
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClientCertificateArgs']]] clients: Client certificates that are allowed to manage the cluster.
|
|
80
|
+
:param pulumi.Input[str] cluster_code_version: The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**.
|
|
81
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster resource.
|
|
82
|
+
:param pulumi.Input[Union[str, 'ClusterUpgradeCadence']] cluster_upgrade_cadence: Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'.
|
|
83
|
+
:param pulumi.Input[Union[str, 'ClusterUpgradeMode']] cluster_upgrade_mode: The upgrade mode of the cluster when new Service Fabric runtime version is available.
|
|
84
|
+
:param pulumi.Input[str] ddos_protection_plan_id: Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster.
|
|
85
|
+
:param pulumi.Input[bool] enable_auto_os_upgrade: Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false.
|
|
86
|
+
:param pulumi.Input[bool] enable_http_gateway_exclusive_auth_mode: If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined.
|
|
87
|
+
:param pulumi.Input[bool] enable_ipv6: Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
|
|
88
|
+
:param pulumi.Input[bool] enable_service_public_ip: Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
|
|
89
|
+
:param pulumi.Input[Sequence[pulumi.Input['SettingsSectionDescriptionArgs']]] fabric_settings: The list of custom fabric settings to configure the cluster.
|
|
90
|
+
:param pulumi.Input[int] http_gateway_connection_port: The port used for HTTP connections to the cluster.
|
|
91
|
+
:param pulumi.Input[int] http_gateway_token_auth_connection_port: The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint.
|
|
92
|
+
:param pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]] ip_tags: The list of IP tags associated with the default public IP address of the cluster.
|
|
93
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancingRuleArgs']]] load_balancing_rules: Load balancing rules that are applied to the public load balancer of the cluster.
|
|
94
|
+
:param pulumi.Input[str] location: Azure resource location.
|
|
95
|
+
:param pulumi.Input[Sequence[pulumi.Input['NetworkSecurityRuleArgs']]] network_security_rules: Custom Network Security Rules that are applied to the Virtual Network of the cluster.
|
|
96
|
+
:param pulumi.Input[str] public_ip_prefix_id: Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created.
|
|
97
|
+
:param pulumi.Input[str] public_i_pv6_prefix_id: Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created.
|
|
98
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceEndpointArgs']]] service_endpoints: Service endpoints for subnets in the cluster.
|
|
99
|
+
:param pulumi.Input[str] subnet_id: If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
|
|
100
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
|
|
101
|
+
:param pulumi.Input['ClusterUpgradePolicyArgs'] upgrade_description: The policy to use when upgrading the cluster.
|
|
102
|
+
:param pulumi.Input[bool] use_custom_vnet: For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
|
|
103
|
+
:param pulumi.Input[bool] zonal_resiliency: Indicates if the cluster has zone resiliency.
|
|
104
|
+
:param pulumi.Input[Union[str, 'ZonalUpdateMode']] zonal_update_mode: Indicates the update mode for Cross Az clusters.
|
|
105
|
+
"""
|
|
106
|
+
pulumi.set(__self__, "admin_user_name", admin_user_name)
|
|
107
|
+
pulumi.set(__self__, "dns_name", dns_name)
|
|
108
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
109
|
+
pulumi.set(__self__, "sku", sku)
|
|
110
|
+
if addon_features is not None:
|
|
111
|
+
pulumi.set(__self__, "addon_features", addon_features)
|
|
112
|
+
if admin_password is not None:
|
|
113
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
|
114
|
+
if allocated_outbound_ports is not None:
|
|
115
|
+
pulumi.set(__self__, "allocated_outbound_ports", allocated_outbound_ports)
|
|
116
|
+
if allow_rdp_access is not None:
|
|
117
|
+
pulumi.set(__self__, "allow_rdp_access", allow_rdp_access)
|
|
118
|
+
if application_type_versions_cleanup_policy is not None:
|
|
119
|
+
pulumi.set(__self__, "application_type_versions_cleanup_policy", application_type_versions_cleanup_policy)
|
|
120
|
+
if auto_generated_domain_name_label_scope is not None:
|
|
121
|
+
pulumi.set(__self__, "auto_generated_domain_name_label_scope", auto_generated_domain_name_label_scope)
|
|
122
|
+
if auxiliary_subnets is not None:
|
|
123
|
+
pulumi.set(__self__, "auxiliary_subnets", auxiliary_subnets)
|
|
124
|
+
if azure_active_directory is not None:
|
|
125
|
+
pulumi.set(__self__, "azure_active_directory", azure_active_directory)
|
|
126
|
+
if client_connection_port is None:
|
|
127
|
+
client_connection_port = 19000
|
|
128
|
+
if client_connection_port is not None:
|
|
129
|
+
pulumi.set(__self__, "client_connection_port", client_connection_port)
|
|
130
|
+
if clients is not None:
|
|
131
|
+
pulumi.set(__self__, "clients", clients)
|
|
132
|
+
if cluster_code_version is not None:
|
|
133
|
+
pulumi.set(__self__, "cluster_code_version", cluster_code_version)
|
|
134
|
+
if cluster_name is not None:
|
|
135
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
136
|
+
if cluster_upgrade_cadence is not None:
|
|
137
|
+
pulumi.set(__self__, "cluster_upgrade_cadence", cluster_upgrade_cadence)
|
|
138
|
+
if cluster_upgrade_mode is not None:
|
|
139
|
+
pulumi.set(__self__, "cluster_upgrade_mode", cluster_upgrade_mode)
|
|
140
|
+
if ddos_protection_plan_id is not None:
|
|
141
|
+
pulumi.set(__self__, "ddos_protection_plan_id", ddos_protection_plan_id)
|
|
142
|
+
if enable_auto_os_upgrade is not None:
|
|
143
|
+
pulumi.set(__self__, "enable_auto_os_upgrade", enable_auto_os_upgrade)
|
|
144
|
+
if enable_http_gateway_exclusive_auth_mode is not None:
|
|
145
|
+
pulumi.set(__self__, "enable_http_gateway_exclusive_auth_mode", enable_http_gateway_exclusive_auth_mode)
|
|
146
|
+
if enable_ipv6 is not None:
|
|
147
|
+
pulumi.set(__self__, "enable_ipv6", enable_ipv6)
|
|
148
|
+
if enable_service_public_ip is not None:
|
|
149
|
+
pulumi.set(__self__, "enable_service_public_ip", enable_service_public_ip)
|
|
150
|
+
if fabric_settings is not None:
|
|
151
|
+
pulumi.set(__self__, "fabric_settings", fabric_settings)
|
|
152
|
+
if http_gateway_connection_port is None:
|
|
153
|
+
http_gateway_connection_port = 19080
|
|
154
|
+
if http_gateway_connection_port is not None:
|
|
155
|
+
pulumi.set(__self__, "http_gateway_connection_port", http_gateway_connection_port)
|
|
156
|
+
if http_gateway_token_auth_connection_port is not None:
|
|
157
|
+
pulumi.set(__self__, "http_gateway_token_auth_connection_port", http_gateway_token_auth_connection_port)
|
|
158
|
+
if ip_tags is not None:
|
|
159
|
+
pulumi.set(__self__, "ip_tags", ip_tags)
|
|
160
|
+
if load_balancing_rules is not None:
|
|
161
|
+
pulumi.set(__self__, "load_balancing_rules", load_balancing_rules)
|
|
162
|
+
if location is not None:
|
|
163
|
+
pulumi.set(__self__, "location", location)
|
|
164
|
+
if network_security_rules is not None:
|
|
165
|
+
pulumi.set(__self__, "network_security_rules", network_security_rules)
|
|
166
|
+
if public_ip_prefix_id is not None:
|
|
167
|
+
pulumi.set(__self__, "public_ip_prefix_id", public_ip_prefix_id)
|
|
168
|
+
if public_i_pv6_prefix_id is not None:
|
|
169
|
+
pulumi.set(__self__, "public_i_pv6_prefix_id", public_i_pv6_prefix_id)
|
|
170
|
+
if service_endpoints is not None:
|
|
171
|
+
pulumi.set(__self__, "service_endpoints", service_endpoints)
|
|
172
|
+
if subnet_id is not None:
|
|
173
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
174
|
+
if tags is not None:
|
|
175
|
+
pulumi.set(__self__, "tags", tags)
|
|
176
|
+
if upgrade_description is not None:
|
|
177
|
+
pulumi.set(__self__, "upgrade_description", upgrade_description)
|
|
178
|
+
if use_custom_vnet is not None:
|
|
179
|
+
pulumi.set(__self__, "use_custom_vnet", use_custom_vnet)
|
|
180
|
+
if zonal_resiliency is None:
|
|
181
|
+
zonal_resiliency = False
|
|
182
|
+
if zonal_resiliency is not None:
|
|
183
|
+
pulumi.set(__self__, "zonal_resiliency", zonal_resiliency)
|
|
184
|
+
if zonal_update_mode is not None:
|
|
185
|
+
pulumi.set(__self__, "zonal_update_mode", zonal_update_mode)
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="adminUserName")
|
|
189
|
+
def admin_user_name(self) -> pulumi.Input[str]:
|
|
190
|
+
"""
|
|
191
|
+
VM admin user name.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "admin_user_name")
|
|
194
|
+
|
|
195
|
+
@admin_user_name.setter
|
|
196
|
+
def admin_user_name(self, value: pulumi.Input[str]):
|
|
197
|
+
pulumi.set(self, "admin_user_name", value)
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter(name="dnsName")
|
|
201
|
+
def dns_name(self) -> pulumi.Input[str]:
|
|
202
|
+
"""
|
|
203
|
+
The cluster dns name.
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "dns_name")
|
|
206
|
+
|
|
207
|
+
@dns_name.setter
|
|
208
|
+
def dns_name(self, value: pulumi.Input[str]):
|
|
209
|
+
pulumi.set(self, "dns_name", value)
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter(name="resourceGroupName")
|
|
213
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
214
|
+
"""
|
|
215
|
+
The name of the resource group.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "resource_group_name")
|
|
218
|
+
|
|
219
|
+
@resource_group_name.setter
|
|
220
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
221
|
+
pulumi.set(self, "resource_group_name", value)
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def sku(self) -> pulumi.Input['SkuArgs']:
|
|
226
|
+
"""
|
|
227
|
+
The sku of the managed cluster
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "sku")
|
|
230
|
+
|
|
231
|
+
@sku.setter
|
|
232
|
+
def sku(self, value: pulumi.Input['SkuArgs']):
|
|
233
|
+
pulumi.set(self, "sku", value)
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="addonFeatures")
|
|
237
|
+
def addon_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ManagedClusterAddOnFeature']]]]]:
|
|
238
|
+
"""
|
|
239
|
+
List of add-on features to enable on the cluster.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "addon_features")
|
|
242
|
+
|
|
243
|
+
@addon_features.setter
|
|
244
|
+
def addon_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ManagedClusterAddOnFeature']]]]]):
|
|
245
|
+
pulumi.set(self, "addon_features", value)
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter(name="adminPassword")
|
|
249
|
+
def admin_password(self) -> Optional[pulumi.Input[str]]:
|
|
250
|
+
"""
|
|
251
|
+
VM admin user password.
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "admin_password")
|
|
254
|
+
|
|
255
|
+
@admin_password.setter
|
|
256
|
+
def admin_password(self, value: Optional[pulumi.Input[str]]):
|
|
257
|
+
pulumi.set(self, "admin_password", value)
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="allocatedOutboundPorts")
|
|
261
|
+
def allocated_outbound_ports(self) -> Optional[pulumi.Input[int]]:
|
|
262
|
+
"""
|
|
263
|
+
The number of outbound ports allocated for SNAT for each node in the backend pool of the default load balancer. The default value is 0 which provides dynamic port allocation based on pool size.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "allocated_outbound_ports")
|
|
266
|
+
|
|
267
|
+
@allocated_outbound_ports.setter
|
|
268
|
+
def allocated_outbound_ports(self, value: Optional[pulumi.Input[int]]):
|
|
269
|
+
pulumi.set(self, "allocated_outbound_ports", value)
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter(name="allowRdpAccess")
|
|
273
|
+
def allow_rdp_access(self) -> Optional[pulumi.Input[bool]]:
|
|
274
|
+
"""
|
|
275
|
+
Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "allow_rdp_access")
|
|
278
|
+
|
|
279
|
+
@allow_rdp_access.setter
|
|
280
|
+
def allow_rdp_access(self, value: Optional[pulumi.Input[bool]]):
|
|
281
|
+
pulumi.set(self, "allow_rdp_access", value)
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="applicationTypeVersionsCleanupPolicy")
|
|
285
|
+
def application_type_versions_cleanup_policy(self) -> Optional[pulumi.Input['ApplicationTypeVersionsCleanupPolicyArgs']]:
|
|
286
|
+
"""
|
|
287
|
+
The policy used to clean up unused versions.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "application_type_versions_cleanup_policy")
|
|
290
|
+
|
|
291
|
+
@application_type_versions_cleanup_policy.setter
|
|
292
|
+
def application_type_versions_cleanup_policy(self, value: Optional[pulumi.Input['ApplicationTypeVersionsCleanupPolicyArgs']]):
|
|
293
|
+
pulumi.set(self, "application_type_versions_cleanup_policy", value)
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter(name="autoGeneratedDomainNameLabelScope")
|
|
297
|
+
def auto_generated_domain_name_label_scope(self) -> Optional[pulumi.Input[Union[str, 'AutoGeneratedDomainNameLabelScope']]]:
|
|
298
|
+
"""
|
|
299
|
+
This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert.
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "auto_generated_domain_name_label_scope")
|
|
302
|
+
|
|
303
|
+
@auto_generated_domain_name_label_scope.setter
|
|
304
|
+
def auto_generated_domain_name_label_scope(self, value: Optional[pulumi.Input[Union[str, 'AutoGeneratedDomainNameLabelScope']]]):
|
|
305
|
+
pulumi.set(self, "auto_generated_domain_name_label_scope", value)
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="auxiliarySubnets")
|
|
309
|
+
def auxiliary_subnets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]]]:
|
|
310
|
+
"""
|
|
311
|
+
Auxiliary subnets for the cluster.
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "auxiliary_subnets")
|
|
314
|
+
|
|
315
|
+
@auxiliary_subnets.setter
|
|
316
|
+
def auxiliary_subnets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetArgs']]]]):
|
|
317
|
+
pulumi.set(self, "auxiliary_subnets", value)
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="azureActiveDirectory")
|
|
321
|
+
def azure_active_directory(self) -> Optional[pulumi.Input['AzureActiveDirectoryArgs']]:
|
|
322
|
+
"""
|
|
323
|
+
The AAD authentication settings of the cluster.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "azure_active_directory")
|
|
326
|
+
|
|
327
|
+
@azure_active_directory.setter
|
|
328
|
+
def azure_active_directory(self, value: Optional[pulumi.Input['AzureActiveDirectoryArgs']]):
|
|
329
|
+
pulumi.set(self, "azure_active_directory", value)
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter(name="clientConnectionPort")
|
|
333
|
+
def client_connection_port(self) -> Optional[pulumi.Input[int]]:
|
|
334
|
+
"""
|
|
335
|
+
The port used for client connections to the cluster.
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "client_connection_port")
|
|
338
|
+
|
|
339
|
+
@client_connection_port.setter
|
|
340
|
+
def client_connection_port(self, value: Optional[pulumi.Input[int]]):
|
|
341
|
+
pulumi.set(self, "client_connection_port", value)
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter
|
|
345
|
+
def clients(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClientCertificateArgs']]]]:
|
|
346
|
+
"""
|
|
347
|
+
Client certificates that are allowed to manage the cluster.
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "clients")
|
|
350
|
+
|
|
351
|
+
@clients.setter
|
|
352
|
+
def clients(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClientCertificateArgs']]]]):
|
|
353
|
+
pulumi.set(self, "clients", value)
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="clusterCodeVersion")
|
|
357
|
+
def cluster_code_version(self) -> Optional[pulumi.Input[str]]:
|
|
358
|
+
"""
|
|
359
|
+
The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "cluster_code_version")
|
|
362
|
+
|
|
363
|
+
@cluster_code_version.setter
|
|
364
|
+
def cluster_code_version(self, value: Optional[pulumi.Input[str]]):
|
|
365
|
+
pulumi.set(self, "cluster_code_version", value)
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="clusterName")
|
|
369
|
+
def cluster_name(self) -> Optional[pulumi.Input[str]]:
|
|
370
|
+
"""
|
|
371
|
+
The name of the cluster resource.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "cluster_name")
|
|
374
|
+
|
|
375
|
+
@cluster_name.setter
|
|
376
|
+
def cluster_name(self, value: Optional[pulumi.Input[str]]):
|
|
377
|
+
pulumi.set(self, "cluster_name", value)
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter(name="clusterUpgradeCadence")
|
|
381
|
+
def cluster_upgrade_cadence(self) -> Optional[pulumi.Input[Union[str, 'ClusterUpgradeCadence']]]:
|
|
382
|
+
"""
|
|
383
|
+
Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'.
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "cluster_upgrade_cadence")
|
|
386
|
+
|
|
387
|
+
@cluster_upgrade_cadence.setter
|
|
388
|
+
def cluster_upgrade_cadence(self, value: Optional[pulumi.Input[Union[str, 'ClusterUpgradeCadence']]]):
|
|
389
|
+
pulumi.set(self, "cluster_upgrade_cadence", value)
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="clusterUpgradeMode")
|
|
393
|
+
def cluster_upgrade_mode(self) -> Optional[pulumi.Input[Union[str, 'ClusterUpgradeMode']]]:
|
|
394
|
+
"""
|
|
395
|
+
The upgrade mode of the cluster when new Service Fabric runtime version is available.
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "cluster_upgrade_mode")
|
|
398
|
+
|
|
399
|
+
@cluster_upgrade_mode.setter
|
|
400
|
+
def cluster_upgrade_mode(self, value: Optional[pulumi.Input[Union[str, 'ClusterUpgradeMode']]]):
|
|
401
|
+
pulumi.set(self, "cluster_upgrade_mode", value)
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter(name="ddosProtectionPlanId")
|
|
405
|
+
def ddos_protection_plan_id(self) -> Optional[pulumi.Input[str]]:
|
|
406
|
+
"""
|
|
407
|
+
Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster.
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "ddos_protection_plan_id")
|
|
410
|
+
|
|
411
|
+
@ddos_protection_plan_id.setter
|
|
412
|
+
def ddos_protection_plan_id(self, value: Optional[pulumi.Input[str]]):
|
|
413
|
+
pulumi.set(self, "ddos_protection_plan_id", value)
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="enableAutoOSUpgrade")
|
|
417
|
+
def enable_auto_os_upgrade(self) -> Optional[pulumi.Input[bool]]:
|
|
418
|
+
"""
|
|
419
|
+
Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "enable_auto_os_upgrade")
|
|
422
|
+
|
|
423
|
+
@enable_auto_os_upgrade.setter
|
|
424
|
+
def enable_auto_os_upgrade(self, value: Optional[pulumi.Input[bool]]):
|
|
425
|
+
pulumi.set(self, "enable_auto_os_upgrade", value)
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="enableHttpGatewayExclusiveAuthMode")
|
|
429
|
+
def enable_http_gateway_exclusive_auth_mode(self) -> Optional[pulumi.Input[bool]]:
|
|
430
|
+
"""
|
|
431
|
+
If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined.
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "enable_http_gateway_exclusive_auth_mode")
|
|
434
|
+
|
|
435
|
+
@enable_http_gateway_exclusive_auth_mode.setter
|
|
436
|
+
def enable_http_gateway_exclusive_auth_mode(self, value: Optional[pulumi.Input[bool]]):
|
|
437
|
+
pulumi.set(self, "enable_http_gateway_exclusive_auth_mode", value)
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="enableIpv6")
|
|
441
|
+
def enable_ipv6(self) -> Optional[pulumi.Input[bool]]:
|
|
442
|
+
"""
|
|
443
|
+
Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "enable_ipv6")
|
|
446
|
+
|
|
447
|
+
@enable_ipv6.setter
|
|
448
|
+
def enable_ipv6(self, value: Optional[pulumi.Input[bool]]):
|
|
449
|
+
pulumi.set(self, "enable_ipv6", value)
|
|
450
|
+
|
|
451
|
+
@property
|
|
452
|
+
@pulumi.getter(name="enableServicePublicIP")
|
|
453
|
+
def enable_service_public_ip(self) -> Optional[pulumi.Input[bool]]:
|
|
454
|
+
"""
|
|
455
|
+
Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
|
|
456
|
+
"""
|
|
457
|
+
return pulumi.get(self, "enable_service_public_ip")
|
|
458
|
+
|
|
459
|
+
@enable_service_public_ip.setter
|
|
460
|
+
def enable_service_public_ip(self, value: Optional[pulumi.Input[bool]]):
|
|
461
|
+
pulumi.set(self, "enable_service_public_ip", value)
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="fabricSettings")
|
|
465
|
+
def fabric_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SettingsSectionDescriptionArgs']]]]:
|
|
466
|
+
"""
|
|
467
|
+
The list of custom fabric settings to configure the cluster.
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "fabric_settings")
|
|
470
|
+
|
|
471
|
+
@fabric_settings.setter
|
|
472
|
+
def fabric_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SettingsSectionDescriptionArgs']]]]):
|
|
473
|
+
pulumi.set(self, "fabric_settings", value)
|
|
474
|
+
|
|
475
|
+
@property
|
|
476
|
+
@pulumi.getter(name="httpGatewayConnectionPort")
|
|
477
|
+
def http_gateway_connection_port(self) -> Optional[pulumi.Input[int]]:
|
|
478
|
+
"""
|
|
479
|
+
The port used for HTTP connections to the cluster.
|
|
480
|
+
"""
|
|
481
|
+
return pulumi.get(self, "http_gateway_connection_port")
|
|
482
|
+
|
|
483
|
+
@http_gateway_connection_port.setter
|
|
484
|
+
def http_gateway_connection_port(self, value: Optional[pulumi.Input[int]]):
|
|
485
|
+
pulumi.set(self, "http_gateway_connection_port", value)
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter(name="httpGatewayTokenAuthConnectionPort")
|
|
489
|
+
def http_gateway_token_auth_connection_port(self) -> Optional[pulumi.Input[int]]:
|
|
490
|
+
"""
|
|
491
|
+
The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint.
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "http_gateway_token_auth_connection_port")
|
|
494
|
+
|
|
495
|
+
@http_gateway_token_auth_connection_port.setter
|
|
496
|
+
def http_gateway_token_auth_connection_port(self, value: Optional[pulumi.Input[int]]):
|
|
497
|
+
pulumi.set(self, "http_gateway_token_auth_connection_port", value)
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
@pulumi.getter(name="ipTags")
|
|
501
|
+
def ip_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]]]:
|
|
502
|
+
"""
|
|
503
|
+
The list of IP tags associated with the default public IP address of the cluster.
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "ip_tags")
|
|
506
|
+
|
|
507
|
+
@ip_tags.setter
|
|
508
|
+
def ip_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]]]):
|
|
509
|
+
pulumi.set(self, "ip_tags", value)
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="loadBalancingRules")
|
|
513
|
+
def load_balancing_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancingRuleArgs']]]]:
|
|
514
|
+
"""
|
|
515
|
+
Load balancing rules that are applied to the public load balancer of the cluster.
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "load_balancing_rules")
|
|
518
|
+
|
|
519
|
+
@load_balancing_rules.setter
|
|
520
|
+
def load_balancing_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancingRuleArgs']]]]):
|
|
521
|
+
pulumi.set(self, "load_balancing_rules", value)
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter
|
|
525
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
526
|
+
"""
|
|
527
|
+
Azure resource location.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "location")
|
|
530
|
+
|
|
531
|
+
@location.setter
|
|
532
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
533
|
+
pulumi.set(self, "location", value)
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="networkSecurityRules")
|
|
537
|
+
def network_security_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkSecurityRuleArgs']]]]:
|
|
538
|
+
"""
|
|
539
|
+
Custom Network Security Rules that are applied to the Virtual Network of the cluster.
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "network_security_rules")
|
|
542
|
+
|
|
543
|
+
@network_security_rules.setter
|
|
544
|
+
def network_security_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkSecurityRuleArgs']]]]):
|
|
545
|
+
pulumi.set(self, "network_security_rules", value)
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="publicIPPrefixId")
|
|
549
|
+
def public_ip_prefix_id(self) -> Optional[pulumi.Input[str]]:
|
|
550
|
+
"""
|
|
551
|
+
Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created.
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "public_ip_prefix_id")
|
|
554
|
+
|
|
555
|
+
@public_ip_prefix_id.setter
|
|
556
|
+
def public_ip_prefix_id(self, value: Optional[pulumi.Input[str]]):
|
|
557
|
+
pulumi.set(self, "public_ip_prefix_id", value)
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter(name="publicIPv6PrefixId")
|
|
561
|
+
def public_i_pv6_prefix_id(self) -> Optional[pulumi.Input[str]]:
|
|
562
|
+
"""
|
|
563
|
+
Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created.
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "public_i_pv6_prefix_id")
|
|
566
|
+
|
|
567
|
+
@public_i_pv6_prefix_id.setter
|
|
568
|
+
def public_i_pv6_prefix_id(self, value: Optional[pulumi.Input[str]]):
|
|
569
|
+
pulumi.set(self, "public_i_pv6_prefix_id", value)
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter(name="serviceEndpoints")
|
|
573
|
+
def service_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceEndpointArgs']]]]:
|
|
574
|
+
"""
|
|
575
|
+
Service endpoints for subnets in the cluster.
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "service_endpoints")
|
|
578
|
+
|
|
579
|
+
@service_endpoints.setter
|
|
580
|
+
def service_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceEndpointArgs']]]]):
|
|
581
|
+
pulumi.set(self, "service_endpoints", value)
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
@pulumi.getter(name="subnetId")
|
|
585
|
+
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
|
586
|
+
"""
|
|
587
|
+
If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
|
|
588
|
+
"""
|
|
589
|
+
return pulumi.get(self, "subnet_id")
|
|
590
|
+
|
|
591
|
+
@subnet_id.setter
|
|
592
|
+
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
|
593
|
+
pulumi.set(self, "subnet_id", value)
|
|
594
|
+
|
|
595
|
+
@property
|
|
596
|
+
@pulumi.getter
|
|
597
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
598
|
+
"""
|
|
599
|
+
Azure resource tags.
|
|
600
|
+
"""
|
|
601
|
+
return pulumi.get(self, "tags")
|
|
602
|
+
|
|
603
|
+
@tags.setter
|
|
604
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
605
|
+
pulumi.set(self, "tags", value)
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter(name="upgradeDescription")
|
|
609
|
+
def upgrade_description(self) -> Optional[pulumi.Input['ClusterUpgradePolicyArgs']]:
|
|
610
|
+
"""
|
|
611
|
+
The policy to use when upgrading the cluster.
|
|
612
|
+
"""
|
|
613
|
+
return pulumi.get(self, "upgrade_description")
|
|
614
|
+
|
|
615
|
+
@upgrade_description.setter
|
|
616
|
+
def upgrade_description(self, value: Optional[pulumi.Input['ClusterUpgradePolicyArgs']]):
|
|
617
|
+
pulumi.set(self, "upgrade_description", value)
|
|
618
|
+
|
|
619
|
+
@property
|
|
620
|
+
@pulumi.getter(name="useCustomVnet")
|
|
621
|
+
def use_custom_vnet(self) -> Optional[pulumi.Input[bool]]:
|
|
622
|
+
"""
|
|
623
|
+
For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
|
|
624
|
+
"""
|
|
625
|
+
return pulumi.get(self, "use_custom_vnet")
|
|
626
|
+
|
|
627
|
+
@use_custom_vnet.setter
|
|
628
|
+
def use_custom_vnet(self, value: Optional[pulumi.Input[bool]]):
|
|
629
|
+
pulumi.set(self, "use_custom_vnet", value)
|
|
630
|
+
|
|
631
|
+
@property
|
|
632
|
+
@pulumi.getter(name="zonalResiliency")
|
|
633
|
+
def zonal_resiliency(self) -> Optional[pulumi.Input[bool]]:
|
|
634
|
+
"""
|
|
635
|
+
Indicates if the cluster has zone resiliency.
|
|
636
|
+
"""
|
|
637
|
+
return pulumi.get(self, "zonal_resiliency")
|
|
638
|
+
|
|
639
|
+
@zonal_resiliency.setter
|
|
640
|
+
def zonal_resiliency(self, value: Optional[pulumi.Input[bool]]):
|
|
641
|
+
pulumi.set(self, "zonal_resiliency", value)
|
|
642
|
+
|
|
643
|
+
@property
|
|
644
|
+
@pulumi.getter(name="zonalUpdateMode")
|
|
645
|
+
def zonal_update_mode(self) -> Optional[pulumi.Input[Union[str, 'ZonalUpdateMode']]]:
|
|
646
|
+
"""
|
|
647
|
+
Indicates the update mode for Cross Az clusters.
|
|
648
|
+
"""
|
|
649
|
+
return pulumi.get(self, "zonal_update_mode")
|
|
650
|
+
|
|
651
|
+
@zonal_update_mode.setter
|
|
652
|
+
def zonal_update_mode(self, value: Optional[pulumi.Input[Union[str, 'ZonalUpdateMode']]]):
|
|
653
|
+
pulumi.set(self, "zonal_update_mode", value)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
class ManagedCluster(pulumi.CustomResource):
|
|
657
|
+
@overload
|
|
658
|
+
def __init__(__self__,
|
|
659
|
+
resource_name: str,
|
|
660
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
661
|
+
addon_features: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ManagedClusterAddOnFeature']]]]] = None,
|
|
662
|
+
admin_password: Optional[pulumi.Input[str]] = None,
|
|
663
|
+
admin_user_name: Optional[pulumi.Input[str]] = None,
|
|
664
|
+
allocated_outbound_ports: Optional[pulumi.Input[int]] = None,
|
|
665
|
+
allow_rdp_access: Optional[pulumi.Input[bool]] = None,
|
|
666
|
+
application_type_versions_cleanup_policy: Optional[pulumi.Input[Union['ApplicationTypeVersionsCleanupPolicyArgs', 'ApplicationTypeVersionsCleanupPolicyArgsDict']]] = None,
|
|
667
|
+
auto_generated_domain_name_label_scope: Optional[pulumi.Input[Union[str, 'AutoGeneratedDomainNameLabelScope']]] = None,
|
|
668
|
+
auxiliary_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SubnetArgs', 'SubnetArgsDict']]]]] = None,
|
|
669
|
+
azure_active_directory: Optional[pulumi.Input[Union['AzureActiveDirectoryArgs', 'AzureActiveDirectoryArgsDict']]] = None,
|
|
670
|
+
client_connection_port: Optional[pulumi.Input[int]] = None,
|
|
671
|
+
clients: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClientCertificateArgs', 'ClientCertificateArgsDict']]]]] = None,
|
|
672
|
+
cluster_code_version: Optional[pulumi.Input[str]] = None,
|
|
673
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
674
|
+
cluster_upgrade_cadence: Optional[pulumi.Input[Union[str, 'ClusterUpgradeCadence']]] = None,
|
|
675
|
+
cluster_upgrade_mode: Optional[pulumi.Input[Union[str, 'ClusterUpgradeMode']]] = None,
|
|
676
|
+
ddos_protection_plan_id: Optional[pulumi.Input[str]] = None,
|
|
677
|
+
dns_name: Optional[pulumi.Input[str]] = None,
|
|
678
|
+
enable_auto_os_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
679
|
+
enable_http_gateway_exclusive_auth_mode: Optional[pulumi.Input[bool]] = None,
|
|
680
|
+
enable_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
681
|
+
enable_service_public_ip: Optional[pulumi.Input[bool]] = None,
|
|
682
|
+
fabric_settings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SettingsSectionDescriptionArgs', 'SettingsSectionDescriptionArgsDict']]]]] = None,
|
|
683
|
+
http_gateway_connection_port: Optional[pulumi.Input[int]] = None,
|
|
684
|
+
http_gateway_token_auth_connection_port: Optional[pulumi.Input[int]] = None,
|
|
685
|
+
ip_tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['IpTagArgs', 'IpTagArgsDict']]]]] = None,
|
|
686
|
+
load_balancing_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancingRuleArgs', 'LoadBalancingRuleArgsDict']]]]] = None,
|
|
687
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
688
|
+
network_security_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkSecurityRuleArgs', 'NetworkSecurityRuleArgsDict']]]]] = None,
|
|
689
|
+
public_ip_prefix_id: Optional[pulumi.Input[str]] = None,
|
|
690
|
+
public_i_pv6_prefix_id: Optional[pulumi.Input[str]] = None,
|
|
691
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
692
|
+
service_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceEndpointArgs', 'ServiceEndpointArgsDict']]]]] = None,
|
|
693
|
+
sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
|
|
694
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
695
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
696
|
+
upgrade_description: Optional[pulumi.Input[Union['ClusterUpgradePolicyArgs', 'ClusterUpgradePolicyArgsDict']]] = None,
|
|
697
|
+
use_custom_vnet: Optional[pulumi.Input[bool]] = None,
|
|
698
|
+
zonal_resiliency: Optional[pulumi.Input[bool]] = None,
|
|
699
|
+
zonal_update_mode: Optional[pulumi.Input[Union[str, 'ZonalUpdateMode']]] = None,
|
|
700
|
+
__props__=None):
|
|
701
|
+
"""
|
|
702
|
+
The managed cluster resource
|
|
703
|
+
|
|
704
|
+
:param str resource_name: The name of the resource.
|
|
705
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
706
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'ManagedClusterAddOnFeature']]]] addon_features: List of add-on features to enable on the cluster.
|
|
707
|
+
:param pulumi.Input[str] admin_password: VM admin user password.
|
|
708
|
+
:param pulumi.Input[str] admin_user_name: VM admin user name.
|
|
709
|
+
:param pulumi.Input[int] allocated_outbound_ports: The number of outbound ports allocated for SNAT for each node in the backend pool of the default load balancer. The default value is 0 which provides dynamic port allocation based on pool size.
|
|
710
|
+
:param pulumi.Input[bool] allow_rdp_access: Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
|
|
711
|
+
:param pulumi.Input[Union['ApplicationTypeVersionsCleanupPolicyArgs', 'ApplicationTypeVersionsCleanupPolicyArgsDict']] application_type_versions_cleanup_policy: The policy used to clean up unused versions.
|
|
712
|
+
:param pulumi.Input[Union[str, 'AutoGeneratedDomainNameLabelScope']] auto_generated_domain_name_label_scope: This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert.
|
|
713
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SubnetArgs', 'SubnetArgsDict']]]] auxiliary_subnets: Auxiliary subnets for the cluster.
|
|
714
|
+
:param pulumi.Input[Union['AzureActiveDirectoryArgs', 'AzureActiveDirectoryArgsDict']] azure_active_directory: The AAD authentication settings of the cluster.
|
|
715
|
+
:param pulumi.Input[int] client_connection_port: The port used for client connections to the cluster.
|
|
716
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ClientCertificateArgs', 'ClientCertificateArgsDict']]]] clients: Client certificates that are allowed to manage the cluster.
|
|
717
|
+
:param pulumi.Input[str] cluster_code_version: The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**.
|
|
718
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster resource.
|
|
719
|
+
:param pulumi.Input[Union[str, 'ClusterUpgradeCadence']] cluster_upgrade_cadence: Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'.
|
|
720
|
+
:param pulumi.Input[Union[str, 'ClusterUpgradeMode']] cluster_upgrade_mode: The upgrade mode of the cluster when new Service Fabric runtime version is available.
|
|
721
|
+
:param pulumi.Input[str] ddos_protection_plan_id: Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster.
|
|
722
|
+
:param pulumi.Input[str] dns_name: The cluster dns name.
|
|
723
|
+
:param pulumi.Input[bool] enable_auto_os_upgrade: Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false.
|
|
724
|
+
:param pulumi.Input[bool] enable_http_gateway_exclusive_auth_mode: If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined.
|
|
725
|
+
:param pulumi.Input[bool] enable_ipv6: Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
|
|
726
|
+
:param pulumi.Input[bool] enable_service_public_ip: Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
|
|
727
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SettingsSectionDescriptionArgs', 'SettingsSectionDescriptionArgsDict']]]] fabric_settings: The list of custom fabric settings to configure the cluster.
|
|
728
|
+
:param pulumi.Input[int] http_gateway_connection_port: The port used for HTTP connections to the cluster.
|
|
729
|
+
:param pulumi.Input[int] http_gateway_token_auth_connection_port: The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint.
|
|
730
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['IpTagArgs', 'IpTagArgsDict']]]] ip_tags: The list of IP tags associated with the default public IP address of the cluster.
|
|
731
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancingRuleArgs', 'LoadBalancingRuleArgsDict']]]] load_balancing_rules: Load balancing rules that are applied to the public load balancer of the cluster.
|
|
732
|
+
:param pulumi.Input[str] location: Azure resource location.
|
|
733
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['NetworkSecurityRuleArgs', 'NetworkSecurityRuleArgsDict']]]] network_security_rules: Custom Network Security Rules that are applied to the Virtual Network of the cluster.
|
|
734
|
+
:param pulumi.Input[str] public_ip_prefix_id: Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created.
|
|
735
|
+
:param pulumi.Input[str] public_i_pv6_prefix_id: Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created.
|
|
736
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
737
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ServiceEndpointArgs', 'ServiceEndpointArgsDict']]]] service_endpoints: Service endpoints for subnets in the cluster.
|
|
738
|
+
:param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: The sku of the managed cluster
|
|
739
|
+
:param pulumi.Input[str] subnet_id: If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
|
|
740
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
|
|
741
|
+
:param pulumi.Input[Union['ClusterUpgradePolicyArgs', 'ClusterUpgradePolicyArgsDict']] upgrade_description: The policy to use when upgrading the cluster.
|
|
742
|
+
:param pulumi.Input[bool] use_custom_vnet: For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
|
|
743
|
+
:param pulumi.Input[bool] zonal_resiliency: Indicates if the cluster has zone resiliency.
|
|
744
|
+
:param pulumi.Input[Union[str, 'ZonalUpdateMode']] zonal_update_mode: Indicates the update mode for Cross Az clusters.
|
|
745
|
+
"""
|
|
746
|
+
...
|
|
747
|
+
@overload
|
|
748
|
+
def __init__(__self__,
|
|
749
|
+
resource_name: str,
|
|
750
|
+
args: ManagedClusterArgs,
|
|
751
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
752
|
+
"""
|
|
753
|
+
The managed cluster resource
|
|
754
|
+
|
|
755
|
+
:param str resource_name: The name of the resource.
|
|
756
|
+
:param ManagedClusterArgs args: The arguments to use to populate this resource's properties.
|
|
757
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
758
|
+
"""
|
|
759
|
+
...
|
|
760
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
761
|
+
resource_args, opts = _utilities.get_resource_args_opts(ManagedClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
762
|
+
if resource_args is not None:
|
|
763
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
764
|
+
else:
|
|
765
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
766
|
+
|
|
767
|
+
def _internal_init(__self__,
|
|
768
|
+
resource_name: str,
|
|
769
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
770
|
+
addon_features: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ManagedClusterAddOnFeature']]]]] = None,
|
|
771
|
+
admin_password: Optional[pulumi.Input[str]] = None,
|
|
772
|
+
admin_user_name: Optional[pulumi.Input[str]] = None,
|
|
773
|
+
allocated_outbound_ports: Optional[pulumi.Input[int]] = None,
|
|
774
|
+
allow_rdp_access: Optional[pulumi.Input[bool]] = None,
|
|
775
|
+
application_type_versions_cleanup_policy: Optional[pulumi.Input[Union['ApplicationTypeVersionsCleanupPolicyArgs', 'ApplicationTypeVersionsCleanupPolicyArgsDict']]] = None,
|
|
776
|
+
auto_generated_domain_name_label_scope: Optional[pulumi.Input[Union[str, 'AutoGeneratedDomainNameLabelScope']]] = None,
|
|
777
|
+
auxiliary_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SubnetArgs', 'SubnetArgsDict']]]]] = None,
|
|
778
|
+
azure_active_directory: Optional[pulumi.Input[Union['AzureActiveDirectoryArgs', 'AzureActiveDirectoryArgsDict']]] = None,
|
|
779
|
+
client_connection_port: Optional[pulumi.Input[int]] = None,
|
|
780
|
+
clients: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ClientCertificateArgs', 'ClientCertificateArgsDict']]]]] = None,
|
|
781
|
+
cluster_code_version: Optional[pulumi.Input[str]] = None,
|
|
782
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
783
|
+
cluster_upgrade_cadence: Optional[pulumi.Input[Union[str, 'ClusterUpgradeCadence']]] = None,
|
|
784
|
+
cluster_upgrade_mode: Optional[pulumi.Input[Union[str, 'ClusterUpgradeMode']]] = None,
|
|
785
|
+
ddos_protection_plan_id: Optional[pulumi.Input[str]] = None,
|
|
786
|
+
dns_name: Optional[pulumi.Input[str]] = None,
|
|
787
|
+
enable_auto_os_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
788
|
+
enable_http_gateway_exclusive_auth_mode: Optional[pulumi.Input[bool]] = None,
|
|
789
|
+
enable_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
790
|
+
enable_service_public_ip: Optional[pulumi.Input[bool]] = None,
|
|
791
|
+
fabric_settings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SettingsSectionDescriptionArgs', 'SettingsSectionDescriptionArgsDict']]]]] = None,
|
|
792
|
+
http_gateway_connection_port: Optional[pulumi.Input[int]] = None,
|
|
793
|
+
http_gateway_token_auth_connection_port: Optional[pulumi.Input[int]] = None,
|
|
794
|
+
ip_tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['IpTagArgs', 'IpTagArgsDict']]]]] = None,
|
|
795
|
+
load_balancing_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancingRuleArgs', 'LoadBalancingRuleArgsDict']]]]] = None,
|
|
796
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
797
|
+
network_security_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkSecurityRuleArgs', 'NetworkSecurityRuleArgsDict']]]]] = None,
|
|
798
|
+
public_ip_prefix_id: Optional[pulumi.Input[str]] = None,
|
|
799
|
+
public_i_pv6_prefix_id: Optional[pulumi.Input[str]] = None,
|
|
800
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
801
|
+
service_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceEndpointArgs', 'ServiceEndpointArgsDict']]]]] = None,
|
|
802
|
+
sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
|
|
803
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
804
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
805
|
+
upgrade_description: Optional[pulumi.Input[Union['ClusterUpgradePolicyArgs', 'ClusterUpgradePolicyArgsDict']]] = None,
|
|
806
|
+
use_custom_vnet: Optional[pulumi.Input[bool]] = None,
|
|
807
|
+
zonal_resiliency: Optional[pulumi.Input[bool]] = None,
|
|
808
|
+
zonal_update_mode: Optional[pulumi.Input[Union[str, 'ZonalUpdateMode']]] = None,
|
|
809
|
+
__props__=None):
|
|
810
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
811
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
812
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
813
|
+
if opts.id is None:
|
|
814
|
+
if __props__ is not None:
|
|
815
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
816
|
+
__props__ = ManagedClusterArgs.__new__(ManagedClusterArgs)
|
|
817
|
+
|
|
818
|
+
__props__.__dict__["addon_features"] = addon_features
|
|
819
|
+
__props__.__dict__["admin_password"] = admin_password
|
|
820
|
+
if admin_user_name is None and not opts.urn:
|
|
821
|
+
raise TypeError("Missing required property 'admin_user_name'")
|
|
822
|
+
__props__.__dict__["admin_user_name"] = admin_user_name
|
|
823
|
+
__props__.__dict__["allocated_outbound_ports"] = allocated_outbound_ports
|
|
824
|
+
__props__.__dict__["allow_rdp_access"] = allow_rdp_access
|
|
825
|
+
__props__.__dict__["application_type_versions_cleanup_policy"] = application_type_versions_cleanup_policy
|
|
826
|
+
__props__.__dict__["auto_generated_domain_name_label_scope"] = auto_generated_domain_name_label_scope
|
|
827
|
+
__props__.__dict__["auxiliary_subnets"] = auxiliary_subnets
|
|
828
|
+
__props__.__dict__["azure_active_directory"] = azure_active_directory
|
|
829
|
+
if client_connection_port is None:
|
|
830
|
+
client_connection_port = 19000
|
|
831
|
+
__props__.__dict__["client_connection_port"] = client_connection_port
|
|
832
|
+
__props__.__dict__["clients"] = clients
|
|
833
|
+
__props__.__dict__["cluster_code_version"] = cluster_code_version
|
|
834
|
+
__props__.__dict__["cluster_name"] = cluster_name
|
|
835
|
+
__props__.__dict__["cluster_upgrade_cadence"] = cluster_upgrade_cadence
|
|
836
|
+
__props__.__dict__["cluster_upgrade_mode"] = cluster_upgrade_mode
|
|
837
|
+
__props__.__dict__["ddos_protection_plan_id"] = ddos_protection_plan_id
|
|
838
|
+
if dns_name is None and not opts.urn:
|
|
839
|
+
raise TypeError("Missing required property 'dns_name'")
|
|
840
|
+
__props__.__dict__["dns_name"] = dns_name
|
|
841
|
+
__props__.__dict__["enable_auto_os_upgrade"] = enable_auto_os_upgrade
|
|
842
|
+
__props__.__dict__["enable_http_gateway_exclusive_auth_mode"] = enable_http_gateway_exclusive_auth_mode
|
|
843
|
+
__props__.__dict__["enable_ipv6"] = enable_ipv6
|
|
844
|
+
__props__.__dict__["enable_service_public_ip"] = enable_service_public_ip
|
|
845
|
+
__props__.__dict__["fabric_settings"] = fabric_settings
|
|
846
|
+
if http_gateway_connection_port is None:
|
|
847
|
+
http_gateway_connection_port = 19080
|
|
848
|
+
__props__.__dict__["http_gateway_connection_port"] = http_gateway_connection_port
|
|
849
|
+
__props__.__dict__["http_gateway_token_auth_connection_port"] = http_gateway_token_auth_connection_port
|
|
850
|
+
__props__.__dict__["ip_tags"] = ip_tags
|
|
851
|
+
__props__.__dict__["load_balancing_rules"] = load_balancing_rules
|
|
852
|
+
__props__.__dict__["location"] = location
|
|
853
|
+
__props__.__dict__["network_security_rules"] = network_security_rules
|
|
854
|
+
__props__.__dict__["public_ip_prefix_id"] = public_ip_prefix_id
|
|
855
|
+
__props__.__dict__["public_i_pv6_prefix_id"] = public_i_pv6_prefix_id
|
|
856
|
+
if resource_group_name is None and not opts.urn:
|
|
857
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
858
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
859
|
+
__props__.__dict__["service_endpoints"] = service_endpoints
|
|
860
|
+
if sku is None and not opts.urn:
|
|
861
|
+
raise TypeError("Missing required property 'sku'")
|
|
862
|
+
__props__.__dict__["sku"] = sku
|
|
863
|
+
__props__.__dict__["subnet_id"] = subnet_id
|
|
864
|
+
__props__.__dict__["tags"] = tags
|
|
865
|
+
__props__.__dict__["upgrade_description"] = upgrade_description
|
|
866
|
+
__props__.__dict__["use_custom_vnet"] = use_custom_vnet
|
|
867
|
+
if zonal_resiliency is None:
|
|
868
|
+
zonal_resiliency = False
|
|
869
|
+
__props__.__dict__["zonal_resiliency"] = zonal_resiliency
|
|
870
|
+
__props__.__dict__["zonal_update_mode"] = zonal_update_mode
|
|
871
|
+
__props__.__dict__["cluster_certificate_thumbprints"] = None
|
|
872
|
+
__props__.__dict__["cluster_id"] = None
|
|
873
|
+
__props__.__dict__["cluster_state"] = None
|
|
874
|
+
__props__.__dict__["etag"] = None
|
|
875
|
+
__props__.__dict__["fqdn"] = None
|
|
876
|
+
__props__.__dict__["ipv4_address"] = None
|
|
877
|
+
__props__.__dict__["ipv6_address"] = None
|
|
878
|
+
__props__.__dict__["name"] = None
|
|
879
|
+
__props__.__dict__["provisioning_state"] = None
|
|
880
|
+
__props__.__dict__["system_data"] = None
|
|
881
|
+
__props__.__dict__["type"] = None
|
|
882
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicefabric/v20200101preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20210101preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20210501:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20210701preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20210901privatepreview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20211101preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20220101:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20220201preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20220601preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20220801preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20221001preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20230201preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20230301preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20230701preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20230901preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20231101preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20231201preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20240201preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20240401:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20240601preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric/v20240901preview:ManagedCluster"), pulumi.Alias(type_="azure-native:servicefabric:ManagedCluster")])
|
|
883
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
884
|
+
super(ManagedCluster, __self__).__init__(
|
|
885
|
+
'azure-native:servicefabric/v20241101preview:ManagedCluster',
|
|
886
|
+
resource_name,
|
|
887
|
+
__props__,
|
|
888
|
+
opts)
|
|
889
|
+
|
|
890
|
+
@staticmethod
|
|
891
|
+
def get(resource_name: str,
|
|
892
|
+
id: pulumi.Input[str],
|
|
893
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedCluster':
|
|
894
|
+
"""
|
|
895
|
+
Get an existing ManagedCluster resource's state with the given name, id, and optional extra
|
|
896
|
+
properties used to qualify the lookup.
|
|
897
|
+
|
|
898
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
899
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
900
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
901
|
+
"""
|
|
902
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
903
|
+
|
|
904
|
+
__props__ = ManagedClusterArgs.__new__(ManagedClusterArgs)
|
|
905
|
+
|
|
906
|
+
__props__.__dict__["addon_features"] = None
|
|
907
|
+
__props__.__dict__["admin_password"] = None
|
|
908
|
+
__props__.__dict__["admin_user_name"] = None
|
|
909
|
+
__props__.__dict__["allocated_outbound_ports"] = None
|
|
910
|
+
__props__.__dict__["allow_rdp_access"] = None
|
|
911
|
+
__props__.__dict__["application_type_versions_cleanup_policy"] = None
|
|
912
|
+
__props__.__dict__["auto_generated_domain_name_label_scope"] = None
|
|
913
|
+
__props__.__dict__["auxiliary_subnets"] = None
|
|
914
|
+
__props__.__dict__["azure_active_directory"] = None
|
|
915
|
+
__props__.__dict__["client_connection_port"] = None
|
|
916
|
+
__props__.__dict__["clients"] = None
|
|
917
|
+
__props__.__dict__["cluster_certificate_thumbprints"] = None
|
|
918
|
+
__props__.__dict__["cluster_code_version"] = None
|
|
919
|
+
__props__.__dict__["cluster_id"] = None
|
|
920
|
+
__props__.__dict__["cluster_state"] = None
|
|
921
|
+
__props__.__dict__["cluster_upgrade_cadence"] = None
|
|
922
|
+
__props__.__dict__["cluster_upgrade_mode"] = None
|
|
923
|
+
__props__.__dict__["ddos_protection_plan_id"] = None
|
|
924
|
+
__props__.__dict__["dns_name"] = None
|
|
925
|
+
__props__.__dict__["enable_auto_os_upgrade"] = None
|
|
926
|
+
__props__.__dict__["enable_http_gateway_exclusive_auth_mode"] = None
|
|
927
|
+
__props__.__dict__["enable_ipv6"] = None
|
|
928
|
+
__props__.__dict__["enable_service_public_ip"] = None
|
|
929
|
+
__props__.__dict__["etag"] = None
|
|
930
|
+
__props__.__dict__["fabric_settings"] = None
|
|
931
|
+
__props__.__dict__["fqdn"] = None
|
|
932
|
+
__props__.__dict__["http_gateway_connection_port"] = None
|
|
933
|
+
__props__.__dict__["http_gateway_token_auth_connection_port"] = None
|
|
934
|
+
__props__.__dict__["ip_tags"] = None
|
|
935
|
+
__props__.__dict__["ipv4_address"] = None
|
|
936
|
+
__props__.__dict__["ipv6_address"] = None
|
|
937
|
+
__props__.__dict__["load_balancing_rules"] = None
|
|
938
|
+
__props__.__dict__["location"] = None
|
|
939
|
+
__props__.__dict__["name"] = None
|
|
940
|
+
__props__.__dict__["network_security_rules"] = None
|
|
941
|
+
__props__.__dict__["provisioning_state"] = None
|
|
942
|
+
__props__.__dict__["public_ip_prefix_id"] = None
|
|
943
|
+
__props__.__dict__["public_i_pv6_prefix_id"] = None
|
|
944
|
+
__props__.__dict__["service_endpoints"] = None
|
|
945
|
+
__props__.__dict__["sku"] = None
|
|
946
|
+
__props__.__dict__["subnet_id"] = None
|
|
947
|
+
__props__.__dict__["system_data"] = None
|
|
948
|
+
__props__.__dict__["tags"] = None
|
|
949
|
+
__props__.__dict__["type"] = None
|
|
950
|
+
__props__.__dict__["upgrade_description"] = None
|
|
951
|
+
__props__.__dict__["use_custom_vnet"] = None
|
|
952
|
+
__props__.__dict__["zonal_resiliency"] = None
|
|
953
|
+
__props__.__dict__["zonal_update_mode"] = None
|
|
954
|
+
return ManagedCluster(resource_name, opts=opts, __props__=__props__)
|
|
955
|
+
|
|
956
|
+
@property
|
|
957
|
+
@pulumi.getter(name="addonFeatures")
|
|
958
|
+
def addon_features(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
959
|
+
"""
|
|
960
|
+
List of add-on features to enable on the cluster.
|
|
961
|
+
"""
|
|
962
|
+
return pulumi.get(self, "addon_features")
|
|
963
|
+
|
|
964
|
+
@property
|
|
965
|
+
@pulumi.getter(name="adminPassword")
|
|
966
|
+
def admin_password(self) -> pulumi.Output[Optional[str]]:
|
|
967
|
+
"""
|
|
968
|
+
VM admin user password.
|
|
969
|
+
"""
|
|
970
|
+
return pulumi.get(self, "admin_password")
|
|
971
|
+
|
|
972
|
+
@property
|
|
973
|
+
@pulumi.getter(name="adminUserName")
|
|
974
|
+
def admin_user_name(self) -> pulumi.Output[str]:
|
|
975
|
+
"""
|
|
976
|
+
VM admin user name.
|
|
977
|
+
"""
|
|
978
|
+
return pulumi.get(self, "admin_user_name")
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
@pulumi.getter(name="allocatedOutboundPorts")
|
|
982
|
+
def allocated_outbound_ports(self) -> pulumi.Output[Optional[int]]:
|
|
983
|
+
"""
|
|
984
|
+
The number of outbound ports allocated for SNAT for each node in the backend pool of the default load balancer. The default value is 0 which provides dynamic port allocation based on pool size.
|
|
985
|
+
"""
|
|
986
|
+
return pulumi.get(self, "allocated_outbound_ports")
|
|
987
|
+
|
|
988
|
+
@property
|
|
989
|
+
@pulumi.getter(name="allowRdpAccess")
|
|
990
|
+
def allow_rdp_access(self) -> pulumi.Output[Optional[bool]]:
|
|
991
|
+
"""
|
|
992
|
+
Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
|
|
993
|
+
"""
|
|
994
|
+
return pulumi.get(self, "allow_rdp_access")
|
|
995
|
+
|
|
996
|
+
@property
|
|
997
|
+
@pulumi.getter(name="applicationTypeVersionsCleanupPolicy")
|
|
998
|
+
def application_type_versions_cleanup_policy(self) -> pulumi.Output[Optional['outputs.ApplicationTypeVersionsCleanupPolicyResponse']]:
|
|
999
|
+
"""
|
|
1000
|
+
The policy used to clean up unused versions.
|
|
1001
|
+
"""
|
|
1002
|
+
return pulumi.get(self, "application_type_versions_cleanup_policy")
|
|
1003
|
+
|
|
1004
|
+
@property
|
|
1005
|
+
@pulumi.getter(name="autoGeneratedDomainNameLabelScope")
|
|
1006
|
+
def auto_generated_domain_name_label_scope(self) -> pulumi.Output[Optional[str]]:
|
|
1007
|
+
"""
|
|
1008
|
+
This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert.
|
|
1009
|
+
"""
|
|
1010
|
+
return pulumi.get(self, "auto_generated_domain_name_label_scope")
|
|
1011
|
+
|
|
1012
|
+
@property
|
|
1013
|
+
@pulumi.getter(name="auxiliarySubnets")
|
|
1014
|
+
def auxiliary_subnets(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]]:
|
|
1015
|
+
"""
|
|
1016
|
+
Auxiliary subnets for the cluster.
|
|
1017
|
+
"""
|
|
1018
|
+
return pulumi.get(self, "auxiliary_subnets")
|
|
1019
|
+
|
|
1020
|
+
@property
|
|
1021
|
+
@pulumi.getter(name="azureActiveDirectory")
|
|
1022
|
+
def azure_active_directory(self) -> pulumi.Output[Optional['outputs.AzureActiveDirectoryResponse']]:
|
|
1023
|
+
"""
|
|
1024
|
+
The AAD authentication settings of the cluster.
|
|
1025
|
+
"""
|
|
1026
|
+
return pulumi.get(self, "azure_active_directory")
|
|
1027
|
+
|
|
1028
|
+
@property
|
|
1029
|
+
@pulumi.getter(name="clientConnectionPort")
|
|
1030
|
+
def client_connection_port(self) -> pulumi.Output[Optional[int]]:
|
|
1031
|
+
"""
|
|
1032
|
+
The port used for client connections to the cluster.
|
|
1033
|
+
"""
|
|
1034
|
+
return pulumi.get(self, "client_connection_port")
|
|
1035
|
+
|
|
1036
|
+
@property
|
|
1037
|
+
@pulumi.getter
|
|
1038
|
+
def clients(self) -> pulumi.Output[Optional[Sequence['outputs.ClientCertificateResponse']]]:
|
|
1039
|
+
"""
|
|
1040
|
+
Client certificates that are allowed to manage the cluster.
|
|
1041
|
+
"""
|
|
1042
|
+
return pulumi.get(self, "clients")
|
|
1043
|
+
|
|
1044
|
+
@property
|
|
1045
|
+
@pulumi.getter(name="clusterCertificateThumbprints")
|
|
1046
|
+
def cluster_certificate_thumbprints(self) -> pulumi.Output[Sequence[str]]:
|
|
1047
|
+
"""
|
|
1048
|
+
List of thumbprints of the cluster certificates.
|
|
1049
|
+
"""
|
|
1050
|
+
return pulumi.get(self, "cluster_certificate_thumbprints")
|
|
1051
|
+
|
|
1052
|
+
@property
|
|
1053
|
+
@pulumi.getter(name="clusterCodeVersion")
|
|
1054
|
+
def cluster_code_version(self) -> pulumi.Output[Optional[str]]:
|
|
1055
|
+
"""
|
|
1056
|
+
The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**.
|
|
1057
|
+
"""
|
|
1058
|
+
return pulumi.get(self, "cluster_code_version")
|
|
1059
|
+
|
|
1060
|
+
@property
|
|
1061
|
+
@pulumi.getter(name="clusterId")
|
|
1062
|
+
def cluster_id(self) -> pulumi.Output[str]:
|
|
1063
|
+
"""
|
|
1064
|
+
A service generated unique identifier for the cluster resource.
|
|
1065
|
+
"""
|
|
1066
|
+
return pulumi.get(self, "cluster_id")
|
|
1067
|
+
|
|
1068
|
+
@property
|
|
1069
|
+
@pulumi.getter(name="clusterState")
|
|
1070
|
+
def cluster_state(self) -> pulumi.Output[str]:
|
|
1071
|
+
"""
|
|
1072
|
+
The current state of the cluster.
|
|
1073
|
+
"""
|
|
1074
|
+
return pulumi.get(self, "cluster_state")
|
|
1075
|
+
|
|
1076
|
+
@property
|
|
1077
|
+
@pulumi.getter(name="clusterUpgradeCadence")
|
|
1078
|
+
def cluster_upgrade_cadence(self) -> pulumi.Output[Optional[str]]:
|
|
1079
|
+
"""
|
|
1080
|
+
Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'.
|
|
1081
|
+
"""
|
|
1082
|
+
return pulumi.get(self, "cluster_upgrade_cadence")
|
|
1083
|
+
|
|
1084
|
+
@property
|
|
1085
|
+
@pulumi.getter(name="clusterUpgradeMode")
|
|
1086
|
+
def cluster_upgrade_mode(self) -> pulumi.Output[Optional[str]]:
|
|
1087
|
+
"""
|
|
1088
|
+
The upgrade mode of the cluster when new Service Fabric runtime version is available.
|
|
1089
|
+
"""
|
|
1090
|
+
return pulumi.get(self, "cluster_upgrade_mode")
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
@pulumi.getter(name="ddosProtectionPlanId")
|
|
1094
|
+
def ddos_protection_plan_id(self) -> pulumi.Output[Optional[str]]:
|
|
1095
|
+
"""
|
|
1096
|
+
Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster.
|
|
1097
|
+
"""
|
|
1098
|
+
return pulumi.get(self, "ddos_protection_plan_id")
|
|
1099
|
+
|
|
1100
|
+
@property
|
|
1101
|
+
@pulumi.getter(name="dnsName")
|
|
1102
|
+
def dns_name(self) -> pulumi.Output[str]:
|
|
1103
|
+
"""
|
|
1104
|
+
The cluster dns name.
|
|
1105
|
+
"""
|
|
1106
|
+
return pulumi.get(self, "dns_name")
|
|
1107
|
+
|
|
1108
|
+
@property
|
|
1109
|
+
@pulumi.getter(name="enableAutoOSUpgrade")
|
|
1110
|
+
def enable_auto_os_upgrade(self) -> pulumi.Output[Optional[bool]]:
|
|
1111
|
+
"""
|
|
1112
|
+
Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false.
|
|
1113
|
+
"""
|
|
1114
|
+
return pulumi.get(self, "enable_auto_os_upgrade")
|
|
1115
|
+
|
|
1116
|
+
@property
|
|
1117
|
+
@pulumi.getter(name="enableHttpGatewayExclusiveAuthMode")
|
|
1118
|
+
def enable_http_gateway_exclusive_auth_mode(self) -> pulumi.Output[Optional[bool]]:
|
|
1119
|
+
"""
|
|
1120
|
+
If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined.
|
|
1121
|
+
"""
|
|
1122
|
+
return pulumi.get(self, "enable_http_gateway_exclusive_auth_mode")
|
|
1123
|
+
|
|
1124
|
+
@property
|
|
1125
|
+
@pulumi.getter(name="enableIpv6")
|
|
1126
|
+
def enable_ipv6(self) -> pulumi.Output[Optional[bool]]:
|
|
1127
|
+
"""
|
|
1128
|
+
Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
|
|
1129
|
+
"""
|
|
1130
|
+
return pulumi.get(self, "enable_ipv6")
|
|
1131
|
+
|
|
1132
|
+
@property
|
|
1133
|
+
@pulumi.getter(name="enableServicePublicIP")
|
|
1134
|
+
def enable_service_public_ip(self) -> pulumi.Output[Optional[bool]]:
|
|
1135
|
+
"""
|
|
1136
|
+
Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
|
|
1137
|
+
"""
|
|
1138
|
+
return pulumi.get(self, "enable_service_public_ip")
|
|
1139
|
+
|
|
1140
|
+
@property
|
|
1141
|
+
@pulumi.getter
|
|
1142
|
+
def etag(self) -> pulumi.Output[str]:
|
|
1143
|
+
"""
|
|
1144
|
+
Azure resource etag.
|
|
1145
|
+
"""
|
|
1146
|
+
return pulumi.get(self, "etag")
|
|
1147
|
+
|
|
1148
|
+
@property
|
|
1149
|
+
@pulumi.getter(name="fabricSettings")
|
|
1150
|
+
def fabric_settings(self) -> pulumi.Output[Optional[Sequence['outputs.SettingsSectionDescriptionResponse']]]:
|
|
1151
|
+
"""
|
|
1152
|
+
The list of custom fabric settings to configure the cluster.
|
|
1153
|
+
"""
|
|
1154
|
+
return pulumi.get(self, "fabric_settings")
|
|
1155
|
+
|
|
1156
|
+
@property
|
|
1157
|
+
@pulumi.getter
|
|
1158
|
+
def fqdn(self) -> pulumi.Output[str]:
|
|
1159
|
+
"""
|
|
1160
|
+
The fully qualified domain name associated with the public load balancer of the cluster.
|
|
1161
|
+
"""
|
|
1162
|
+
return pulumi.get(self, "fqdn")
|
|
1163
|
+
|
|
1164
|
+
@property
|
|
1165
|
+
@pulumi.getter(name="httpGatewayConnectionPort")
|
|
1166
|
+
def http_gateway_connection_port(self) -> pulumi.Output[Optional[int]]:
|
|
1167
|
+
"""
|
|
1168
|
+
The port used for HTTP connections to the cluster.
|
|
1169
|
+
"""
|
|
1170
|
+
return pulumi.get(self, "http_gateway_connection_port")
|
|
1171
|
+
|
|
1172
|
+
@property
|
|
1173
|
+
@pulumi.getter(name="httpGatewayTokenAuthConnectionPort")
|
|
1174
|
+
def http_gateway_token_auth_connection_port(self) -> pulumi.Output[Optional[int]]:
|
|
1175
|
+
"""
|
|
1176
|
+
The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint.
|
|
1177
|
+
"""
|
|
1178
|
+
return pulumi.get(self, "http_gateway_token_auth_connection_port")
|
|
1179
|
+
|
|
1180
|
+
@property
|
|
1181
|
+
@pulumi.getter(name="ipTags")
|
|
1182
|
+
def ip_tags(self) -> pulumi.Output[Optional[Sequence['outputs.IpTagResponse']]]:
|
|
1183
|
+
"""
|
|
1184
|
+
The list of IP tags associated with the default public IP address of the cluster.
|
|
1185
|
+
"""
|
|
1186
|
+
return pulumi.get(self, "ip_tags")
|
|
1187
|
+
|
|
1188
|
+
@property
|
|
1189
|
+
@pulumi.getter(name="ipv4Address")
|
|
1190
|
+
def ipv4_address(self) -> pulumi.Output[str]:
|
|
1191
|
+
"""
|
|
1192
|
+
The IPv4 address associated with the public load balancer of the cluster.
|
|
1193
|
+
"""
|
|
1194
|
+
return pulumi.get(self, "ipv4_address")
|
|
1195
|
+
|
|
1196
|
+
@property
|
|
1197
|
+
@pulumi.getter(name="ipv6Address")
|
|
1198
|
+
def ipv6_address(self) -> pulumi.Output[str]:
|
|
1199
|
+
"""
|
|
1200
|
+
IPv6 address for the cluster if IPv6 is enabled.
|
|
1201
|
+
"""
|
|
1202
|
+
return pulumi.get(self, "ipv6_address")
|
|
1203
|
+
|
|
1204
|
+
@property
|
|
1205
|
+
@pulumi.getter(name="loadBalancingRules")
|
|
1206
|
+
def load_balancing_rules(self) -> pulumi.Output[Optional[Sequence['outputs.LoadBalancingRuleResponse']]]:
|
|
1207
|
+
"""
|
|
1208
|
+
Load balancing rules that are applied to the public load balancer of the cluster.
|
|
1209
|
+
"""
|
|
1210
|
+
return pulumi.get(self, "load_balancing_rules")
|
|
1211
|
+
|
|
1212
|
+
@property
|
|
1213
|
+
@pulumi.getter
|
|
1214
|
+
def location(self) -> pulumi.Output[str]:
|
|
1215
|
+
"""
|
|
1216
|
+
Azure resource location.
|
|
1217
|
+
"""
|
|
1218
|
+
return pulumi.get(self, "location")
|
|
1219
|
+
|
|
1220
|
+
@property
|
|
1221
|
+
@pulumi.getter
|
|
1222
|
+
def name(self) -> pulumi.Output[str]:
|
|
1223
|
+
"""
|
|
1224
|
+
Azure resource name.
|
|
1225
|
+
"""
|
|
1226
|
+
return pulumi.get(self, "name")
|
|
1227
|
+
|
|
1228
|
+
@property
|
|
1229
|
+
@pulumi.getter(name="networkSecurityRules")
|
|
1230
|
+
def network_security_rules(self) -> pulumi.Output[Optional[Sequence['outputs.NetworkSecurityRuleResponse']]]:
|
|
1231
|
+
"""
|
|
1232
|
+
Custom Network Security Rules that are applied to the Virtual Network of the cluster.
|
|
1233
|
+
"""
|
|
1234
|
+
return pulumi.get(self, "network_security_rules")
|
|
1235
|
+
|
|
1236
|
+
@property
|
|
1237
|
+
@pulumi.getter(name="provisioningState")
|
|
1238
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
1239
|
+
"""
|
|
1240
|
+
The provisioning state of the managed cluster resource.
|
|
1241
|
+
"""
|
|
1242
|
+
return pulumi.get(self, "provisioning_state")
|
|
1243
|
+
|
|
1244
|
+
@property
|
|
1245
|
+
@pulumi.getter(name="publicIPPrefixId")
|
|
1246
|
+
def public_ip_prefix_id(self) -> pulumi.Output[Optional[str]]:
|
|
1247
|
+
"""
|
|
1248
|
+
Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created.
|
|
1249
|
+
"""
|
|
1250
|
+
return pulumi.get(self, "public_ip_prefix_id")
|
|
1251
|
+
|
|
1252
|
+
@property
|
|
1253
|
+
@pulumi.getter(name="publicIPv6PrefixId")
|
|
1254
|
+
def public_i_pv6_prefix_id(self) -> pulumi.Output[Optional[str]]:
|
|
1255
|
+
"""
|
|
1256
|
+
Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created.
|
|
1257
|
+
"""
|
|
1258
|
+
return pulumi.get(self, "public_i_pv6_prefix_id")
|
|
1259
|
+
|
|
1260
|
+
@property
|
|
1261
|
+
@pulumi.getter(name="serviceEndpoints")
|
|
1262
|
+
def service_endpoints(self) -> pulumi.Output[Optional[Sequence['outputs.ServiceEndpointResponse']]]:
|
|
1263
|
+
"""
|
|
1264
|
+
Service endpoints for subnets in the cluster.
|
|
1265
|
+
"""
|
|
1266
|
+
return pulumi.get(self, "service_endpoints")
|
|
1267
|
+
|
|
1268
|
+
@property
|
|
1269
|
+
@pulumi.getter
|
|
1270
|
+
def sku(self) -> pulumi.Output['outputs.SkuResponse']:
|
|
1271
|
+
"""
|
|
1272
|
+
The sku of the managed cluster
|
|
1273
|
+
"""
|
|
1274
|
+
return pulumi.get(self, "sku")
|
|
1275
|
+
|
|
1276
|
+
@property
|
|
1277
|
+
@pulumi.getter(name="subnetId")
|
|
1278
|
+
def subnet_id(self) -> pulumi.Output[Optional[str]]:
|
|
1279
|
+
"""
|
|
1280
|
+
If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
|
|
1281
|
+
"""
|
|
1282
|
+
return pulumi.get(self, "subnet_id")
|
|
1283
|
+
|
|
1284
|
+
@property
|
|
1285
|
+
@pulumi.getter(name="systemData")
|
|
1286
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
1287
|
+
"""
|
|
1288
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1289
|
+
"""
|
|
1290
|
+
return pulumi.get(self, "system_data")
|
|
1291
|
+
|
|
1292
|
+
@property
|
|
1293
|
+
@pulumi.getter
|
|
1294
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1295
|
+
"""
|
|
1296
|
+
Azure resource tags.
|
|
1297
|
+
"""
|
|
1298
|
+
return pulumi.get(self, "tags")
|
|
1299
|
+
|
|
1300
|
+
@property
|
|
1301
|
+
@pulumi.getter
|
|
1302
|
+
def type(self) -> pulumi.Output[str]:
|
|
1303
|
+
"""
|
|
1304
|
+
Azure resource type.
|
|
1305
|
+
"""
|
|
1306
|
+
return pulumi.get(self, "type")
|
|
1307
|
+
|
|
1308
|
+
@property
|
|
1309
|
+
@pulumi.getter(name="upgradeDescription")
|
|
1310
|
+
def upgrade_description(self) -> pulumi.Output[Optional['outputs.ClusterUpgradePolicyResponse']]:
|
|
1311
|
+
"""
|
|
1312
|
+
The policy to use when upgrading the cluster.
|
|
1313
|
+
"""
|
|
1314
|
+
return pulumi.get(self, "upgrade_description")
|
|
1315
|
+
|
|
1316
|
+
@property
|
|
1317
|
+
@pulumi.getter(name="useCustomVnet")
|
|
1318
|
+
def use_custom_vnet(self) -> pulumi.Output[Optional[bool]]:
|
|
1319
|
+
"""
|
|
1320
|
+
For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
|
|
1321
|
+
"""
|
|
1322
|
+
return pulumi.get(self, "use_custom_vnet")
|
|
1323
|
+
|
|
1324
|
+
@property
|
|
1325
|
+
@pulumi.getter(name="zonalResiliency")
|
|
1326
|
+
def zonal_resiliency(self) -> pulumi.Output[Optional[bool]]:
|
|
1327
|
+
"""
|
|
1328
|
+
Indicates if the cluster has zone resiliency.
|
|
1329
|
+
"""
|
|
1330
|
+
return pulumi.get(self, "zonal_resiliency")
|
|
1331
|
+
|
|
1332
|
+
@property
|
|
1333
|
+
@pulumi.getter(name="zonalUpdateMode")
|
|
1334
|
+
def zonal_update_mode(self) -> pulumi.Output[Optional[str]]:
|
|
1335
|
+
"""
|
|
1336
|
+
Indicates the update mode for Cross Az clusters.
|
|
1337
|
+
"""
|
|
1338
|
+
return pulumi.get(self, "zonal_update_mode")
|
|
1339
|
+
|