pulumi-azure-native 2.86.0a1738343576__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 +248 -16
- pulumi_azure_native/_utilities.py +8 -4
- 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/maintenance/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240101/account.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240101/pool.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501/account.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701/account.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240901/account.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240901/pool.py +1 -1
- pulumi_azure_native/netapp/v20240901/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240901/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240901/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240901preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240901preview/_enums.py +578 -0
- pulumi_azure_native/netapp/v20240901preview/_inputs.py +3121 -0
- pulumi_azure_native/netapp/v20240901preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240901preview/backup.py +412 -0
- pulumi_azure_native/netapp/v20240901preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240901preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240901preview/get_account.py +269 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup.py +309 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup_policy.py +289 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup_vault.py +177 -0
- pulumi_azure_native/netapp/v20240901preview/get_pool.py +314 -0
- pulumi_azure_native/netapp/v20240901preview/get_snapshot.py +203 -0
- pulumi_azure_native/netapp/v20240901preview/get_snapshot_policy.py +261 -0
- pulumi_azure_native/netapp/v20240901preview/get_subvolume.py +203 -0
- pulumi_azure_native/netapp/v20240901preview/get_subvolume_metadata.py +272 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume.py +1023 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_group.py +177 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_group_id_for_ldap_user.py +104 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_quota_rule.py +231 -0
- pulumi_azure_native/netapp/v20240901preview/list_volume_quota_report.py +113 -0
- pulumi_azure_native/netapp/v20240901preview/list_volume_replications.py +99 -0
- pulumi_azure_native/netapp/v20240901preview/outputs.py +3372 -0
- pulumi_azure_native/netapp/v20240901preview/pool.py +483 -0
- pulumi_azure_native/netapp/v20240901preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240901preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240901preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240901preview/volume.py +1746 -0
- pulumi_azure_native/netapp/v20240901preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240901preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- 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 +26 -6
- pulumi_azure_native/quantum/v20231113preview/_inputs.py +121 -24
- pulumi_azure_native/quantum/v20231113preview/get_workspace.py +16 -86
- pulumi_azure_native/quantum/v20231113preview/outputs.py +236 -65
- pulumi_azure_native/quantum/v20231113preview/workspace.py +30 -118
- pulumi_azure_native/securityinsights/__init__.py +3 -0
- pulumi_azure_native/securityinsights/_enums.py +1 -1
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/_enums.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230501preview/_enums.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20250101preview/__init__.py +140 -0
- pulumi_azure_native/securityinsights/v20250101preview/_enums.py +1507 -0
- pulumi_azure_native/securityinsights/v20250101preview/_inputs.py +11019 -0
- pulumi_azure_native/securityinsights/v20250101preview/aad_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/aatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/action.py +282 -0
- pulumi_azure_native/securityinsights/v20250101preview/activity_custom_entity_query.py +517 -0
- pulumi_azure_native/securityinsights/v20250101preview/anomalies.py +244 -0
- pulumi_azure_native/securityinsights/v20250101preview/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20250101preview/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20250101preview/aws_cloud_trail_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/aws_s3_data_connector.py +356 -0
- pulumi_azure_native/securityinsights/v20250101preview/bookmark.py +668 -0
- pulumi_azure_native/securityinsights/v20250101preview/bookmark_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/business_application_agent.py +268 -0
- pulumi_azure_native/securityinsights/v20250101preview/codeless_api_polling_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/codeless_ui_data_connector.py +265 -0
- pulumi_azure_native/securityinsights/v20250101preview/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20250101preview/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20250101preview/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20250101preview/dynamics365_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/entity_analytics.py +264 -0
- pulumi_azure_native/securityinsights/v20250101preview/eyes_on.py +244 -0
- pulumi_azure_native/securityinsights/v20250101preview/file_import.py +402 -0
- pulumi_azure_native/securityinsights/v20250101preview/fusion_alert_rule.py +424 -0
- pulumi_azure_native/securityinsights/v20250101preview/gcp_data_connector.py +354 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_activity_custom_entity_query.py +318 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_anomalies.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aws_s3_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_bookmark.py +373 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_bookmark_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_business_application_agent.py +196 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_codeless_api_polling_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_codeless_ui_data_connector.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_dynamics365_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entities_get_timeline.py +132 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entity_analytics.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entity_insights.py +131 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_eyes_on.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_file_import.py +317 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_fusion_alert_rule.py +318 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_gcp_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt.py +261 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt_comment.py +169 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt_relation.py +225 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident.py +426 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_task.py +247 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_io_t_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ml_behavior_analytics_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mtp_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_nrt_alert_rule.py +430 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office365_project_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_atp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_irm_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_power_bi_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_purview_audit_data_connector.py +234 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_scheduled_alert_rule.py +486 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_system.py +205 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ti_taxii_data_connector.py +304 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ueba.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_assignment.py +205 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_configuration.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_group.py +191 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_member.py +177 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt.py +444 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt_comment.py +251 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt_relation.py +310 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident.py +612 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_task.py +380 -0
- pulumi_azure_native/securityinsights/v20250101preview/io_t_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_geodata_by_ip.py +322 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_system_actions.py +113 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_whois_by_domain.py +169 -0
- pulumi_azure_native/securityinsights/v20250101preview/mcas_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/mdatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20250101preview/microsoft_purview_information_protection_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20250101preview/ml_behavior_analytics_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20250101preview/msti_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/mtp_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20250101preview/nrt_alert_rule.py +774 -0
- pulumi_azure_native/securityinsights/v20250101preview/office365_project_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_atp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_irm_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_power_bi_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/outputs.py +10619 -0
- pulumi_azure_native/securityinsights/v20250101preview/purview_audit_data_connector.py +383 -0
- pulumi_azure_native/securityinsights/v20250101preview/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20250101preview/scheduled_alert_rule.py +894 -0
- pulumi_azure_native/securityinsights/v20250101preview/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20250101preview/system.py +311 -0
- pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20250101preview/ti_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20250101preview/ti_taxii_data_connector.py +529 -0
- pulumi_azure_native/securityinsights/v20250101preview/ueba.py +264 -0
- pulumi_azure_native/securityinsights/v20250101preview/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20250101preview/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_assignment.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_configuration.py +231 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_group.py +289 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_member.py +260 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- 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/sovereign/__init__.py +24 -0
- pulumi_azure_native/sovereign/_enums.py +119 -0
- pulumi_azure_native/sovereign/_inputs.py +1208 -0
- pulumi_azure_native/sovereign/get_landing_zone_account_operation.py +187 -0
- pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py +151 -0
- pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py +151 -0
- pulumi_azure_native/sovereign/landing_zone_account_operation.py +289 -0
- pulumi_azure_native/sovereign/landing_zone_configuration_operation.py +223 -0
- pulumi_azure_native/sovereign/landing_zone_registration_operation.py +223 -0
- pulumi_azure_native/sovereign/outputs.py +1237 -0
- pulumi_azure_native/sovereign/v20250227preview/__init__.py +16 -0
- pulumi_azure_native/sovereign/v20250227preview/_enums.py +119 -0
- pulumi_azure_native/sovereign/v20250227preview/_inputs.py +1208 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py +185 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py +149 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py +149 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py +287 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py +221 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py +221 -0
- pulumi_azure_native/sovereign/v20250227preview/outputs.py +1237 -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.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.86.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/RECORD +2156 -1743
- 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.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.86.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2417 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'ExtendedLocationArgs',
|
|
20
|
+
'ExtendedLocationArgsDict',
|
|
21
|
+
'GalleryImageIdentifierArgs',
|
|
22
|
+
'GalleryImageIdentifierArgsDict',
|
|
23
|
+
'GalleryImageVersionArgs',
|
|
24
|
+
'GalleryImageVersionArgsDict',
|
|
25
|
+
'GuestCredentialArgs',
|
|
26
|
+
'GuestCredentialArgsDict',
|
|
27
|
+
'HttpProxyConfigurationArgs',
|
|
28
|
+
'HttpProxyConfigurationArgsDict',
|
|
29
|
+
'IPConfigurationPropertiesArgs',
|
|
30
|
+
'IPConfigurationPropertiesArgsDict',
|
|
31
|
+
'IPConfigurationArgs',
|
|
32
|
+
'IPConfigurationArgsDict',
|
|
33
|
+
'IPPoolArgs',
|
|
34
|
+
'IPPoolArgsDict',
|
|
35
|
+
'ImageArmReferenceArgs',
|
|
36
|
+
'ImageArmReferenceArgsDict',
|
|
37
|
+
'InterfaceDNSSettingsArgs',
|
|
38
|
+
'InterfaceDNSSettingsArgsDict',
|
|
39
|
+
'LogicalNetworkArmReferenceArgs',
|
|
40
|
+
'LogicalNetworkArmReferenceArgsDict',
|
|
41
|
+
'LogicalNetworkPropertiesDhcpOptionsArgs',
|
|
42
|
+
'LogicalNetworkPropertiesDhcpOptionsArgsDict',
|
|
43
|
+
'ManagedServiceIdentityArgs',
|
|
44
|
+
'ManagedServiceIdentityArgsDict',
|
|
45
|
+
'NetworkInterfaceArmReferenceArgs',
|
|
46
|
+
'NetworkInterfaceArmReferenceArgsDict',
|
|
47
|
+
'NetworkSecurityGroupArmReferenceArgs',
|
|
48
|
+
'NetworkSecurityGroupArmReferenceArgsDict',
|
|
49
|
+
'RouteTableArgs',
|
|
50
|
+
'RouteTableArgsDict',
|
|
51
|
+
'RouteArgs',
|
|
52
|
+
'RouteArgsDict',
|
|
53
|
+
'SshConfigurationArgs',
|
|
54
|
+
'SshConfigurationArgsDict',
|
|
55
|
+
'SshPublicKeyArgs',
|
|
56
|
+
'SshPublicKeyArgsDict',
|
|
57
|
+
'SubnetIpConfigurationReferenceArgs',
|
|
58
|
+
'SubnetIpConfigurationReferenceArgsDict',
|
|
59
|
+
'SubnetArgs',
|
|
60
|
+
'SubnetArgsDict',
|
|
61
|
+
'VMDiskSecurityProfileArgs',
|
|
62
|
+
'VMDiskSecurityProfileArgsDict',
|
|
63
|
+
'VirtualHardDiskArmReferenceArgs',
|
|
64
|
+
'VirtualHardDiskArmReferenceArgsDict',
|
|
65
|
+
'VirtualMachineInstanceManagedDiskParametersArgs',
|
|
66
|
+
'VirtualMachineInstanceManagedDiskParametersArgsDict',
|
|
67
|
+
'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs',
|
|
68
|
+
'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgsDict',
|
|
69
|
+
'VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgs',
|
|
70
|
+
'VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgsDict',
|
|
71
|
+
'VirtualMachineInstancePropertiesHardwareProfileArgs',
|
|
72
|
+
'VirtualMachineInstancePropertiesHardwareProfileArgsDict',
|
|
73
|
+
'VirtualMachineInstancePropertiesNetworkProfileArgs',
|
|
74
|
+
'VirtualMachineInstancePropertiesNetworkProfileArgsDict',
|
|
75
|
+
'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs',
|
|
76
|
+
'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgsDict',
|
|
77
|
+
'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs',
|
|
78
|
+
'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgsDict',
|
|
79
|
+
'VirtualMachineInstancePropertiesOsProfileArgs',
|
|
80
|
+
'VirtualMachineInstancePropertiesOsProfileArgsDict',
|
|
81
|
+
'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs',
|
|
82
|
+
'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgsDict',
|
|
83
|
+
'VirtualMachineInstancePropertiesSecurityProfileArgs',
|
|
84
|
+
'VirtualMachineInstancePropertiesSecurityProfileArgsDict',
|
|
85
|
+
'VirtualMachineInstancePropertiesStorageProfileOsDiskArgs',
|
|
86
|
+
'VirtualMachineInstancePropertiesStorageProfileOsDiskArgsDict',
|
|
87
|
+
'VirtualMachineInstancePropertiesStorageProfileArgs',
|
|
88
|
+
'VirtualMachineInstancePropertiesStorageProfileArgsDict',
|
|
89
|
+
'VmImageRepositoryCredentialsArgs',
|
|
90
|
+
'VmImageRepositoryCredentialsArgsDict',
|
|
91
|
+
]
|
|
92
|
+
|
|
93
|
+
MYPY = False
|
|
94
|
+
|
|
95
|
+
if not MYPY:
|
|
96
|
+
class ExtendedLocationArgsDict(TypedDict):
|
|
97
|
+
"""
|
|
98
|
+
The complex type of the extended location.
|
|
99
|
+
"""
|
|
100
|
+
name: NotRequired[pulumi.Input[str]]
|
|
101
|
+
"""
|
|
102
|
+
The name of the extended location.
|
|
103
|
+
"""
|
|
104
|
+
type: NotRequired[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]
|
|
105
|
+
"""
|
|
106
|
+
The type of the extended location.
|
|
107
|
+
"""
|
|
108
|
+
elif False:
|
|
109
|
+
ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
|
|
110
|
+
|
|
111
|
+
@pulumi.input_type
|
|
112
|
+
class ExtendedLocationArgs:
|
|
113
|
+
def __init__(__self__, *,
|
|
114
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
type: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]] = None):
|
|
116
|
+
"""
|
|
117
|
+
The complex type of the extended location.
|
|
118
|
+
:param pulumi.Input[str] name: The name of the extended location.
|
|
119
|
+
:param pulumi.Input[Union[str, 'ExtendedLocationTypes']] type: The type of the extended location.
|
|
120
|
+
"""
|
|
121
|
+
if name is not None:
|
|
122
|
+
pulumi.set(__self__, "name", name)
|
|
123
|
+
if type is not None:
|
|
124
|
+
pulumi.set(__self__, "type", type)
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
129
|
+
"""
|
|
130
|
+
The name of the extended location.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "name")
|
|
133
|
+
|
|
134
|
+
@name.setter
|
|
135
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
136
|
+
pulumi.set(self, "name", value)
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter
|
|
140
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]:
|
|
141
|
+
"""
|
|
142
|
+
The type of the extended location.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "type")
|
|
145
|
+
|
|
146
|
+
@type.setter
|
|
147
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]):
|
|
148
|
+
pulumi.set(self, "type", value)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
if not MYPY:
|
|
152
|
+
class GalleryImageIdentifierArgsDict(TypedDict):
|
|
153
|
+
"""
|
|
154
|
+
This is the gallery image definition identifier.
|
|
155
|
+
"""
|
|
156
|
+
offer: pulumi.Input[str]
|
|
157
|
+
"""
|
|
158
|
+
The name of the gallery image definition offer.
|
|
159
|
+
"""
|
|
160
|
+
publisher: pulumi.Input[str]
|
|
161
|
+
"""
|
|
162
|
+
The name of the gallery image definition publisher.
|
|
163
|
+
"""
|
|
164
|
+
sku: pulumi.Input[str]
|
|
165
|
+
"""
|
|
166
|
+
The name of the gallery image definition SKU.
|
|
167
|
+
"""
|
|
168
|
+
elif False:
|
|
169
|
+
GalleryImageIdentifierArgsDict: TypeAlias = Mapping[str, Any]
|
|
170
|
+
|
|
171
|
+
@pulumi.input_type
|
|
172
|
+
class GalleryImageIdentifierArgs:
|
|
173
|
+
def __init__(__self__, *,
|
|
174
|
+
offer: pulumi.Input[str],
|
|
175
|
+
publisher: pulumi.Input[str],
|
|
176
|
+
sku: pulumi.Input[str]):
|
|
177
|
+
"""
|
|
178
|
+
This is the gallery image definition identifier.
|
|
179
|
+
:param pulumi.Input[str] offer: The name of the gallery image definition offer.
|
|
180
|
+
:param pulumi.Input[str] publisher: The name of the gallery image definition publisher.
|
|
181
|
+
:param pulumi.Input[str] sku: The name of the gallery image definition SKU.
|
|
182
|
+
"""
|
|
183
|
+
pulumi.set(__self__, "offer", offer)
|
|
184
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
185
|
+
pulumi.set(__self__, "sku", sku)
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter
|
|
189
|
+
def offer(self) -> pulumi.Input[str]:
|
|
190
|
+
"""
|
|
191
|
+
The name of the gallery image definition offer.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "offer")
|
|
194
|
+
|
|
195
|
+
@offer.setter
|
|
196
|
+
def offer(self, value: pulumi.Input[str]):
|
|
197
|
+
pulumi.set(self, "offer", value)
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter
|
|
201
|
+
def publisher(self) -> pulumi.Input[str]:
|
|
202
|
+
"""
|
|
203
|
+
The name of the gallery image definition publisher.
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "publisher")
|
|
206
|
+
|
|
207
|
+
@publisher.setter
|
|
208
|
+
def publisher(self, value: pulumi.Input[str]):
|
|
209
|
+
pulumi.set(self, "publisher", value)
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def sku(self) -> pulumi.Input[str]:
|
|
214
|
+
"""
|
|
215
|
+
The name of the gallery image definition SKU.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "sku")
|
|
218
|
+
|
|
219
|
+
@sku.setter
|
|
220
|
+
def sku(self, value: pulumi.Input[str]):
|
|
221
|
+
pulumi.set(self, "sku", value)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
if not MYPY:
|
|
225
|
+
class GalleryImageVersionArgsDict(TypedDict):
|
|
226
|
+
"""
|
|
227
|
+
Specifies information about the gallery image version that you want to create or update.
|
|
228
|
+
"""
|
|
229
|
+
name: NotRequired[pulumi.Input[str]]
|
|
230
|
+
"""
|
|
231
|
+
This is the version of the gallery image.
|
|
232
|
+
"""
|
|
233
|
+
elif False:
|
|
234
|
+
GalleryImageVersionArgsDict: TypeAlias = Mapping[str, Any]
|
|
235
|
+
|
|
236
|
+
@pulumi.input_type
|
|
237
|
+
class GalleryImageVersionArgs:
|
|
238
|
+
def __init__(__self__, *,
|
|
239
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
240
|
+
"""
|
|
241
|
+
Specifies information about the gallery image version that you want to create or update.
|
|
242
|
+
:param pulumi.Input[str] name: This is the version of the gallery image.
|
|
243
|
+
"""
|
|
244
|
+
if name is not None:
|
|
245
|
+
pulumi.set(__self__, "name", name)
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter
|
|
249
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
250
|
+
"""
|
|
251
|
+
This is the version of the gallery image.
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "name")
|
|
254
|
+
|
|
255
|
+
@name.setter
|
|
256
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
257
|
+
pulumi.set(self, "name", value)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
if not MYPY:
|
|
261
|
+
class GuestCredentialArgsDict(TypedDict):
|
|
262
|
+
"""
|
|
263
|
+
Username / Password Credentials to connect to guest.
|
|
264
|
+
"""
|
|
265
|
+
password: NotRequired[pulumi.Input[str]]
|
|
266
|
+
"""
|
|
267
|
+
The password to connect with the guest.
|
|
268
|
+
"""
|
|
269
|
+
username: NotRequired[pulumi.Input[str]]
|
|
270
|
+
"""
|
|
271
|
+
The username to connect with the guest.
|
|
272
|
+
"""
|
|
273
|
+
elif False:
|
|
274
|
+
GuestCredentialArgsDict: TypeAlias = Mapping[str, Any]
|
|
275
|
+
|
|
276
|
+
@pulumi.input_type
|
|
277
|
+
class GuestCredentialArgs:
|
|
278
|
+
def __init__(__self__, *,
|
|
279
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
280
|
+
username: Optional[pulumi.Input[str]] = None):
|
|
281
|
+
"""
|
|
282
|
+
Username / Password Credentials to connect to guest.
|
|
283
|
+
:param pulumi.Input[str] password: The password to connect with the guest.
|
|
284
|
+
:param pulumi.Input[str] username: The username to connect with the guest.
|
|
285
|
+
"""
|
|
286
|
+
if password is not None:
|
|
287
|
+
pulumi.set(__self__, "password", password)
|
|
288
|
+
if username is not None:
|
|
289
|
+
pulumi.set(__self__, "username", username)
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter
|
|
293
|
+
def password(self) -> Optional[pulumi.Input[str]]:
|
|
294
|
+
"""
|
|
295
|
+
The password to connect with the guest.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "password")
|
|
298
|
+
|
|
299
|
+
@password.setter
|
|
300
|
+
def password(self, value: Optional[pulumi.Input[str]]):
|
|
301
|
+
pulumi.set(self, "password", value)
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter
|
|
305
|
+
def username(self) -> Optional[pulumi.Input[str]]:
|
|
306
|
+
"""
|
|
307
|
+
The username to connect with the guest.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "username")
|
|
310
|
+
|
|
311
|
+
@username.setter
|
|
312
|
+
def username(self, value: Optional[pulumi.Input[str]]):
|
|
313
|
+
pulumi.set(self, "username", value)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
if not MYPY:
|
|
317
|
+
class HttpProxyConfigurationArgsDict(TypedDict):
|
|
318
|
+
"""
|
|
319
|
+
HTTP Proxy configuration for the VM.
|
|
320
|
+
"""
|
|
321
|
+
http_proxy: NotRequired[pulumi.Input[str]]
|
|
322
|
+
"""
|
|
323
|
+
The HTTP proxy server endpoint to use.
|
|
324
|
+
"""
|
|
325
|
+
https_proxy: NotRequired[pulumi.Input[str]]
|
|
326
|
+
"""
|
|
327
|
+
The HTTPS proxy server endpoint to use.
|
|
328
|
+
"""
|
|
329
|
+
no_proxy: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
330
|
+
"""
|
|
331
|
+
The endpoints that should not go through proxy.
|
|
332
|
+
"""
|
|
333
|
+
trusted_ca: NotRequired[pulumi.Input[str]]
|
|
334
|
+
"""
|
|
335
|
+
Alternative CA cert to use for connecting to proxy servers.
|
|
336
|
+
"""
|
|
337
|
+
elif False:
|
|
338
|
+
HttpProxyConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
339
|
+
|
|
340
|
+
@pulumi.input_type
|
|
341
|
+
class HttpProxyConfigurationArgs:
|
|
342
|
+
def __init__(__self__, *,
|
|
343
|
+
http_proxy: Optional[pulumi.Input[str]] = None,
|
|
344
|
+
https_proxy: Optional[pulumi.Input[str]] = None,
|
|
345
|
+
no_proxy: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
346
|
+
trusted_ca: Optional[pulumi.Input[str]] = None):
|
|
347
|
+
"""
|
|
348
|
+
HTTP Proxy configuration for the VM.
|
|
349
|
+
:param pulumi.Input[str] http_proxy: The HTTP proxy server endpoint to use.
|
|
350
|
+
:param pulumi.Input[str] https_proxy: The HTTPS proxy server endpoint to use.
|
|
351
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] no_proxy: The endpoints that should not go through proxy.
|
|
352
|
+
:param pulumi.Input[str] trusted_ca: Alternative CA cert to use for connecting to proxy servers.
|
|
353
|
+
"""
|
|
354
|
+
if http_proxy is not None:
|
|
355
|
+
pulumi.set(__self__, "http_proxy", http_proxy)
|
|
356
|
+
if https_proxy is not None:
|
|
357
|
+
pulumi.set(__self__, "https_proxy", https_proxy)
|
|
358
|
+
if no_proxy is not None:
|
|
359
|
+
pulumi.set(__self__, "no_proxy", no_proxy)
|
|
360
|
+
if trusted_ca is not None:
|
|
361
|
+
pulumi.set(__self__, "trusted_ca", trusted_ca)
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="httpProxy")
|
|
365
|
+
def http_proxy(self) -> Optional[pulumi.Input[str]]:
|
|
366
|
+
"""
|
|
367
|
+
The HTTP proxy server endpoint to use.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "http_proxy")
|
|
370
|
+
|
|
371
|
+
@http_proxy.setter
|
|
372
|
+
def http_proxy(self, value: Optional[pulumi.Input[str]]):
|
|
373
|
+
pulumi.set(self, "http_proxy", value)
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="httpsProxy")
|
|
377
|
+
def https_proxy(self) -> Optional[pulumi.Input[str]]:
|
|
378
|
+
"""
|
|
379
|
+
The HTTPS proxy server endpoint to use.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "https_proxy")
|
|
382
|
+
|
|
383
|
+
@https_proxy.setter
|
|
384
|
+
def https_proxy(self, value: Optional[pulumi.Input[str]]):
|
|
385
|
+
pulumi.set(self, "https_proxy", value)
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter(name="noProxy")
|
|
389
|
+
def no_proxy(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
390
|
+
"""
|
|
391
|
+
The endpoints that should not go through proxy.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "no_proxy")
|
|
394
|
+
|
|
395
|
+
@no_proxy.setter
|
|
396
|
+
def no_proxy(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
397
|
+
pulumi.set(self, "no_proxy", value)
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="trustedCa")
|
|
401
|
+
def trusted_ca(self) -> Optional[pulumi.Input[str]]:
|
|
402
|
+
"""
|
|
403
|
+
Alternative CA cert to use for connecting to proxy servers.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "trusted_ca")
|
|
406
|
+
|
|
407
|
+
@trusted_ca.setter
|
|
408
|
+
def trusted_ca(self, value: Optional[pulumi.Input[str]]):
|
|
409
|
+
pulumi.set(self, "trusted_ca", value)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
if not MYPY:
|
|
413
|
+
class IPConfigurationPropertiesArgsDict(TypedDict):
|
|
414
|
+
"""
|
|
415
|
+
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
416
|
+
"""
|
|
417
|
+
private_ip_address: NotRequired[pulumi.Input[str]]
|
|
418
|
+
"""
|
|
419
|
+
PrivateIPAddress - Private IP address of the IP configuration.
|
|
420
|
+
"""
|
|
421
|
+
subnet: NotRequired[pulumi.Input['LogicalNetworkArmReferenceArgsDict']]
|
|
422
|
+
"""
|
|
423
|
+
Subnet - Name of Subnet bound to the IP configuration.
|
|
424
|
+
"""
|
|
425
|
+
elif False:
|
|
426
|
+
IPConfigurationPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
427
|
+
|
|
428
|
+
@pulumi.input_type
|
|
429
|
+
class IPConfigurationPropertiesArgs:
|
|
430
|
+
def __init__(__self__, *,
|
|
431
|
+
private_ip_address: Optional[pulumi.Input[str]] = None,
|
|
432
|
+
subnet: Optional[pulumi.Input['LogicalNetworkArmReferenceArgs']] = None):
|
|
433
|
+
"""
|
|
434
|
+
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
435
|
+
:param pulumi.Input[str] private_ip_address: PrivateIPAddress - Private IP address of the IP configuration.
|
|
436
|
+
:param pulumi.Input['LogicalNetworkArmReferenceArgs'] subnet: Subnet - Name of Subnet bound to the IP configuration.
|
|
437
|
+
"""
|
|
438
|
+
if private_ip_address is not None:
|
|
439
|
+
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
440
|
+
if subnet is not None:
|
|
441
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
442
|
+
|
|
443
|
+
@property
|
|
444
|
+
@pulumi.getter(name="privateIPAddress")
|
|
445
|
+
def private_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
446
|
+
"""
|
|
447
|
+
PrivateIPAddress - Private IP address of the IP configuration.
|
|
448
|
+
"""
|
|
449
|
+
return pulumi.get(self, "private_ip_address")
|
|
450
|
+
|
|
451
|
+
@private_ip_address.setter
|
|
452
|
+
def private_ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
453
|
+
pulumi.set(self, "private_ip_address", value)
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter
|
|
457
|
+
def subnet(self) -> Optional[pulumi.Input['LogicalNetworkArmReferenceArgs']]:
|
|
458
|
+
"""
|
|
459
|
+
Subnet - Name of Subnet bound to the IP configuration.
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "subnet")
|
|
462
|
+
|
|
463
|
+
@subnet.setter
|
|
464
|
+
def subnet(self, value: Optional[pulumi.Input['LogicalNetworkArmReferenceArgs']]):
|
|
465
|
+
pulumi.set(self, "subnet", value)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
if not MYPY:
|
|
469
|
+
class IPConfigurationArgsDict(TypedDict):
|
|
470
|
+
"""
|
|
471
|
+
InterfaceIPConfiguration IPConfiguration in a network interface.
|
|
472
|
+
"""
|
|
473
|
+
name: NotRequired[pulumi.Input[str]]
|
|
474
|
+
"""
|
|
475
|
+
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
476
|
+
"""
|
|
477
|
+
properties: NotRequired[pulumi.Input['IPConfigurationPropertiesArgsDict']]
|
|
478
|
+
"""
|
|
479
|
+
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
480
|
+
"""
|
|
481
|
+
elif False:
|
|
482
|
+
IPConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
483
|
+
|
|
484
|
+
@pulumi.input_type
|
|
485
|
+
class IPConfigurationArgs:
|
|
486
|
+
def __init__(__self__, *,
|
|
487
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
488
|
+
properties: Optional[pulumi.Input['IPConfigurationPropertiesArgs']] = None):
|
|
489
|
+
"""
|
|
490
|
+
InterfaceIPConfiguration IPConfiguration in a network interface.
|
|
491
|
+
:param pulumi.Input[str] name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
492
|
+
:param pulumi.Input['IPConfigurationPropertiesArgs'] properties: InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
493
|
+
"""
|
|
494
|
+
if name is not None:
|
|
495
|
+
pulumi.set(__self__, "name", name)
|
|
496
|
+
if properties is not None:
|
|
497
|
+
pulumi.set(__self__, "properties", properties)
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
@pulumi.getter
|
|
501
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
502
|
+
"""
|
|
503
|
+
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "name")
|
|
506
|
+
|
|
507
|
+
@name.setter
|
|
508
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
509
|
+
pulumi.set(self, "name", value)
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter
|
|
513
|
+
def properties(self) -> Optional[pulumi.Input['IPConfigurationPropertiesArgs']]:
|
|
514
|
+
"""
|
|
515
|
+
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "properties")
|
|
518
|
+
|
|
519
|
+
@properties.setter
|
|
520
|
+
def properties(self, value: Optional[pulumi.Input['IPConfigurationPropertiesArgs']]):
|
|
521
|
+
pulumi.set(self, "properties", value)
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
if not MYPY:
|
|
525
|
+
class IPPoolArgsDict(TypedDict):
|
|
526
|
+
"""
|
|
527
|
+
Describes IPPool
|
|
528
|
+
"""
|
|
529
|
+
end: NotRequired[pulumi.Input[str]]
|
|
530
|
+
"""
|
|
531
|
+
End of the IP address pool
|
|
532
|
+
"""
|
|
533
|
+
ip_pool_type: NotRequired[pulumi.Input[Union[str, 'IPPoolTypeEnum']]]
|
|
534
|
+
"""
|
|
535
|
+
Type of the IP Pool [vm, vippool]
|
|
536
|
+
"""
|
|
537
|
+
name: NotRequired[pulumi.Input[str]]
|
|
538
|
+
"""
|
|
539
|
+
Name of the IP-Pool
|
|
540
|
+
"""
|
|
541
|
+
start: NotRequired[pulumi.Input[str]]
|
|
542
|
+
"""
|
|
543
|
+
Start of the IP address pool
|
|
544
|
+
"""
|
|
545
|
+
elif False:
|
|
546
|
+
IPPoolArgsDict: TypeAlias = Mapping[str, Any]
|
|
547
|
+
|
|
548
|
+
@pulumi.input_type
|
|
549
|
+
class IPPoolArgs:
|
|
550
|
+
def __init__(__self__, *,
|
|
551
|
+
end: Optional[pulumi.Input[str]] = None,
|
|
552
|
+
ip_pool_type: Optional[pulumi.Input[Union[str, 'IPPoolTypeEnum']]] = None,
|
|
553
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
554
|
+
start: Optional[pulumi.Input[str]] = None):
|
|
555
|
+
"""
|
|
556
|
+
Describes IPPool
|
|
557
|
+
:param pulumi.Input[str] end: End of the IP address pool
|
|
558
|
+
:param pulumi.Input[Union[str, 'IPPoolTypeEnum']] ip_pool_type: Type of the IP Pool [vm, vippool]
|
|
559
|
+
:param pulumi.Input[str] name: Name of the IP-Pool
|
|
560
|
+
:param pulumi.Input[str] start: Start of the IP address pool
|
|
561
|
+
"""
|
|
562
|
+
if end is not None:
|
|
563
|
+
pulumi.set(__self__, "end", end)
|
|
564
|
+
if ip_pool_type is not None:
|
|
565
|
+
pulumi.set(__self__, "ip_pool_type", ip_pool_type)
|
|
566
|
+
if name is not None:
|
|
567
|
+
pulumi.set(__self__, "name", name)
|
|
568
|
+
if start is not None:
|
|
569
|
+
pulumi.set(__self__, "start", start)
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter
|
|
573
|
+
def end(self) -> Optional[pulumi.Input[str]]:
|
|
574
|
+
"""
|
|
575
|
+
End of the IP address pool
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "end")
|
|
578
|
+
|
|
579
|
+
@end.setter
|
|
580
|
+
def end(self, value: Optional[pulumi.Input[str]]):
|
|
581
|
+
pulumi.set(self, "end", value)
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
@pulumi.getter(name="ipPoolType")
|
|
585
|
+
def ip_pool_type(self) -> Optional[pulumi.Input[Union[str, 'IPPoolTypeEnum']]]:
|
|
586
|
+
"""
|
|
587
|
+
Type of the IP Pool [vm, vippool]
|
|
588
|
+
"""
|
|
589
|
+
return pulumi.get(self, "ip_pool_type")
|
|
590
|
+
|
|
591
|
+
@ip_pool_type.setter
|
|
592
|
+
def ip_pool_type(self, value: Optional[pulumi.Input[Union[str, 'IPPoolTypeEnum']]]):
|
|
593
|
+
pulumi.set(self, "ip_pool_type", value)
|
|
594
|
+
|
|
595
|
+
@property
|
|
596
|
+
@pulumi.getter
|
|
597
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
598
|
+
"""
|
|
599
|
+
Name of the IP-Pool
|
|
600
|
+
"""
|
|
601
|
+
return pulumi.get(self, "name")
|
|
602
|
+
|
|
603
|
+
@name.setter
|
|
604
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
605
|
+
pulumi.set(self, "name", value)
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter
|
|
609
|
+
def start(self) -> Optional[pulumi.Input[str]]:
|
|
610
|
+
"""
|
|
611
|
+
Start of the IP address pool
|
|
612
|
+
"""
|
|
613
|
+
return pulumi.get(self, "start")
|
|
614
|
+
|
|
615
|
+
@start.setter
|
|
616
|
+
def start(self, value: Optional[pulumi.Input[str]]):
|
|
617
|
+
pulumi.set(self, "start", value)
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
if not MYPY:
|
|
621
|
+
class ImageArmReferenceArgsDict(TypedDict):
|
|
622
|
+
"""
|
|
623
|
+
The ARM ID for a Gallery Image.
|
|
624
|
+
"""
|
|
625
|
+
id: NotRequired[pulumi.Input[str]]
|
|
626
|
+
"""
|
|
627
|
+
The ARM ID for an image resource used by the virtual machine instance.
|
|
628
|
+
"""
|
|
629
|
+
elif False:
|
|
630
|
+
ImageArmReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
631
|
+
|
|
632
|
+
@pulumi.input_type
|
|
633
|
+
class ImageArmReferenceArgs:
|
|
634
|
+
def __init__(__self__, *,
|
|
635
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
636
|
+
"""
|
|
637
|
+
The ARM ID for a Gallery Image.
|
|
638
|
+
:param pulumi.Input[str] id: The ARM ID for an image resource used by the virtual machine instance.
|
|
639
|
+
"""
|
|
640
|
+
if id is not None:
|
|
641
|
+
pulumi.set(__self__, "id", id)
|
|
642
|
+
|
|
643
|
+
@property
|
|
644
|
+
@pulumi.getter
|
|
645
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
646
|
+
"""
|
|
647
|
+
The ARM ID for an image resource used by the virtual machine instance.
|
|
648
|
+
"""
|
|
649
|
+
return pulumi.get(self, "id")
|
|
650
|
+
|
|
651
|
+
@id.setter
|
|
652
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
653
|
+
pulumi.set(self, "id", value)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
if not MYPY:
|
|
657
|
+
class InterfaceDNSSettingsArgsDict(TypedDict):
|
|
658
|
+
"""
|
|
659
|
+
DNS Settings of the interface
|
|
660
|
+
"""
|
|
661
|
+
dns_servers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
662
|
+
"""
|
|
663
|
+
List of DNS server IP Addresses for the interface
|
|
664
|
+
"""
|
|
665
|
+
elif False:
|
|
666
|
+
InterfaceDNSSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
667
|
+
|
|
668
|
+
@pulumi.input_type
|
|
669
|
+
class InterfaceDNSSettingsArgs:
|
|
670
|
+
def __init__(__self__, *,
|
|
671
|
+
dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
672
|
+
"""
|
|
673
|
+
DNS Settings of the interface
|
|
674
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: List of DNS server IP Addresses for the interface
|
|
675
|
+
"""
|
|
676
|
+
if dns_servers is not None:
|
|
677
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
678
|
+
|
|
679
|
+
@property
|
|
680
|
+
@pulumi.getter(name="dnsServers")
|
|
681
|
+
def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
682
|
+
"""
|
|
683
|
+
List of DNS server IP Addresses for the interface
|
|
684
|
+
"""
|
|
685
|
+
return pulumi.get(self, "dns_servers")
|
|
686
|
+
|
|
687
|
+
@dns_servers.setter
|
|
688
|
+
def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
689
|
+
pulumi.set(self, "dns_servers", value)
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
if not MYPY:
|
|
693
|
+
class LogicalNetworkArmReferenceArgsDict(TypedDict):
|
|
694
|
+
"""
|
|
695
|
+
The ARM ID for a Logical Network.
|
|
696
|
+
"""
|
|
697
|
+
id: NotRequired[pulumi.Input[str]]
|
|
698
|
+
"""
|
|
699
|
+
The ARM ID for a Logical Network.
|
|
700
|
+
"""
|
|
701
|
+
elif False:
|
|
702
|
+
LogicalNetworkArmReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
703
|
+
|
|
704
|
+
@pulumi.input_type
|
|
705
|
+
class LogicalNetworkArmReferenceArgs:
|
|
706
|
+
def __init__(__self__, *,
|
|
707
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
708
|
+
"""
|
|
709
|
+
The ARM ID for a Logical Network.
|
|
710
|
+
:param pulumi.Input[str] id: The ARM ID for a Logical Network.
|
|
711
|
+
"""
|
|
712
|
+
if id is not None:
|
|
713
|
+
pulumi.set(__self__, "id", id)
|
|
714
|
+
|
|
715
|
+
@property
|
|
716
|
+
@pulumi.getter
|
|
717
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
718
|
+
"""
|
|
719
|
+
The ARM ID for a Logical Network.
|
|
720
|
+
"""
|
|
721
|
+
return pulumi.get(self, "id")
|
|
722
|
+
|
|
723
|
+
@id.setter
|
|
724
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
725
|
+
pulumi.set(self, "id", value)
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
if not MYPY:
|
|
729
|
+
class LogicalNetworkPropertiesDhcpOptionsArgsDict(TypedDict):
|
|
730
|
+
"""
|
|
731
|
+
DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
|
|
732
|
+
"""
|
|
733
|
+
dns_servers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
734
|
+
"""
|
|
735
|
+
The list of DNS servers IP addresses.
|
|
736
|
+
"""
|
|
737
|
+
elif False:
|
|
738
|
+
LogicalNetworkPropertiesDhcpOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
|
739
|
+
|
|
740
|
+
@pulumi.input_type
|
|
741
|
+
class LogicalNetworkPropertiesDhcpOptionsArgs:
|
|
742
|
+
def __init__(__self__, *,
|
|
743
|
+
dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
744
|
+
"""
|
|
745
|
+
DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
|
|
746
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: The list of DNS servers IP addresses.
|
|
747
|
+
"""
|
|
748
|
+
if dns_servers is not None:
|
|
749
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
750
|
+
|
|
751
|
+
@property
|
|
752
|
+
@pulumi.getter(name="dnsServers")
|
|
753
|
+
def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
754
|
+
"""
|
|
755
|
+
The list of DNS servers IP addresses.
|
|
756
|
+
"""
|
|
757
|
+
return pulumi.get(self, "dns_servers")
|
|
758
|
+
|
|
759
|
+
@dns_servers.setter
|
|
760
|
+
def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
761
|
+
pulumi.set(self, "dns_servers", value)
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
if not MYPY:
|
|
765
|
+
class ManagedServiceIdentityArgsDict(TypedDict):
|
|
766
|
+
"""
|
|
767
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
768
|
+
"""
|
|
769
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
|
|
770
|
+
"""
|
|
771
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
772
|
+
"""
|
|
773
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
774
|
+
"""
|
|
775
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
776
|
+
"""
|
|
777
|
+
elif False:
|
|
778
|
+
ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
779
|
+
|
|
780
|
+
@pulumi.input_type
|
|
781
|
+
class ManagedServiceIdentityArgs:
|
|
782
|
+
def __init__(__self__, *,
|
|
783
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
784
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
785
|
+
"""
|
|
786
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
787
|
+
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
788
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
789
|
+
"""
|
|
790
|
+
pulumi.set(__self__, "type", type)
|
|
791
|
+
if user_assigned_identities is not None:
|
|
792
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
793
|
+
|
|
794
|
+
@property
|
|
795
|
+
@pulumi.getter
|
|
796
|
+
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
797
|
+
"""
|
|
798
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
799
|
+
"""
|
|
800
|
+
return pulumi.get(self, "type")
|
|
801
|
+
|
|
802
|
+
@type.setter
|
|
803
|
+
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
804
|
+
pulumi.set(self, "type", value)
|
|
805
|
+
|
|
806
|
+
@property
|
|
807
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
808
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
809
|
+
"""
|
|
810
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
811
|
+
"""
|
|
812
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
813
|
+
|
|
814
|
+
@user_assigned_identities.setter
|
|
815
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
816
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
if not MYPY:
|
|
820
|
+
class NetworkInterfaceArmReferenceArgsDict(TypedDict):
|
|
821
|
+
"""
|
|
822
|
+
The ARM ID for a Network Interface.
|
|
823
|
+
"""
|
|
824
|
+
id: NotRequired[pulumi.Input[str]]
|
|
825
|
+
"""
|
|
826
|
+
The ARM ID for a Network Interface.
|
|
827
|
+
"""
|
|
828
|
+
elif False:
|
|
829
|
+
NetworkInterfaceArmReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
830
|
+
|
|
831
|
+
@pulumi.input_type
|
|
832
|
+
class NetworkInterfaceArmReferenceArgs:
|
|
833
|
+
def __init__(__self__, *,
|
|
834
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
835
|
+
"""
|
|
836
|
+
The ARM ID for a Network Interface.
|
|
837
|
+
:param pulumi.Input[str] id: The ARM ID for a Network Interface.
|
|
838
|
+
"""
|
|
839
|
+
if id is not None:
|
|
840
|
+
pulumi.set(__self__, "id", id)
|
|
841
|
+
|
|
842
|
+
@property
|
|
843
|
+
@pulumi.getter
|
|
844
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
845
|
+
"""
|
|
846
|
+
The ARM ID for a Network Interface.
|
|
847
|
+
"""
|
|
848
|
+
return pulumi.get(self, "id")
|
|
849
|
+
|
|
850
|
+
@id.setter
|
|
851
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
852
|
+
pulumi.set(self, "id", value)
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
if not MYPY:
|
|
856
|
+
class NetworkSecurityGroupArmReferenceArgsDict(TypedDict):
|
|
857
|
+
"""
|
|
858
|
+
The ARM ID for a Network Security Group.
|
|
859
|
+
"""
|
|
860
|
+
id: NotRequired[pulumi.Input[str]]
|
|
861
|
+
"""
|
|
862
|
+
The ARM ID for a Network Security Group.
|
|
863
|
+
"""
|
|
864
|
+
elif False:
|
|
865
|
+
NetworkSecurityGroupArmReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
866
|
+
|
|
867
|
+
@pulumi.input_type
|
|
868
|
+
class NetworkSecurityGroupArmReferenceArgs:
|
|
869
|
+
def __init__(__self__, *,
|
|
870
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
871
|
+
"""
|
|
872
|
+
The ARM ID for a Network Security Group.
|
|
873
|
+
:param pulumi.Input[str] id: The ARM ID for a Network Security Group.
|
|
874
|
+
"""
|
|
875
|
+
if id is not None:
|
|
876
|
+
pulumi.set(__self__, "id", id)
|
|
877
|
+
|
|
878
|
+
@property
|
|
879
|
+
@pulumi.getter
|
|
880
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
881
|
+
"""
|
|
882
|
+
The ARM ID for a Network Security Group.
|
|
883
|
+
"""
|
|
884
|
+
return pulumi.get(self, "id")
|
|
885
|
+
|
|
886
|
+
@id.setter
|
|
887
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
888
|
+
pulumi.set(self, "id", value)
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
if not MYPY:
|
|
892
|
+
class RouteTableArgsDict(TypedDict):
|
|
893
|
+
"""
|
|
894
|
+
Route table resource.
|
|
895
|
+
"""
|
|
896
|
+
routes: NotRequired[pulumi.Input[Sequence[pulumi.Input['RouteArgsDict']]]]
|
|
897
|
+
"""
|
|
898
|
+
Collection of routes contained within a route table.
|
|
899
|
+
"""
|
|
900
|
+
elif False:
|
|
901
|
+
RouteTableArgsDict: TypeAlias = Mapping[str, Any]
|
|
902
|
+
|
|
903
|
+
@pulumi.input_type
|
|
904
|
+
class RouteTableArgs:
|
|
905
|
+
def __init__(__self__, *,
|
|
906
|
+
routes: Optional[pulumi.Input[Sequence[pulumi.Input['RouteArgs']]]] = None):
|
|
907
|
+
"""
|
|
908
|
+
Route table resource.
|
|
909
|
+
:param pulumi.Input[Sequence[pulumi.Input['RouteArgs']]] routes: Collection of routes contained within a route table.
|
|
910
|
+
"""
|
|
911
|
+
if routes is not None:
|
|
912
|
+
pulumi.set(__self__, "routes", routes)
|
|
913
|
+
|
|
914
|
+
@property
|
|
915
|
+
@pulumi.getter
|
|
916
|
+
def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RouteArgs']]]]:
|
|
917
|
+
"""
|
|
918
|
+
Collection of routes contained within a route table.
|
|
919
|
+
"""
|
|
920
|
+
return pulumi.get(self, "routes")
|
|
921
|
+
|
|
922
|
+
@routes.setter
|
|
923
|
+
def routes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RouteArgs']]]]):
|
|
924
|
+
pulumi.set(self, "routes", value)
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
if not MYPY:
|
|
928
|
+
class RouteArgsDict(TypedDict):
|
|
929
|
+
"""
|
|
930
|
+
Route - Route resource.
|
|
931
|
+
"""
|
|
932
|
+
address_prefix: NotRequired[pulumi.Input[str]]
|
|
933
|
+
"""
|
|
934
|
+
The destination CIDR to which the route applies.
|
|
935
|
+
"""
|
|
936
|
+
name: NotRequired[pulumi.Input[str]]
|
|
937
|
+
"""
|
|
938
|
+
Name - name of the subnet
|
|
939
|
+
"""
|
|
940
|
+
next_hop_ip_address: NotRequired[pulumi.Input[str]]
|
|
941
|
+
"""
|
|
942
|
+
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
|
|
943
|
+
"""
|
|
944
|
+
elif False:
|
|
945
|
+
RouteArgsDict: TypeAlias = Mapping[str, Any]
|
|
946
|
+
|
|
947
|
+
@pulumi.input_type
|
|
948
|
+
class RouteArgs:
|
|
949
|
+
def __init__(__self__, *,
|
|
950
|
+
address_prefix: Optional[pulumi.Input[str]] = None,
|
|
951
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
952
|
+
next_hop_ip_address: Optional[pulumi.Input[str]] = None):
|
|
953
|
+
"""
|
|
954
|
+
Route - Route resource.
|
|
955
|
+
:param pulumi.Input[str] address_prefix: The destination CIDR to which the route applies.
|
|
956
|
+
:param pulumi.Input[str] name: Name - name of the subnet
|
|
957
|
+
:param pulumi.Input[str] next_hop_ip_address: The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
|
|
958
|
+
"""
|
|
959
|
+
if address_prefix is not None:
|
|
960
|
+
pulumi.set(__self__, "address_prefix", address_prefix)
|
|
961
|
+
if name is not None:
|
|
962
|
+
pulumi.set(__self__, "name", name)
|
|
963
|
+
if next_hop_ip_address is not None:
|
|
964
|
+
pulumi.set(__self__, "next_hop_ip_address", next_hop_ip_address)
|
|
965
|
+
|
|
966
|
+
@property
|
|
967
|
+
@pulumi.getter(name="addressPrefix")
|
|
968
|
+
def address_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
969
|
+
"""
|
|
970
|
+
The destination CIDR to which the route applies.
|
|
971
|
+
"""
|
|
972
|
+
return pulumi.get(self, "address_prefix")
|
|
973
|
+
|
|
974
|
+
@address_prefix.setter
|
|
975
|
+
def address_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
976
|
+
pulumi.set(self, "address_prefix", value)
|
|
977
|
+
|
|
978
|
+
@property
|
|
979
|
+
@pulumi.getter
|
|
980
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
981
|
+
"""
|
|
982
|
+
Name - name of the subnet
|
|
983
|
+
"""
|
|
984
|
+
return pulumi.get(self, "name")
|
|
985
|
+
|
|
986
|
+
@name.setter
|
|
987
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
988
|
+
pulumi.set(self, "name", value)
|
|
989
|
+
|
|
990
|
+
@property
|
|
991
|
+
@pulumi.getter(name="nextHopIpAddress")
|
|
992
|
+
def next_hop_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
993
|
+
"""
|
|
994
|
+
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
|
|
995
|
+
"""
|
|
996
|
+
return pulumi.get(self, "next_hop_ip_address")
|
|
997
|
+
|
|
998
|
+
@next_hop_ip_address.setter
|
|
999
|
+
def next_hop_ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
1000
|
+
pulumi.set(self, "next_hop_ip_address", value)
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
if not MYPY:
|
|
1004
|
+
class SshConfigurationArgsDict(TypedDict):
|
|
1005
|
+
"""
|
|
1006
|
+
SSH configuration for Linux based VMs running on Azure
|
|
1007
|
+
"""
|
|
1008
|
+
public_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgsDict']]]]
|
|
1009
|
+
"""
|
|
1010
|
+
The list of SSH public keys used to authenticate with linux based VMs.
|
|
1011
|
+
"""
|
|
1012
|
+
elif False:
|
|
1013
|
+
SshConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1014
|
+
|
|
1015
|
+
@pulumi.input_type
|
|
1016
|
+
class SshConfigurationArgs:
|
|
1017
|
+
def __init__(__self__, *,
|
|
1018
|
+
public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
|
|
1019
|
+
"""
|
|
1020
|
+
SSH configuration for Linux based VMs running on Azure
|
|
1021
|
+
:param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
|
|
1022
|
+
"""
|
|
1023
|
+
if public_keys is not None:
|
|
1024
|
+
pulumi.set(__self__, "public_keys", public_keys)
|
|
1025
|
+
|
|
1026
|
+
@property
|
|
1027
|
+
@pulumi.getter(name="publicKeys")
|
|
1028
|
+
def public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
|
|
1029
|
+
"""
|
|
1030
|
+
The list of SSH public keys used to authenticate with linux based VMs.
|
|
1031
|
+
"""
|
|
1032
|
+
return pulumi.get(self, "public_keys")
|
|
1033
|
+
|
|
1034
|
+
@public_keys.setter
|
|
1035
|
+
def public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
|
|
1036
|
+
pulumi.set(self, "public_keys", value)
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
if not MYPY:
|
|
1040
|
+
class SshPublicKeyArgsDict(TypedDict):
|
|
1041
|
+
"""
|
|
1042
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
1043
|
+
"""
|
|
1044
|
+
key_data: NotRequired[pulumi.Input[str]]
|
|
1045
|
+
"""
|
|
1046
|
+
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1047
|
+
"""
|
|
1048
|
+
path: NotRequired[pulumi.Input[str]]
|
|
1049
|
+
"""
|
|
1050
|
+
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
|
|
1051
|
+
"""
|
|
1052
|
+
elif False:
|
|
1053
|
+
SshPublicKeyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1054
|
+
|
|
1055
|
+
@pulumi.input_type
|
|
1056
|
+
class SshPublicKeyArgs:
|
|
1057
|
+
def __init__(__self__, *,
|
|
1058
|
+
key_data: Optional[pulumi.Input[str]] = None,
|
|
1059
|
+
path: Optional[pulumi.Input[str]] = None):
|
|
1060
|
+
"""
|
|
1061
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
1062
|
+
:param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1063
|
+
:param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
|
|
1064
|
+
"""
|
|
1065
|
+
if key_data is not None:
|
|
1066
|
+
pulumi.set(__self__, "key_data", key_data)
|
|
1067
|
+
if path is not None:
|
|
1068
|
+
pulumi.set(__self__, "path", path)
|
|
1069
|
+
|
|
1070
|
+
@property
|
|
1071
|
+
@pulumi.getter(name="keyData")
|
|
1072
|
+
def key_data(self) -> Optional[pulumi.Input[str]]:
|
|
1073
|
+
"""
|
|
1074
|
+
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1075
|
+
"""
|
|
1076
|
+
return pulumi.get(self, "key_data")
|
|
1077
|
+
|
|
1078
|
+
@key_data.setter
|
|
1079
|
+
def key_data(self, value: Optional[pulumi.Input[str]]):
|
|
1080
|
+
pulumi.set(self, "key_data", value)
|
|
1081
|
+
|
|
1082
|
+
@property
|
|
1083
|
+
@pulumi.getter
|
|
1084
|
+
def path(self) -> Optional[pulumi.Input[str]]:
|
|
1085
|
+
"""
|
|
1086
|
+
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
|
|
1087
|
+
"""
|
|
1088
|
+
return pulumi.get(self, "path")
|
|
1089
|
+
|
|
1090
|
+
@path.setter
|
|
1091
|
+
def path(self, value: Optional[pulumi.Input[str]]):
|
|
1092
|
+
pulumi.set(self, "path", value)
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
if not MYPY:
|
|
1096
|
+
class SubnetIpConfigurationReferenceArgsDict(TypedDict):
|
|
1097
|
+
"""
|
|
1098
|
+
The ARM ID for a Network Interface.
|
|
1099
|
+
"""
|
|
1100
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1101
|
+
"""
|
|
1102
|
+
The ARM ID for a Network Interface.
|
|
1103
|
+
"""
|
|
1104
|
+
elif False:
|
|
1105
|
+
SubnetIpConfigurationReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1106
|
+
|
|
1107
|
+
@pulumi.input_type
|
|
1108
|
+
class SubnetIpConfigurationReferenceArgs:
|
|
1109
|
+
def __init__(__self__, *,
|
|
1110
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1111
|
+
"""
|
|
1112
|
+
The ARM ID for a Network Interface.
|
|
1113
|
+
:param pulumi.Input[str] id: The ARM ID for a Network Interface.
|
|
1114
|
+
"""
|
|
1115
|
+
if id is not None:
|
|
1116
|
+
pulumi.set(__self__, "id", id)
|
|
1117
|
+
|
|
1118
|
+
@property
|
|
1119
|
+
@pulumi.getter
|
|
1120
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1121
|
+
"""
|
|
1122
|
+
The ARM ID for a Network Interface.
|
|
1123
|
+
"""
|
|
1124
|
+
return pulumi.get(self, "id")
|
|
1125
|
+
|
|
1126
|
+
@id.setter
|
|
1127
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1128
|
+
pulumi.set(self, "id", value)
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
if not MYPY:
|
|
1132
|
+
class SubnetArgsDict(TypedDict):
|
|
1133
|
+
"""
|
|
1134
|
+
Properties of the subnet.
|
|
1135
|
+
"""
|
|
1136
|
+
address_prefix: NotRequired[pulumi.Input[str]]
|
|
1137
|
+
"""
|
|
1138
|
+
The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
|
|
1139
|
+
"""
|
|
1140
|
+
address_prefixes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1141
|
+
"""
|
|
1142
|
+
List of address prefixes for the subnet.
|
|
1143
|
+
"""
|
|
1144
|
+
ip_allocation_method: NotRequired[pulumi.Input[Union[str, 'IpAllocationMethodEnum']]]
|
|
1145
|
+
"""
|
|
1146
|
+
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
|
|
1147
|
+
"""
|
|
1148
|
+
ip_configuration_references: NotRequired[pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgsDict']]]]
|
|
1149
|
+
"""
|
|
1150
|
+
IPConfigurationReferences - list of IPConfigurationReferences
|
|
1151
|
+
"""
|
|
1152
|
+
ip_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['IPPoolArgsDict']]]]
|
|
1153
|
+
"""
|
|
1154
|
+
network associated pool of IP Addresses
|
|
1155
|
+
"""
|
|
1156
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1157
|
+
"""
|
|
1158
|
+
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
1159
|
+
"""
|
|
1160
|
+
network_security_group: NotRequired[pulumi.Input['NetworkSecurityGroupArmReferenceArgsDict']]
|
|
1161
|
+
"""
|
|
1162
|
+
NetworkSecurityGroup - Network Security Group attached to the logical network.
|
|
1163
|
+
"""
|
|
1164
|
+
route_table: NotRequired[pulumi.Input['RouteTableArgsDict']]
|
|
1165
|
+
"""
|
|
1166
|
+
Route table resource.
|
|
1167
|
+
"""
|
|
1168
|
+
vlan: NotRequired[pulumi.Input[int]]
|
|
1169
|
+
"""
|
|
1170
|
+
Vlan to use for the subnet
|
|
1171
|
+
"""
|
|
1172
|
+
elif False:
|
|
1173
|
+
SubnetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1174
|
+
|
|
1175
|
+
@pulumi.input_type
|
|
1176
|
+
class SubnetArgs:
|
|
1177
|
+
def __init__(__self__, *,
|
|
1178
|
+
address_prefix: Optional[pulumi.Input[str]] = None,
|
|
1179
|
+
address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1180
|
+
ip_allocation_method: Optional[pulumi.Input[Union[str, 'IpAllocationMethodEnum']]] = None,
|
|
1181
|
+
ip_configuration_references: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]]] = None,
|
|
1182
|
+
ip_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]]] = None,
|
|
1183
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1184
|
+
network_security_group: Optional[pulumi.Input['NetworkSecurityGroupArmReferenceArgs']] = None,
|
|
1185
|
+
route_table: Optional[pulumi.Input['RouteTableArgs']] = None,
|
|
1186
|
+
vlan: Optional[pulumi.Input[int]] = None):
|
|
1187
|
+
"""
|
|
1188
|
+
Properties of the subnet.
|
|
1189
|
+
:param pulumi.Input[str] address_prefix: The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
|
|
1190
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] address_prefixes: List of address prefixes for the subnet.
|
|
1191
|
+
:param pulumi.Input[Union[str, 'IpAllocationMethodEnum']] ip_allocation_method: IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
|
|
1192
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]] ip_configuration_references: IPConfigurationReferences - list of IPConfigurationReferences
|
|
1193
|
+
:param pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]] ip_pools: network associated pool of IP Addresses
|
|
1194
|
+
:param pulumi.Input[str] name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
1195
|
+
:param pulumi.Input['NetworkSecurityGroupArmReferenceArgs'] network_security_group: NetworkSecurityGroup - Network Security Group attached to the logical network.
|
|
1196
|
+
:param pulumi.Input['RouteTableArgs'] route_table: Route table resource.
|
|
1197
|
+
:param pulumi.Input[int] vlan: Vlan to use for the subnet
|
|
1198
|
+
"""
|
|
1199
|
+
if address_prefix is not None:
|
|
1200
|
+
pulumi.set(__self__, "address_prefix", address_prefix)
|
|
1201
|
+
if address_prefixes is not None:
|
|
1202
|
+
pulumi.set(__self__, "address_prefixes", address_prefixes)
|
|
1203
|
+
if ip_allocation_method is not None:
|
|
1204
|
+
pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
|
|
1205
|
+
if ip_configuration_references is not None:
|
|
1206
|
+
pulumi.set(__self__, "ip_configuration_references", ip_configuration_references)
|
|
1207
|
+
if ip_pools is not None:
|
|
1208
|
+
pulumi.set(__self__, "ip_pools", ip_pools)
|
|
1209
|
+
if name is not None:
|
|
1210
|
+
pulumi.set(__self__, "name", name)
|
|
1211
|
+
if network_security_group is not None:
|
|
1212
|
+
pulumi.set(__self__, "network_security_group", network_security_group)
|
|
1213
|
+
if route_table is not None:
|
|
1214
|
+
pulumi.set(__self__, "route_table", route_table)
|
|
1215
|
+
if vlan is not None:
|
|
1216
|
+
pulumi.set(__self__, "vlan", vlan)
|
|
1217
|
+
|
|
1218
|
+
@property
|
|
1219
|
+
@pulumi.getter(name="addressPrefix")
|
|
1220
|
+
def address_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
1221
|
+
"""
|
|
1222
|
+
The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
|
|
1223
|
+
"""
|
|
1224
|
+
return pulumi.get(self, "address_prefix")
|
|
1225
|
+
|
|
1226
|
+
@address_prefix.setter
|
|
1227
|
+
def address_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
1228
|
+
pulumi.set(self, "address_prefix", value)
|
|
1229
|
+
|
|
1230
|
+
@property
|
|
1231
|
+
@pulumi.getter(name="addressPrefixes")
|
|
1232
|
+
def address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1233
|
+
"""
|
|
1234
|
+
List of address prefixes for the subnet.
|
|
1235
|
+
"""
|
|
1236
|
+
return pulumi.get(self, "address_prefixes")
|
|
1237
|
+
|
|
1238
|
+
@address_prefixes.setter
|
|
1239
|
+
def address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1240
|
+
pulumi.set(self, "address_prefixes", value)
|
|
1241
|
+
|
|
1242
|
+
@property
|
|
1243
|
+
@pulumi.getter(name="ipAllocationMethod")
|
|
1244
|
+
def ip_allocation_method(self) -> Optional[pulumi.Input[Union[str, 'IpAllocationMethodEnum']]]:
|
|
1245
|
+
"""
|
|
1246
|
+
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
|
|
1247
|
+
"""
|
|
1248
|
+
return pulumi.get(self, "ip_allocation_method")
|
|
1249
|
+
|
|
1250
|
+
@ip_allocation_method.setter
|
|
1251
|
+
def ip_allocation_method(self, value: Optional[pulumi.Input[Union[str, 'IpAllocationMethodEnum']]]):
|
|
1252
|
+
pulumi.set(self, "ip_allocation_method", value)
|
|
1253
|
+
|
|
1254
|
+
@property
|
|
1255
|
+
@pulumi.getter(name="ipConfigurationReferences")
|
|
1256
|
+
def ip_configuration_references(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]]]:
|
|
1257
|
+
"""
|
|
1258
|
+
IPConfigurationReferences - list of IPConfigurationReferences
|
|
1259
|
+
"""
|
|
1260
|
+
return pulumi.get(self, "ip_configuration_references")
|
|
1261
|
+
|
|
1262
|
+
@ip_configuration_references.setter
|
|
1263
|
+
def ip_configuration_references(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubnetIpConfigurationReferenceArgs']]]]):
|
|
1264
|
+
pulumi.set(self, "ip_configuration_references", value)
|
|
1265
|
+
|
|
1266
|
+
@property
|
|
1267
|
+
@pulumi.getter(name="ipPools")
|
|
1268
|
+
def ip_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]]]:
|
|
1269
|
+
"""
|
|
1270
|
+
network associated pool of IP Addresses
|
|
1271
|
+
"""
|
|
1272
|
+
return pulumi.get(self, "ip_pools")
|
|
1273
|
+
|
|
1274
|
+
@ip_pools.setter
|
|
1275
|
+
def ip_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IPPoolArgs']]]]):
|
|
1276
|
+
pulumi.set(self, "ip_pools", value)
|
|
1277
|
+
|
|
1278
|
+
@property
|
|
1279
|
+
@pulumi.getter
|
|
1280
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1281
|
+
"""
|
|
1282
|
+
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
1283
|
+
"""
|
|
1284
|
+
return pulumi.get(self, "name")
|
|
1285
|
+
|
|
1286
|
+
@name.setter
|
|
1287
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1288
|
+
pulumi.set(self, "name", value)
|
|
1289
|
+
|
|
1290
|
+
@property
|
|
1291
|
+
@pulumi.getter(name="networkSecurityGroup")
|
|
1292
|
+
def network_security_group(self) -> Optional[pulumi.Input['NetworkSecurityGroupArmReferenceArgs']]:
|
|
1293
|
+
"""
|
|
1294
|
+
NetworkSecurityGroup - Network Security Group attached to the logical network.
|
|
1295
|
+
"""
|
|
1296
|
+
return pulumi.get(self, "network_security_group")
|
|
1297
|
+
|
|
1298
|
+
@network_security_group.setter
|
|
1299
|
+
def network_security_group(self, value: Optional[pulumi.Input['NetworkSecurityGroupArmReferenceArgs']]):
|
|
1300
|
+
pulumi.set(self, "network_security_group", value)
|
|
1301
|
+
|
|
1302
|
+
@property
|
|
1303
|
+
@pulumi.getter(name="routeTable")
|
|
1304
|
+
def route_table(self) -> Optional[pulumi.Input['RouteTableArgs']]:
|
|
1305
|
+
"""
|
|
1306
|
+
Route table resource.
|
|
1307
|
+
"""
|
|
1308
|
+
return pulumi.get(self, "route_table")
|
|
1309
|
+
|
|
1310
|
+
@route_table.setter
|
|
1311
|
+
def route_table(self, value: Optional[pulumi.Input['RouteTableArgs']]):
|
|
1312
|
+
pulumi.set(self, "route_table", value)
|
|
1313
|
+
|
|
1314
|
+
@property
|
|
1315
|
+
@pulumi.getter
|
|
1316
|
+
def vlan(self) -> Optional[pulumi.Input[int]]:
|
|
1317
|
+
"""
|
|
1318
|
+
Vlan to use for the subnet
|
|
1319
|
+
"""
|
|
1320
|
+
return pulumi.get(self, "vlan")
|
|
1321
|
+
|
|
1322
|
+
@vlan.setter
|
|
1323
|
+
def vlan(self, value: Optional[pulumi.Input[int]]):
|
|
1324
|
+
pulumi.set(self, "vlan", value)
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
if not MYPY:
|
|
1328
|
+
class VMDiskSecurityProfileArgsDict(TypedDict):
|
|
1329
|
+
"""
|
|
1330
|
+
Specifies the security profile settings for the managed disk. NOTE: It can only be set for Confidential VMs
|
|
1331
|
+
"""
|
|
1332
|
+
security_encryption_type: NotRequired[pulumi.Input[Union[str, 'SecurityEncryptionType']]]
|
|
1333
|
+
"""
|
|
1334
|
+
Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.
|
|
1335
|
+
"""
|
|
1336
|
+
elif False:
|
|
1337
|
+
VMDiskSecurityProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1338
|
+
|
|
1339
|
+
@pulumi.input_type
|
|
1340
|
+
class VMDiskSecurityProfileArgs:
|
|
1341
|
+
def __init__(__self__, *,
|
|
1342
|
+
security_encryption_type: Optional[pulumi.Input[Union[str, 'SecurityEncryptionType']]] = None):
|
|
1343
|
+
"""
|
|
1344
|
+
Specifies the security profile settings for the managed disk. NOTE: It can only be set for Confidential VMs
|
|
1345
|
+
:param pulumi.Input[Union[str, 'SecurityEncryptionType']] security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.
|
|
1346
|
+
"""
|
|
1347
|
+
if security_encryption_type is not None:
|
|
1348
|
+
pulumi.set(__self__, "security_encryption_type", security_encryption_type)
|
|
1349
|
+
|
|
1350
|
+
@property
|
|
1351
|
+
@pulumi.getter(name="securityEncryptionType")
|
|
1352
|
+
def security_encryption_type(self) -> Optional[pulumi.Input[Union[str, 'SecurityEncryptionType']]]:
|
|
1353
|
+
"""
|
|
1354
|
+
Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.
|
|
1355
|
+
"""
|
|
1356
|
+
return pulumi.get(self, "security_encryption_type")
|
|
1357
|
+
|
|
1358
|
+
@security_encryption_type.setter
|
|
1359
|
+
def security_encryption_type(self, value: Optional[pulumi.Input[Union[str, 'SecurityEncryptionType']]]):
|
|
1360
|
+
pulumi.set(self, "security_encryption_type", value)
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
if not MYPY:
|
|
1364
|
+
class VirtualHardDiskArmReferenceArgsDict(TypedDict):
|
|
1365
|
+
"""
|
|
1366
|
+
The ARM ID for a Virtual Hard Disk.
|
|
1367
|
+
"""
|
|
1368
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1369
|
+
"""
|
|
1370
|
+
The ARM ID for a Virtual Hard Disk.
|
|
1371
|
+
"""
|
|
1372
|
+
elif False:
|
|
1373
|
+
VirtualHardDiskArmReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1374
|
+
|
|
1375
|
+
@pulumi.input_type
|
|
1376
|
+
class VirtualHardDiskArmReferenceArgs:
|
|
1377
|
+
def __init__(__self__, *,
|
|
1378
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1379
|
+
"""
|
|
1380
|
+
The ARM ID for a Virtual Hard Disk.
|
|
1381
|
+
:param pulumi.Input[str] id: The ARM ID for a Virtual Hard Disk.
|
|
1382
|
+
"""
|
|
1383
|
+
if id is not None:
|
|
1384
|
+
pulumi.set(__self__, "id", id)
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter
|
|
1388
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1389
|
+
"""
|
|
1390
|
+
The ARM ID for a Virtual Hard Disk.
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "id")
|
|
1393
|
+
|
|
1394
|
+
@id.setter
|
|
1395
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1396
|
+
pulumi.set(self, "id", value)
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
if not MYPY:
|
|
1400
|
+
class VirtualMachineInstanceManagedDiskParametersArgsDict(TypedDict):
|
|
1401
|
+
"""
|
|
1402
|
+
The parameters of a managed disk.
|
|
1403
|
+
"""
|
|
1404
|
+
security_profile: NotRequired[pulumi.Input['VMDiskSecurityProfileArgsDict']]
|
|
1405
|
+
"""
|
|
1406
|
+
Specifies the security profile for the managed disk.
|
|
1407
|
+
"""
|
|
1408
|
+
elif False:
|
|
1409
|
+
VirtualMachineInstanceManagedDiskParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
1410
|
+
|
|
1411
|
+
@pulumi.input_type
|
|
1412
|
+
class VirtualMachineInstanceManagedDiskParametersArgs:
|
|
1413
|
+
def __init__(__self__, *,
|
|
1414
|
+
security_profile: Optional[pulumi.Input['VMDiskSecurityProfileArgs']] = None):
|
|
1415
|
+
"""
|
|
1416
|
+
The parameters of a managed disk.
|
|
1417
|
+
:param pulumi.Input['VMDiskSecurityProfileArgs'] security_profile: Specifies the security profile for the managed disk.
|
|
1418
|
+
"""
|
|
1419
|
+
if security_profile is not None:
|
|
1420
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
1421
|
+
|
|
1422
|
+
@property
|
|
1423
|
+
@pulumi.getter(name="securityProfile")
|
|
1424
|
+
def security_profile(self) -> Optional[pulumi.Input['VMDiskSecurityProfileArgs']]:
|
|
1425
|
+
"""
|
|
1426
|
+
Specifies the security profile for the managed disk.
|
|
1427
|
+
"""
|
|
1428
|
+
return pulumi.get(self, "security_profile")
|
|
1429
|
+
|
|
1430
|
+
@security_profile.setter
|
|
1431
|
+
def security_profile(self, value: Optional[pulumi.Input['VMDiskSecurityProfileArgs']]):
|
|
1432
|
+
pulumi.set(self, "security_profile", value)
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
if not MYPY:
|
|
1436
|
+
class VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgsDict(TypedDict):
|
|
1437
|
+
"""
|
|
1438
|
+
Dynamic memory config
|
|
1439
|
+
"""
|
|
1440
|
+
maximum_memory_mb: NotRequired[pulumi.Input[float]]
|
|
1441
|
+
"""
|
|
1442
|
+
Maximum memory in MB
|
|
1443
|
+
"""
|
|
1444
|
+
minimum_memory_mb: NotRequired[pulumi.Input[float]]
|
|
1445
|
+
"""
|
|
1446
|
+
Minimum memory in MB
|
|
1447
|
+
"""
|
|
1448
|
+
target_memory_buffer: NotRequired[pulumi.Input[int]]
|
|
1449
|
+
"""
|
|
1450
|
+
Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
|
|
1451
|
+
"""
|
|
1452
|
+
elif False:
|
|
1453
|
+
VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
1454
|
+
|
|
1455
|
+
@pulumi.input_type
|
|
1456
|
+
class VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs:
|
|
1457
|
+
def __init__(__self__, *,
|
|
1458
|
+
maximum_memory_mb: Optional[pulumi.Input[float]] = None,
|
|
1459
|
+
minimum_memory_mb: Optional[pulumi.Input[float]] = None,
|
|
1460
|
+
target_memory_buffer: Optional[pulumi.Input[int]] = None):
|
|
1461
|
+
"""
|
|
1462
|
+
Dynamic memory config
|
|
1463
|
+
:param pulumi.Input[float] maximum_memory_mb: Maximum memory in MB
|
|
1464
|
+
:param pulumi.Input[float] minimum_memory_mb: Minimum memory in MB
|
|
1465
|
+
:param pulumi.Input[int] target_memory_buffer: Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
|
|
1466
|
+
"""
|
|
1467
|
+
if maximum_memory_mb is not None:
|
|
1468
|
+
pulumi.set(__self__, "maximum_memory_mb", maximum_memory_mb)
|
|
1469
|
+
if minimum_memory_mb is not None:
|
|
1470
|
+
pulumi.set(__self__, "minimum_memory_mb", minimum_memory_mb)
|
|
1471
|
+
if target_memory_buffer is not None:
|
|
1472
|
+
pulumi.set(__self__, "target_memory_buffer", target_memory_buffer)
|
|
1473
|
+
|
|
1474
|
+
@property
|
|
1475
|
+
@pulumi.getter(name="maximumMemoryMB")
|
|
1476
|
+
def maximum_memory_mb(self) -> Optional[pulumi.Input[float]]:
|
|
1477
|
+
"""
|
|
1478
|
+
Maximum memory in MB
|
|
1479
|
+
"""
|
|
1480
|
+
return pulumi.get(self, "maximum_memory_mb")
|
|
1481
|
+
|
|
1482
|
+
@maximum_memory_mb.setter
|
|
1483
|
+
def maximum_memory_mb(self, value: Optional[pulumi.Input[float]]):
|
|
1484
|
+
pulumi.set(self, "maximum_memory_mb", value)
|
|
1485
|
+
|
|
1486
|
+
@property
|
|
1487
|
+
@pulumi.getter(name="minimumMemoryMB")
|
|
1488
|
+
def minimum_memory_mb(self) -> Optional[pulumi.Input[float]]:
|
|
1489
|
+
"""
|
|
1490
|
+
Minimum memory in MB
|
|
1491
|
+
"""
|
|
1492
|
+
return pulumi.get(self, "minimum_memory_mb")
|
|
1493
|
+
|
|
1494
|
+
@minimum_memory_mb.setter
|
|
1495
|
+
def minimum_memory_mb(self, value: Optional[pulumi.Input[float]]):
|
|
1496
|
+
pulumi.set(self, "minimum_memory_mb", value)
|
|
1497
|
+
|
|
1498
|
+
@property
|
|
1499
|
+
@pulumi.getter(name="targetMemoryBuffer")
|
|
1500
|
+
def target_memory_buffer(self) -> Optional[pulumi.Input[int]]:
|
|
1501
|
+
"""
|
|
1502
|
+
Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
|
|
1503
|
+
"""
|
|
1504
|
+
return pulumi.get(self, "target_memory_buffer")
|
|
1505
|
+
|
|
1506
|
+
@target_memory_buffer.setter
|
|
1507
|
+
def target_memory_buffer(self, value: Optional[pulumi.Input[int]]):
|
|
1508
|
+
pulumi.set(self, "target_memory_buffer", value)
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
if not MYPY:
|
|
1512
|
+
class VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgsDict(TypedDict):
|
|
1513
|
+
"""
|
|
1514
|
+
GPU properties - describes the GPU configuration.
|
|
1515
|
+
"""
|
|
1516
|
+
assignment_type: pulumi.Input[Union[str, 'GpuAssignmentTypeEnum']]
|
|
1517
|
+
"""
|
|
1518
|
+
GPU assignment type
|
|
1519
|
+
"""
|
|
1520
|
+
gpu_name: NotRequired[pulumi.Input[str]]
|
|
1521
|
+
"""
|
|
1522
|
+
Name of the GPU
|
|
1523
|
+
"""
|
|
1524
|
+
partition_size_mb: NotRequired[pulumi.Input[float]]
|
|
1525
|
+
"""
|
|
1526
|
+
Size of gpu partition in MB for GPU-P
|
|
1527
|
+
"""
|
|
1528
|
+
elif False:
|
|
1529
|
+
VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgsDict: TypeAlias = Mapping[str, Any]
|
|
1530
|
+
|
|
1531
|
+
@pulumi.input_type
|
|
1532
|
+
class VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgs:
|
|
1533
|
+
def __init__(__self__, *,
|
|
1534
|
+
assignment_type: pulumi.Input[Union[str, 'GpuAssignmentTypeEnum']],
|
|
1535
|
+
gpu_name: Optional[pulumi.Input[str]] = None,
|
|
1536
|
+
partition_size_mb: Optional[pulumi.Input[float]] = None):
|
|
1537
|
+
"""
|
|
1538
|
+
GPU properties - describes the GPU configuration.
|
|
1539
|
+
:param pulumi.Input[Union[str, 'GpuAssignmentTypeEnum']] assignment_type: GPU assignment type
|
|
1540
|
+
:param pulumi.Input[str] gpu_name: Name of the GPU
|
|
1541
|
+
:param pulumi.Input[float] partition_size_mb: Size of gpu partition in MB for GPU-P
|
|
1542
|
+
"""
|
|
1543
|
+
pulumi.set(__self__, "assignment_type", assignment_type)
|
|
1544
|
+
if gpu_name is not None:
|
|
1545
|
+
pulumi.set(__self__, "gpu_name", gpu_name)
|
|
1546
|
+
if partition_size_mb is not None:
|
|
1547
|
+
pulumi.set(__self__, "partition_size_mb", partition_size_mb)
|
|
1548
|
+
|
|
1549
|
+
@property
|
|
1550
|
+
@pulumi.getter(name="assignmentType")
|
|
1551
|
+
def assignment_type(self) -> pulumi.Input[Union[str, 'GpuAssignmentTypeEnum']]:
|
|
1552
|
+
"""
|
|
1553
|
+
GPU assignment type
|
|
1554
|
+
"""
|
|
1555
|
+
return pulumi.get(self, "assignment_type")
|
|
1556
|
+
|
|
1557
|
+
@assignment_type.setter
|
|
1558
|
+
def assignment_type(self, value: pulumi.Input[Union[str, 'GpuAssignmentTypeEnum']]):
|
|
1559
|
+
pulumi.set(self, "assignment_type", value)
|
|
1560
|
+
|
|
1561
|
+
@property
|
|
1562
|
+
@pulumi.getter(name="gpuName")
|
|
1563
|
+
def gpu_name(self) -> Optional[pulumi.Input[str]]:
|
|
1564
|
+
"""
|
|
1565
|
+
Name of the GPU
|
|
1566
|
+
"""
|
|
1567
|
+
return pulumi.get(self, "gpu_name")
|
|
1568
|
+
|
|
1569
|
+
@gpu_name.setter
|
|
1570
|
+
def gpu_name(self, value: Optional[pulumi.Input[str]]):
|
|
1571
|
+
pulumi.set(self, "gpu_name", value)
|
|
1572
|
+
|
|
1573
|
+
@property
|
|
1574
|
+
@pulumi.getter(name="partitionSizeMB")
|
|
1575
|
+
def partition_size_mb(self) -> Optional[pulumi.Input[float]]:
|
|
1576
|
+
"""
|
|
1577
|
+
Size of gpu partition in MB for GPU-P
|
|
1578
|
+
"""
|
|
1579
|
+
return pulumi.get(self, "partition_size_mb")
|
|
1580
|
+
|
|
1581
|
+
@partition_size_mb.setter
|
|
1582
|
+
def partition_size_mb(self, value: Optional[pulumi.Input[float]]):
|
|
1583
|
+
pulumi.set(self, "partition_size_mb", value)
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
if not MYPY:
|
|
1587
|
+
class VirtualMachineInstancePropertiesHardwareProfileArgsDict(TypedDict):
|
|
1588
|
+
"""
|
|
1589
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
1590
|
+
"""
|
|
1591
|
+
dynamic_memory_config: NotRequired[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgsDict']]
|
|
1592
|
+
"""
|
|
1593
|
+
Dynamic memory config
|
|
1594
|
+
"""
|
|
1595
|
+
memory_mb: NotRequired[pulumi.Input[float]]
|
|
1596
|
+
"""
|
|
1597
|
+
RAM in MB for the virtual machine instance
|
|
1598
|
+
"""
|
|
1599
|
+
processors: NotRequired[pulumi.Input[int]]
|
|
1600
|
+
"""
|
|
1601
|
+
number of processors for the virtual machine instance
|
|
1602
|
+
"""
|
|
1603
|
+
virtual_machine_gpus: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgsDict']]]]
|
|
1604
|
+
"""
|
|
1605
|
+
virtualMachineGPUs - list of gpus to be attached to the virtual machine instance
|
|
1606
|
+
"""
|
|
1607
|
+
vm_size: NotRequired[pulumi.Input[Union[str, 'VmSizeEnum']]]
|
|
1608
|
+
"""
|
|
1609
|
+
Enum of VM Sizes
|
|
1610
|
+
"""
|
|
1611
|
+
elif False:
|
|
1612
|
+
VirtualMachineInstancePropertiesHardwareProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1613
|
+
|
|
1614
|
+
@pulumi.input_type
|
|
1615
|
+
class VirtualMachineInstancePropertiesHardwareProfileArgs:
|
|
1616
|
+
def __init__(__self__, *,
|
|
1617
|
+
dynamic_memory_config: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs']] = None,
|
|
1618
|
+
memory_mb: Optional[pulumi.Input[float]] = None,
|
|
1619
|
+
processors: Optional[pulumi.Input[int]] = None,
|
|
1620
|
+
virtual_machine_gpus: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgs']]]] = None,
|
|
1621
|
+
vm_size: Optional[pulumi.Input[Union[str, 'VmSizeEnum']]] = None):
|
|
1622
|
+
"""
|
|
1623
|
+
HardwareProfile - Specifies the hardware settings for the virtual machine instance.
|
|
1624
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs'] dynamic_memory_config: Dynamic memory config
|
|
1625
|
+
:param pulumi.Input[float] memory_mb: RAM in MB for the virtual machine instance
|
|
1626
|
+
:param pulumi.Input[int] processors: number of processors for the virtual machine instance
|
|
1627
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgs']]] virtual_machine_gpus: virtualMachineGPUs - list of gpus to be attached to the virtual machine instance
|
|
1628
|
+
:param pulumi.Input[Union[str, 'VmSizeEnum']] vm_size: Enum of VM Sizes
|
|
1629
|
+
"""
|
|
1630
|
+
if dynamic_memory_config is not None:
|
|
1631
|
+
pulumi.set(__self__, "dynamic_memory_config", dynamic_memory_config)
|
|
1632
|
+
if memory_mb is not None:
|
|
1633
|
+
pulumi.set(__self__, "memory_mb", memory_mb)
|
|
1634
|
+
if processors is not None:
|
|
1635
|
+
pulumi.set(__self__, "processors", processors)
|
|
1636
|
+
if virtual_machine_gpus is not None:
|
|
1637
|
+
pulumi.set(__self__, "virtual_machine_gpus", virtual_machine_gpus)
|
|
1638
|
+
if vm_size is None:
|
|
1639
|
+
vm_size = 'Default'
|
|
1640
|
+
if vm_size is not None:
|
|
1641
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
1642
|
+
|
|
1643
|
+
@property
|
|
1644
|
+
@pulumi.getter(name="dynamicMemoryConfig")
|
|
1645
|
+
def dynamic_memory_config(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs']]:
|
|
1646
|
+
"""
|
|
1647
|
+
Dynamic memory config
|
|
1648
|
+
"""
|
|
1649
|
+
return pulumi.get(self, "dynamic_memory_config")
|
|
1650
|
+
|
|
1651
|
+
@dynamic_memory_config.setter
|
|
1652
|
+
def dynamic_memory_config(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigArgs']]):
|
|
1653
|
+
pulumi.set(self, "dynamic_memory_config", value)
|
|
1654
|
+
|
|
1655
|
+
@property
|
|
1656
|
+
@pulumi.getter(name="memoryMB")
|
|
1657
|
+
def memory_mb(self) -> Optional[pulumi.Input[float]]:
|
|
1658
|
+
"""
|
|
1659
|
+
RAM in MB for the virtual machine instance
|
|
1660
|
+
"""
|
|
1661
|
+
return pulumi.get(self, "memory_mb")
|
|
1662
|
+
|
|
1663
|
+
@memory_mb.setter
|
|
1664
|
+
def memory_mb(self, value: Optional[pulumi.Input[float]]):
|
|
1665
|
+
pulumi.set(self, "memory_mb", value)
|
|
1666
|
+
|
|
1667
|
+
@property
|
|
1668
|
+
@pulumi.getter
|
|
1669
|
+
def processors(self) -> Optional[pulumi.Input[int]]:
|
|
1670
|
+
"""
|
|
1671
|
+
number of processors for the virtual machine instance
|
|
1672
|
+
"""
|
|
1673
|
+
return pulumi.get(self, "processors")
|
|
1674
|
+
|
|
1675
|
+
@processors.setter
|
|
1676
|
+
def processors(self, value: Optional[pulumi.Input[int]]):
|
|
1677
|
+
pulumi.set(self, "processors", value)
|
|
1678
|
+
|
|
1679
|
+
@property
|
|
1680
|
+
@pulumi.getter(name="virtualMachineGPUs")
|
|
1681
|
+
def virtual_machine_gpus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgs']]]]:
|
|
1682
|
+
"""
|
|
1683
|
+
virtualMachineGPUs - list of gpus to be attached to the virtual machine instance
|
|
1684
|
+
"""
|
|
1685
|
+
return pulumi.get(self, "virtual_machine_gpus")
|
|
1686
|
+
|
|
1687
|
+
@virtual_machine_gpus.setter
|
|
1688
|
+
def virtual_machine_gpus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUArgs']]]]):
|
|
1689
|
+
pulumi.set(self, "virtual_machine_gpus", value)
|
|
1690
|
+
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter(name="vmSize")
|
|
1693
|
+
def vm_size(self) -> Optional[pulumi.Input[Union[str, 'VmSizeEnum']]]:
|
|
1694
|
+
"""
|
|
1695
|
+
Enum of VM Sizes
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "vm_size")
|
|
1698
|
+
|
|
1699
|
+
@vm_size.setter
|
|
1700
|
+
def vm_size(self, value: Optional[pulumi.Input[Union[str, 'VmSizeEnum']]]):
|
|
1701
|
+
pulumi.set(self, "vm_size", value)
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
if not MYPY:
|
|
1705
|
+
class VirtualMachineInstancePropertiesNetworkProfileArgsDict(TypedDict):
|
|
1706
|
+
"""
|
|
1707
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
1708
|
+
"""
|
|
1709
|
+
network_interfaces: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgsDict']]]]
|
|
1710
|
+
"""
|
|
1711
|
+
NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
|
|
1712
|
+
"""
|
|
1713
|
+
elif False:
|
|
1714
|
+
VirtualMachineInstancePropertiesNetworkProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1715
|
+
|
|
1716
|
+
@pulumi.input_type
|
|
1717
|
+
class VirtualMachineInstancePropertiesNetworkProfileArgs:
|
|
1718
|
+
def __init__(__self__, *,
|
|
1719
|
+
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]]] = None):
|
|
1720
|
+
"""
|
|
1721
|
+
NetworkProfile - describes the network configuration the virtual machine instance
|
|
1722
|
+
:param pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]] network_interfaces: NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
|
|
1723
|
+
"""
|
|
1724
|
+
if network_interfaces is not None:
|
|
1725
|
+
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
|
1726
|
+
|
|
1727
|
+
@property
|
|
1728
|
+
@pulumi.getter(name="networkInterfaces")
|
|
1729
|
+
def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]]]:
|
|
1730
|
+
"""
|
|
1731
|
+
NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
|
|
1732
|
+
"""
|
|
1733
|
+
return pulumi.get(self, "network_interfaces")
|
|
1734
|
+
|
|
1735
|
+
@network_interfaces.setter
|
|
1736
|
+
def network_interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArmReferenceArgs']]]]):
|
|
1737
|
+
pulumi.set(self, "network_interfaces", value)
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
if not MYPY:
|
|
1741
|
+
class VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgsDict(TypedDict):
|
|
1742
|
+
"""
|
|
1743
|
+
LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
1744
|
+
"""
|
|
1745
|
+
disable_password_authentication: NotRequired[pulumi.Input[bool]]
|
|
1746
|
+
"""
|
|
1747
|
+
DisablePasswordAuthentication - whether password authentication should be disabled
|
|
1748
|
+
"""
|
|
1749
|
+
provision_vm_agent: NotRequired[pulumi.Input[bool]]
|
|
1750
|
+
"""
|
|
1751
|
+
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
1752
|
+
"""
|
|
1753
|
+
provision_vm_config_agent: NotRequired[pulumi.Input[bool]]
|
|
1754
|
+
"""
|
|
1755
|
+
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
1756
|
+
"""
|
|
1757
|
+
ssh: NotRequired[pulumi.Input['SshConfigurationArgsDict']]
|
|
1758
|
+
"""
|
|
1759
|
+
Specifies the ssh key configuration for a Linux OS.
|
|
1760
|
+
"""
|
|
1761
|
+
elif False:
|
|
1762
|
+
VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1763
|
+
|
|
1764
|
+
@pulumi.input_type
|
|
1765
|
+
class VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs:
|
|
1766
|
+
def __init__(__self__, *,
|
|
1767
|
+
disable_password_authentication: Optional[pulumi.Input[bool]] = None,
|
|
1768
|
+
provision_vm_agent: Optional[pulumi.Input[bool]] = None,
|
|
1769
|
+
provision_vm_config_agent: Optional[pulumi.Input[bool]] = None,
|
|
1770
|
+
ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None):
|
|
1771
|
+
"""
|
|
1772
|
+
LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
1773
|
+
:param pulumi.Input[bool] disable_password_authentication: DisablePasswordAuthentication - whether password authentication should be disabled
|
|
1774
|
+
:param pulumi.Input[bool] provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
1775
|
+
:param pulumi.Input[bool] provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
1776
|
+
:param pulumi.Input['SshConfigurationArgs'] ssh: Specifies the ssh key configuration for a Linux OS.
|
|
1777
|
+
"""
|
|
1778
|
+
if disable_password_authentication is not None:
|
|
1779
|
+
pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
|
|
1780
|
+
if provision_vm_agent is None:
|
|
1781
|
+
provision_vm_agent = True
|
|
1782
|
+
if provision_vm_agent is not None:
|
|
1783
|
+
pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
|
|
1784
|
+
if provision_vm_config_agent is None:
|
|
1785
|
+
provision_vm_config_agent = True
|
|
1786
|
+
if provision_vm_config_agent is not None:
|
|
1787
|
+
pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
|
|
1788
|
+
if ssh is not None:
|
|
1789
|
+
pulumi.set(__self__, "ssh", ssh)
|
|
1790
|
+
|
|
1791
|
+
@property
|
|
1792
|
+
@pulumi.getter(name="disablePasswordAuthentication")
|
|
1793
|
+
def disable_password_authentication(self) -> Optional[pulumi.Input[bool]]:
|
|
1794
|
+
"""
|
|
1795
|
+
DisablePasswordAuthentication - whether password authentication should be disabled
|
|
1796
|
+
"""
|
|
1797
|
+
return pulumi.get(self, "disable_password_authentication")
|
|
1798
|
+
|
|
1799
|
+
@disable_password_authentication.setter
|
|
1800
|
+
def disable_password_authentication(self, value: Optional[pulumi.Input[bool]]):
|
|
1801
|
+
pulumi.set(self, "disable_password_authentication", value)
|
|
1802
|
+
|
|
1803
|
+
@property
|
|
1804
|
+
@pulumi.getter(name="provisionVMAgent")
|
|
1805
|
+
def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
|
|
1806
|
+
"""
|
|
1807
|
+
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
1808
|
+
"""
|
|
1809
|
+
return pulumi.get(self, "provision_vm_agent")
|
|
1810
|
+
|
|
1811
|
+
@provision_vm_agent.setter
|
|
1812
|
+
def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
|
|
1813
|
+
pulumi.set(self, "provision_vm_agent", value)
|
|
1814
|
+
|
|
1815
|
+
@property
|
|
1816
|
+
@pulumi.getter(name="provisionVMConfigAgent")
|
|
1817
|
+
def provision_vm_config_agent(self) -> Optional[pulumi.Input[bool]]:
|
|
1818
|
+
"""
|
|
1819
|
+
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
1820
|
+
"""
|
|
1821
|
+
return pulumi.get(self, "provision_vm_config_agent")
|
|
1822
|
+
|
|
1823
|
+
@provision_vm_config_agent.setter
|
|
1824
|
+
def provision_vm_config_agent(self, value: Optional[pulumi.Input[bool]]):
|
|
1825
|
+
pulumi.set(self, "provision_vm_config_agent", value)
|
|
1826
|
+
|
|
1827
|
+
@property
|
|
1828
|
+
@pulumi.getter
|
|
1829
|
+
def ssh(self) -> Optional[pulumi.Input['SshConfigurationArgs']]:
|
|
1830
|
+
"""
|
|
1831
|
+
Specifies the ssh key configuration for a Linux OS.
|
|
1832
|
+
"""
|
|
1833
|
+
return pulumi.get(self, "ssh")
|
|
1834
|
+
|
|
1835
|
+
@ssh.setter
|
|
1836
|
+
def ssh(self, value: Optional[pulumi.Input['SshConfigurationArgs']]):
|
|
1837
|
+
pulumi.set(self, "ssh", value)
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
if not MYPY:
|
|
1841
|
+
class VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgsDict(TypedDict):
|
|
1842
|
+
"""
|
|
1843
|
+
Windows Configuration for the virtual machine instance
|
|
1844
|
+
"""
|
|
1845
|
+
enable_automatic_updates: NotRequired[pulumi.Input[bool]]
|
|
1846
|
+
"""
|
|
1847
|
+
Whether to EnableAutomaticUpdates on the machine
|
|
1848
|
+
"""
|
|
1849
|
+
provision_vm_agent: NotRequired[pulumi.Input[bool]]
|
|
1850
|
+
"""
|
|
1851
|
+
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
1852
|
+
"""
|
|
1853
|
+
provision_vm_config_agent: NotRequired[pulumi.Input[bool]]
|
|
1854
|
+
"""
|
|
1855
|
+
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
1856
|
+
"""
|
|
1857
|
+
ssh: NotRequired[pulumi.Input['SshConfigurationArgsDict']]
|
|
1858
|
+
"""
|
|
1859
|
+
Specifies the ssh key configuration for Windows OS.
|
|
1860
|
+
"""
|
|
1861
|
+
time_zone: NotRequired[pulumi.Input[str]]
|
|
1862
|
+
"""
|
|
1863
|
+
TimeZone for the virtual machine instance
|
|
1864
|
+
"""
|
|
1865
|
+
elif False:
|
|
1866
|
+
VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1867
|
+
|
|
1868
|
+
@pulumi.input_type
|
|
1869
|
+
class VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs:
|
|
1870
|
+
def __init__(__self__, *,
|
|
1871
|
+
enable_automatic_updates: Optional[pulumi.Input[bool]] = None,
|
|
1872
|
+
provision_vm_agent: Optional[pulumi.Input[bool]] = None,
|
|
1873
|
+
provision_vm_config_agent: Optional[pulumi.Input[bool]] = None,
|
|
1874
|
+
ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None,
|
|
1875
|
+
time_zone: Optional[pulumi.Input[str]] = None):
|
|
1876
|
+
"""
|
|
1877
|
+
Windows Configuration for the virtual machine instance
|
|
1878
|
+
:param pulumi.Input[bool] enable_automatic_updates: Whether to EnableAutomaticUpdates on the machine
|
|
1879
|
+
:param pulumi.Input[bool] provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
1880
|
+
:param pulumi.Input[bool] provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
1881
|
+
:param pulumi.Input['SshConfigurationArgs'] ssh: Specifies the ssh key configuration for Windows OS.
|
|
1882
|
+
:param pulumi.Input[str] time_zone: TimeZone for the virtual machine instance
|
|
1883
|
+
"""
|
|
1884
|
+
if enable_automatic_updates is not None:
|
|
1885
|
+
pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
|
|
1886
|
+
if provision_vm_agent is None:
|
|
1887
|
+
provision_vm_agent = True
|
|
1888
|
+
if provision_vm_agent is not None:
|
|
1889
|
+
pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
|
|
1890
|
+
if provision_vm_config_agent is None:
|
|
1891
|
+
provision_vm_config_agent = True
|
|
1892
|
+
if provision_vm_config_agent is not None:
|
|
1893
|
+
pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
|
|
1894
|
+
if ssh is not None:
|
|
1895
|
+
pulumi.set(__self__, "ssh", ssh)
|
|
1896
|
+
if time_zone is not None:
|
|
1897
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
1898
|
+
|
|
1899
|
+
@property
|
|
1900
|
+
@pulumi.getter(name="enableAutomaticUpdates")
|
|
1901
|
+
def enable_automatic_updates(self) -> Optional[pulumi.Input[bool]]:
|
|
1902
|
+
"""
|
|
1903
|
+
Whether to EnableAutomaticUpdates on the machine
|
|
1904
|
+
"""
|
|
1905
|
+
return pulumi.get(self, "enable_automatic_updates")
|
|
1906
|
+
|
|
1907
|
+
@enable_automatic_updates.setter
|
|
1908
|
+
def enable_automatic_updates(self, value: Optional[pulumi.Input[bool]]):
|
|
1909
|
+
pulumi.set(self, "enable_automatic_updates", value)
|
|
1910
|
+
|
|
1911
|
+
@property
|
|
1912
|
+
@pulumi.getter(name="provisionVMAgent")
|
|
1913
|
+
def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
|
|
1914
|
+
"""
|
|
1915
|
+
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
|
|
1916
|
+
"""
|
|
1917
|
+
return pulumi.get(self, "provision_vm_agent")
|
|
1918
|
+
|
|
1919
|
+
@provision_vm_agent.setter
|
|
1920
|
+
def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
|
|
1921
|
+
pulumi.set(self, "provision_vm_agent", value)
|
|
1922
|
+
|
|
1923
|
+
@property
|
|
1924
|
+
@pulumi.getter(name="provisionVMConfigAgent")
|
|
1925
|
+
def provision_vm_config_agent(self) -> Optional[pulumi.Input[bool]]:
|
|
1926
|
+
"""
|
|
1927
|
+
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
|
|
1928
|
+
"""
|
|
1929
|
+
return pulumi.get(self, "provision_vm_config_agent")
|
|
1930
|
+
|
|
1931
|
+
@provision_vm_config_agent.setter
|
|
1932
|
+
def provision_vm_config_agent(self, value: Optional[pulumi.Input[bool]]):
|
|
1933
|
+
pulumi.set(self, "provision_vm_config_agent", value)
|
|
1934
|
+
|
|
1935
|
+
@property
|
|
1936
|
+
@pulumi.getter
|
|
1937
|
+
def ssh(self) -> Optional[pulumi.Input['SshConfigurationArgs']]:
|
|
1938
|
+
"""
|
|
1939
|
+
Specifies the ssh key configuration for Windows OS.
|
|
1940
|
+
"""
|
|
1941
|
+
return pulumi.get(self, "ssh")
|
|
1942
|
+
|
|
1943
|
+
@ssh.setter
|
|
1944
|
+
def ssh(self, value: Optional[pulumi.Input['SshConfigurationArgs']]):
|
|
1945
|
+
pulumi.set(self, "ssh", value)
|
|
1946
|
+
|
|
1947
|
+
@property
|
|
1948
|
+
@pulumi.getter(name="timeZone")
|
|
1949
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
|
1950
|
+
"""
|
|
1951
|
+
TimeZone for the virtual machine instance
|
|
1952
|
+
"""
|
|
1953
|
+
return pulumi.get(self, "time_zone")
|
|
1954
|
+
|
|
1955
|
+
@time_zone.setter
|
|
1956
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
|
1957
|
+
pulumi.set(self, "time_zone", value)
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
if not MYPY:
|
|
1961
|
+
class VirtualMachineInstancePropertiesOsProfileArgsDict(TypedDict):
|
|
1962
|
+
"""
|
|
1963
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
1964
|
+
"""
|
|
1965
|
+
admin_password: NotRequired[pulumi.Input[str]]
|
|
1966
|
+
"""
|
|
1967
|
+
AdminPassword - admin password
|
|
1968
|
+
"""
|
|
1969
|
+
admin_username: NotRequired[pulumi.Input[str]]
|
|
1970
|
+
"""
|
|
1971
|
+
AdminUsername - admin username
|
|
1972
|
+
"""
|
|
1973
|
+
computer_name: NotRequired[pulumi.Input[str]]
|
|
1974
|
+
"""
|
|
1975
|
+
ComputerName - name of the compute
|
|
1976
|
+
"""
|
|
1977
|
+
linux_configuration: NotRequired[pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgsDict']]
|
|
1978
|
+
"""
|
|
1979
|
+
LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
1980
|
+
"""
|
|
1981
|
+
windows_configuration: NotRequired[pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgsDict']]
|
|
1982
|
+
"""
|
|
1983
|
+
Windows Configuration for the virtual machine instance
|
|
1984
|
+
"""
|
|
1985
|
+
elif False:
|
|
1986
|
+
VirtualMachineInstancePropertiesOsProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
1987
|
+
|
|
1988
|
+
@pulumi.input_type
|
|
1989
|
+
class VirtualMachineInstancePropertiesOsProfileArgs:
|
|
1990
|
+
def __init__(__self__, *,
|
|
1991
|
+
admin_password: Optional[pulumi.Input[str]] = None,
|
|
1992
|
+
admin_username: Optional[pulumi.Input[str]] = None,
|
|
1993
|
+
computer_name: Optional[pulumi.Input[str]] = None,
|
|
1994
|
+
linux_configuration: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs']] = None,
|
|
1995
|
+
windows_configuration: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs']] = None):
|
|
1996
|
+
"""
|
|
1997
|
+
OsProfile - describes the configuration of the operating system and sets login data
|
|
1998
|
+
:param pulumi.Input[str] admin_password: AdminPassword - admin password
|
|
1999
|
+
:param pulumi.Input[str] admin_username: AdminUsername - admin username
|
|
2000
|
+
:param pulumi.Input[str] computer_name: ComputerName - name of the compute
|
|
2001
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs'] linux_configuration: LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
2002
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs'] windows_configuration: Windows Configuration for the virtual machine instance
|
|
2003
|
+
"""
|
|
2004
|
+
if admin_password is not None:
|
|
2005
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
|
2006
|
+
if admin_username is not None:
|
|
2007
|
+
pulumi.set(__self__, "admin_username", admin_username)
|
|
2008
|
+
if computer_name is not None:
|
|
2009
|
+
pulumi.set(__self__, "computer_name", computer_name)
|
|
2010
|
+
if linux_configuration is not None:
|
|
2011
|
+
pulumi.set(__self__, "linux_configuration", linux_configuration)
|
|
2012
|
+
if windows_configuration is not None:
|
|
2013
|
+
pulumi.set(__self__, "windows_configuration", windows_configuration)
|
|
2014
|
+
|
|
2015
|
+
@property
|
|
2016
|
+
@pulumi.getter(name="adminPassword")
|
|
2017
|
+
def admin_password(self) -> Optional[pulumi.Input[str]]:
|
|
2018
|
+
"""
|
|
2019
|
+
AdminPassword - admin password
|
|
2020
|
+
"""
|
|
2021
|
+
return pulumi.get(self, "admin_password")
|
|
2022
|
+
|
|
2023
|
+
@admin_password.setter
|
|
2024
|
+
def admin_password(self, value: Optional[pulumi.Input[str]]):
|
|
2025
|
+
pulumi.set(self, "admin_password", value)
|
|
2026
|
+
|
|
2027
|
+
@property
|
|
2028
|
+
@pulumi.getter(name="adminUsername")
|
|
2029
|
+
def admin_username(self) -> Optional[pulumi.Input[str]]:
|
|
2030
|
+
"""
|
|
2031
|
+
AdminUsername - admin username
|
|
2032
|
+
"""
|
|
2033
|
+
return pulumi.get(self, "admin_username")
|
|
2034
|
+
|
|
2035
|
+
@admin_username.setter
|
|
2036
|
+
def admin_username(self, value: Optional[pulumi.Input[str]]):
|
|
2037
|
+
pulumi.set(self, "admin_username", value)
|
|
2038
|
+
|
|
2039
|
+
@property
|
|
2040
|
+
@pulumi.getter(name="computerName")
|
|
2041
|
+
def computer_name(self) -> Optional[pulumi.Input[str]]:
|
|
2042
|
+
"""
|
|
2043
|
+
ComputerName - name of the compute
|
|
2044
|
+
"""
|
|
2045
|
+
return pulumi.get(self, "computer_name")
|
|
2046
|
+
|
|
2047
|
+
@computer_name.setter
|
|
2048
|
+
def computer_name(self, value: Optional[pulumi.Input[str]]):
|
|
2049
|
+
pulumi.set(self, "computer_name", value)
|
|
2050
|
+
|
|
2051
|
+
@property
|
|
2052
|
+
@pulumi.getter(name="linuxConfiguration")
|
|
2053
|
+
def linux_configuration(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs']]:
|
|
2054
|
+
"""
|
|
2055
|
+
LinuxConfiguration - linux specific configuration values for the virtual machine instance
|
|
2056
|
+
"""
|
|
2057
|
+
return pulumi.get(self, "linux_configuration")
|
|
2058
|
+
|
|
2059
|
+
@linux_configuration.setter
|
|
2060
|
+
def linux_configuration(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs']]):
|
|
2061
|
+
pulumi.set(self, "linux_configuration", value)
|
|
2062
|
+
|
|
2063
|
+
@property
|
|
2064
|
+
@pulumi.getter(name="windowsConfiguration")
|
|
2065
|
+
def windows_configuration(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs']]:
|
|
2066
|
+
"""
|
|
2067
|
+
Windows Configuration for the virtual machine instance
|
|
2068
|
+
"""
|
|
2069
|
+
return pulumi.get(self, "windows_configuration")
|
|
2070
|
+
|
|
2071
|
+
@windows_configuration.setter
|
|
2072
|
+
def windows_configuration(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs']]):
|
|
2073
|
+
pulumi.set(self, "windows_configuration", value)
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
if not MYPY:
|
|
2077
|
+
class VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgsDict(TypedDict):
|
|
2078
|
+
"""
|
|
2079
|
+
Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
2080
|
+
"""
|
|
2081
|
+
secure_boot_enabled: NotRequired[pulumi.Input[bool]]
|
|
2082
|
+
"""
|
|
2083
|
+
Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
2084
|
+
"""
|
|
2085
|
+
elif False:
|
|
2086
|
+
VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2087
|
+
|
|
2088
|
+
@pulumi.input_type
|
|
2089
|
+
class VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs:
|
|
2090
|
+
def __init__(__self__, *,
|
|
2091
|
+
secure_boot_enabled: Optional[pulumi.Input[bool]] = None):
|
|
2092
|
+
"""
|
|
2093
|
+
Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
2094
|
+
:param pulumi.Input[bool] secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
2095
|
+
"""
|
|
2096
|
+
if secure_boot_enabled is None:
|
|
2097
|
+
secure_boot_enabled = False
|
|
2098
|
+
if secure_boot_enabled is not None:
|
|
2099
|
+
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
2100
|
+
|
|
2101
|
+
@property
|
|
2102
|
+
@pulumi.getter(name="secureBootEnabled")
|
|
2103
|
+
def secure_boot_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2104
|
+
"""
|
|
2105
|
+
Specifies whether secure boot should be enabled on the virtual machine instance.
|
|
2106
|
+
"""
|
|
2107
|
+
return pulumi.get(self, "secure_boot_enabled")
|
|
2108
|
+
|
|
2109
|
+
@secure_boot_enabled.setter
|
|
2110
|
+
def secure_boot_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2111
|
+
pulumi.set(self, "secure_boot_enabled", value)
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
if not MYPY:
|
|
2115
|
+
class VirtualMachineInstancePropertiesSecurityProfileArgsDict(TypedDict):
|
|
2116
|
+
"""
|
|
2117
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
2118
|
+
"""
|
|
2119
|
+
enable_tpm: NotRequired[pulumi.Input[bool]]
|
|
2120
|
+
"""
|
|
2121
|
+
Enable TPM flag
|
|
2122
|
+
"""
|
|
2123
|
+
security_type: NotRequired[pulumi.Input[Union[str, 'SecurityTypes']]]
|
|
2124
|
+
"""
|
|
2125
|
+
Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
|
|
2126
|
+
"""
|
|
2127
|
+
uefi_settings: NotRequired[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgsDict']]
|
|
2128
|
+
"""
|
|
2129
|
+
Uefi settings of the virtual machine instance
|
|
2130
|
+
"""
|
|
2131
|
+
elif False:
|
|
2132
|
+
VirtualMachineInstancePropertiesSecurityProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
2133
|
+
|
|
2134
|
+
@pulumi.input_type
|
|
2135
|
+
class VirtualMachineInstancePropertiesSecurityProfileArgs:
|
|
2136
|
+
def __init__(__self__, *,
|
|
2137
|
+
enable_tpm: Optional[pulumi.Input[bool]] = None,
|
|
2138
|
+
security_type: Optional[pulumi.Input[Union[str, 'SecurityTypes']]] = None,
|
|
2139
|
+
uefi_settings: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs']] = None):
|
|
2140
|
+
"""
|
|
2141
|
+
SecurityProfile - Specifies the security settings for the virtual machine instance.
|
|
2142
|
+
:param pulumi.Input[bool] enable_tpm: Enable TPM flag
|
|
2143
|
+
:param pulumi.Input[Union[str, 'SecurityTypes']] security_type: Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
|
|
2144
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs'] uefi_settings: Uefi settings of the virtual machine instance
|
|
2145
|
+
"""
|
|
2146
|
+
if enable_tpm is None:
|
|
2147
|
+
enable_tpm = False
|
|
2148
|
+
if enable_tpm is not None:
|
|
2149
|
+
pulumi.set(__self__, "enable_tpm", enable_tpm)
|
|
2150
|
+
if security_type is not None:
|
|
2151
|
+
pulumi.set(__self__, "security_type", security_type)
|
|
2152
|
+
if uefi_settings is not None:
|
|
2153
|
+
pulumi.set(__self__, "uefi_settings", uefi_settings)
|
|
2154
|
+
|
|
2155
|
+
@property
|
|
2156
|
+
@pulumi.getter(name="enableTPM")
|
|
2157
|
+
def enable_tpm(self) -> Optional[pulumi.Input[bool]]:
|
|
2158
|
+
"""
|
|
2159
|
+
Enable TPM flag
|
|
2160
|
+
"""
|
|
2161
|
+
return pulumi.get(self, "enable_tpm")
|
|
2162
|
+
|
|
2163
|
+
@enable_tpm.setter
|
|
2164
|
+
def enable_tpm(self, value: Optional[pulumi.Input[bool]]):
|
|
2165
|
+
pulumi.set(self, "enable_tpm", value)
|
|
2166
|
+
|
|
2167
|
+
@property
|
|
2168
|
+
@pulumi.getter(name="securityType")
|
|
2169
|
+
def security_type(self) -> Optional[pulumi.Input[Union[str, 'SecurityTypes']]]:
|
|
2170
|
+
"""
|
|
2171
|
+
Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
|
|
2172
|
+
"""
|
|
2173
|
+
return pulumi.get(self, "security_type")
|
|
2174
|
+
|
|
2175
|
+
@security_type.setter
|
|
2176
|
+
def security_type(self, value: Optional[pulumi.Input[Union[str, 'SecurityTypes']]]):
|
|
2177
|
+
pulumi.set(self, "security_type", value)
|
|
2178
|
+
|
|
2179
|
+
@property
|
|
2180
|
+
@pulumi.getter(name="uefiSettings")
|
|
2181
|
+
def uefi_settings(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs']]:
|
|
2182
|
+
"""
|
|
2183
|
+
Uefi settings of the virtual machine instance
|
|
2184
|
+
"""
|
|
2185
|
+
return pulumi.get(self, "uefi_settings")
|
|
2186
|
+
|
|
2187
|
+
@uefi_settings.setter
|
|
2188
|
+
def uefi_settings(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesSecurityProfileUefiSettingsArgs']]):
|
|
2189
|
+
pulumi.set(self, "uefi_settings", value)
|
|
2190
|
+
|
|
2191
|
+
|
|
2192
|
+
if not MYPY:
|
|
2193
|
+
class VirtualMachineInstancePropertiesStorageProfileOsDiskArgsDict(TypedDict):
|
|
2194
|
+
"""
|
|
2195
|
+
VHD to attach as OS disk
|
|
2196
|
+
"""
|
|
2197
|
+
id: NotRequired[pulumi.Input[str]]
|
|
2198
|
+
"""
|
|
2199
|
+
The ARM ID for a Virtual Hard Disk.
|
|
2200
|
+
"""
|
|
2201
|
+
managed_disk: NotRequired[pulumi.Input['VirtualMachineInstanceManagedDiskParametersArgsDict']]
|
|
2202
|
+
"""
|
|
2203
|
+
The managed disk parameters.
|
|
2204
|
+
"""
|
|
2205
|
+
os_type: NotRequired[pulumi.Input[Union[str, 'OperatingSystemTypes']]]
|
|
2206
|
+
"""
|
|
2207
|
+
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
|
|
2208
|
+
"""
|
|
2209
|
+
elif False:
|
|
2210
|
+
VirtualMachineInstancePropertiesStorageProfileOsDiskArgsDict: TypeAlias = Mapping[str, Any]
|
|
2211
|
+
|
|
2212
|
+
@pulumi.input_type
|
|
2213
|
+
class VirtualMachineInstancePropertiesStorageProfileOsDiskArgs:
|
|
2214
|
+
def __init__(__self__, *,
|
|
2215
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
2216
|
+
managed_disk: Optional[pulumi.Input['VirtualMachineInstanceManagedDiskParametersArgs']] = None,
|
|
2217
|
+
os_type: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]] = None):
|
|
2218
|
+
"""
|
|
2219
|
+
VHD to attach as OS disk
|
|
2220
|
+
:param pulumi.Input[str] id: The ARM ID for a Virtual Hard Disk.
|
|
2221
|
+
:param pulumi.Input['VirtualMachineInstanceManagedDiskParametersArgs'] managed_disk: The managed disk parameters.
|
|
2222
|
+
:param pulumi.Input[Union[str, 'OperatingSystemTypes']] os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
|
|
2223
|
+
"""
|
|
2224
|
+
if id is not None:
|
|
2225
|
+
pulumi.set(__self__, "id", id)
|
|
2226
|
+
if managed_disk is not None:
|
|
2227
|
+
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
2228
|
+
if os_type is not None:
|
|
2229
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
2230
|
+
|
|
2231
|
+
@property
|
|
2232
|
+
@pulumi.getter
|
|
2233
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
2234
|
+
"""
|
|
2235
|
+
The ARM ID for a Virtual Hard Disk.
|
|
2236
|
+
"""
|
|
2237
|
+
return pulumi.get(self, "id")
|
|
2238
|
+
|
|
2239
|
+
@id.setter
|
|
2240
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
2241
|
+
pulumi.set(self, "id", value)
|
|
2242
|
+
|
|
2243
|
+
@property
|
|
2244
|
+
@pulumi.getter(name="managedDisk")
|
|
2245
|
+
def managed_disk(self) -> Optional[pulumi.Input['VirtualMachineInstanceManagedDiskParametersArgs']]:
|
|
2246
|
+
"""
|
|
2247
|
+
The managed disk parameters.
|
|
2248
|
+
"""
|
|
2249
|
+
return pulumi.get(self, "managed_disk")
|
|
2250
|
+
|
|
2251
|
+
@managed_disk.setter
|
|
2252
|
+
def managed_disk(self, value: Optional[pulumi.Input['VirtualMachineInstanceManagedDiskParametersArgs']]):
|
|
2253
|
+
pulumi.set(self, "managed_disk", value)
|
|
2254
|
+
|
|
2255
|
+
@property
|
|
2256
|
+
@pulumi.getter(name="osType")
|
|
2257
|
+
def os_type(self) -> Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]]:
|
|
2258
|
+
"""
|
|
2259
|
+
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
|
|
2260
|
+
"""
|
|
2261
|
+
return pulumi.get(self, "os_type")
|
|
2262
|
+
|
|
2263
|
+
@os_type.setter
|
|
2264
|
+
def os_type(self, value: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]]):
|
|
2265
|
+
pulumi.set(self, "os_type", value)
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
if not MYPY:
|
|
2269
|
+
class VirtualMachineInstancePropertiesStorageProfileArgsDict(TypedDict):
|
|
2270
|
+
"""
|
|
2271
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
2272
|
+
"""
|
|
2273
|
+
data_disks: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgsDict']]]]
|
|
2274
|
+
"""
|
|
2275
|
+
adds data disks to the virtual machine instance
|
|
2276
|
+
"""
|
|
2277
|
+
image_reference: NotRequired[pulumi.Input['ImageArmReferenceArgsDict']]
|
|
2278
|
+
"""
|
|
2279
|
+
Which Image to use for the virtual machine instance
|
|
2280
|
+
"""
|
|
2281
|
+
os_disk: NotRequired[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgsDict']]
|
|
2282
|
+
"""
|
|
2283
|
+
VHD to attach as OS disk
|
|
2284
|
+
"""
|
|
2285
|
+
vm_config_storage_path_id: NotRequired[pulumi.Input[str]]
|
|
2286
|
+
"""
|
|
2287
|
+
Id of the storage container that hosts the VM configuration file
|
|
2288
|
+
"""
|
|
2289
|
+
elif False:
|
|
2290
|
+
VirtualMachineInstancePropertiesStorageProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
2291
|
+
|
|
2292
|
+
@pulumi.input_type
|
|
2293
|
+
class VirtualMachineInstancePropertiesStorageProfileArgs:
|
|
2294
|
+
def __init__(__self__, *,
|
|
2295
|
+
data_disks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]]] = None,
|
|
2296
|
+
image_reference: Optional[pulumi.Input['ImageArmReferenceArgs']] = None,
|
|
2297
|
+
os_disk: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs']] = None,
|
|
2298
|
+
vm_config_storage_path_id: Optional[pulumi.Input[str]] = None):
|
|
2299
|
+
"""
|
|
2300
|
+
StorageProfile - contains information about the disks and storage information for the virtual machine instance
|
|
2301
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]] data_disks: adds data disks to the virtual machine instance
|
|
2302
|
+
:param pulumi.Input['ImageArmReferenceArgs'] image_reference: Which Image to use for the virtual machine instance
|
|
2303
|
+
:param pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs'] os_disk: VHD to attach as OS disk
|
|
2304
|
+
:param pulumi.Input[str] vm_config_storage_path_id: Id of the storage container that hosts the VM configuration file
|
|
2305
|
+
"""
|
|
2306
|
+
if data_disks is not None:
|
|
2307
|
+
pulumi.set(__self__, "data_disks", data_disks)
|
|
2308
|
+
if image_reference is not None:
|
|
2309
|
+
pulumi.set(__self__, "image_reference", image_reference)
|
|
2310
|
+
if os_disk is not None:
|
|
2311
|
+
pulumi.set(__self__, "os_disk", os_disk)
|
|
2312
|
+
if vm_config_storage_path_id is not None:
|
|
2313
|
+
pulumi.set(__self__, "vm_config_storage_path_id", vm_config_storage_path_id)
|
|
2314
|
+
|
|
2315
|
+
@property
|
|
2316
|
+
@pulumi.getter(name="dataDisks")
|
|
2317
|
+
def data_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]]]:
|
|
2318
|
+
"""
|
|
2319
|
+
adds data disks to the virtual machine instance
|
|
2320
|
+
"""
|
|
2321
|
+
return pulumi.get(self, "data_disks")
|
|
2322
|
+
|
|
2323
|
+
@data_disks.setter
|
|
2324
|
+
def data_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualHardDiskArmReferenceArgs']]]]):
|
|
2325
|
+
pulumi.set(self, "data_disks", value)
|
|
2326
|
+
|
|
2327
|
+
@property
|
|
2328
|
+
@pulumi.getter(name="imageReference")
|
|
2329
|
+
def image_reference(self) -> Optional[pulumi.Input['ImageArmReferenceArgs']]:
|
|
2330
|
+
"""
|
|
2331
|
+
Which Image to use for the virtual machine instance
|
|
2332
|
+
"""
|
|
2333
|
+
return pulumi.get(self, "image_reference")
|
|
2334
|
+
|
|
2335
|
+
@image_reference.setter
|
|
2336
|
+
def image_reference(self, value: Optional[pulumi.Input['ImageArmReferenceArgs']]):
|
|
2337
|
+
pulumi.set(self, "image_reference", value)
|
|
2338
|
+
|
|
2339
|
+
@property
|
|
2340
|
+
@pulumi.getter(name="osDisk")
|
|
2341
|
+
def os_disk(self) -> Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs']]:
|
|
2342
|
+
"""
|
|
2343
|
+
VHD to attach as OS disk
|
|
2344
|
+
"""
|
|
2345
|
+
return pulumi.get(self, "os_disk")
|
|
2346
|
+
|
|
2347
|
+
@os_disk.setter
|
|
2348
|
+
def os_disk(self, value: Optional[pulumi.Input['VirtualMachineInstancePropertiesStorageProfileOsDiskArgs']]):
|
|
2349
|
+
pulumi.set(self, "os_disk", value)
|
|
2350
|
+
|
|
2351
|
+
@property
|
|
2352
|
+
@pulumi.getter(name="vmConfigStoragePathId")
|
|
2353
|
+
def vm_config_storage_path_id(self) -> Optional[pulumi.Input[str]]:
|
|
2354
|
+
"""
|
|
2355
|
+
Id of the storage container that hosts the VM configuration file
|
|
2356
|
+
"""
|
|
2357
|
+
return pulumi.get(self, "vm_config_storage_path_id")
|
|
2358
|
+
|
|
2359
|
+
@vm_config_storage_path_id.setter
|
|
2360
|
+
def vm_config_storage_path_id(self, value: Optional[pulumi.Input[str]]):
|
|
2361
|
+
pulumi.set(self, "vm_config_storage_path_id", value)
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
if not MYPY:
|
|
2365
|
+
class VmImageRepositoryCredentialsArgsDict(TypedDict):
|
|
2366
|
+
"""
|
|
2367
|
+
The credentials used to login to the image repository that has access to the specified image
|
|
2368
|
+
"""
|
|
2369
|
+
password: pulumi.Input[str]
|
|
2370
|
+
"""
|
|
2371
|
+
Password for accessing image repository
|
|
2372
|
+
"""
|
|
2373
|
+
username: pulumi.Input[str]
|
|
2374
|
+
"""
|
|
2375
|
+
Username for accessing image repository
|
|
2376
|
+
"""
|
|
2377
|
+
elif False:
|
|
2378
|
+
VmImageRepositoryCredentialsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2379
|
+
|
|
2380
|
+
@pulumi.input_type
|
|
2381
|
+
class VmImageRepositoryCredentialsArgs:
|
|
2382
|
+
def __init__(__self__, *,
|
|
2383
|
+
password: pulumi.Input[str],
|
|
2384
|
+
username: pulumi.Input[str]):
|
|
2385
|
+
"""
|
|
2386
|
+
The credentials used to login to the image repository that has access to the specified image
|
|
2387
|
+
:param pulumi.Input[str] password: Password for accessing image repository
|
|
2388
|
+
:param pulumi.Input[str] username: Username for accessing image repository
|
|
2389
|
+
"""
|
|
2390
|
+
pulumi.set(__self__, "password", password)
|
|
2391
|
+
pulumi.set(__self__, "username", username)
|
|
2392
|
+
|
|
2393
|
+
@property
|
|
2394
|
+
@pulumi.getter
|
|
2395
|
+
def password(self) -> pulumi.Input[str]:
|
|
2396
|
+
"""
|
|
2397
|
+
Password for accessing image repository
|
|
2398
|
+
"""
|
|
2399
|
+
return pulumi.get(self, "password")
|
|
2400
|
+
|
|
2401
|
+
@password.setter
|
|
2402
|
+
def password(self, value: pulumi.Input[str]):
|
|
2403
|
+
pulumi.set(self, "password", value)
|
|
2404
|
+
|
|
2405
|
+
@property
|
|
2406
|
+
@pulumi.getter
|
|
2407
|
+
def username(self) -> pulumi.Input[str]:
|
|
2408
|
+
"""
|
|
2409
|
+
Username for accessing image repository
|
|
2410
|
+
"""
|
|
2411
|
+
return pulumi.get(self, "username")
|
|
2412
|
+
|
|
2413
|
+
@username.setter
|
|
2414
|
+
def username(self, value: pulumi.Input[str]):
|
|
2415
|
+
pulumi.set(self, "username", value)
|
|
2416
|
+
|
|
2417
|
+
|