pulumi-azure-native 3.6.0a1754062012__py3-none-any.whl → 3.7.0a1754428586__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.

Files changed (289) hide show
  1. pulumi_azure_native/__init__.py +32 -0
  2. pulumi_azure_native/botservice/bot.py +9 -9
  3. pulumi_azure_native/botservice/channel.py +9 -9
  4. pulumi_azure_native/botservice/get_bot.py +3 -3
  5. pulumi_azure_native/botservice/get_channel.py +3 -3
  6. pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
  7. pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
  8. pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
  9. pulumi_azure_native/cloudngfw/firewall.py +3 -3
  10. pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
  11. pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
  12. pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
  13. pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
  14. pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
  15. pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
  16. pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
  17. pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
  18. pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
  19. pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
  20. pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
  21. pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
  22. pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
  23. pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
  24. pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
  25. pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
  26. pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
  27. pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
  28. pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
  29. pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
  30. pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
  31. pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
  32. pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
  33. pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
  34. pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
  35. pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
  36. pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
  37. pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
  38. pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
  39. pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
  40. pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
  41. pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
  42. pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
  43. pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
  44. pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
  45. pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
  46. pulumi_azure_native/cloudngfw/local_rule.py +3 -3
  47. pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
  48. pulumi_azure_native/cloudngfw/post_rule.py +3 -3
  49. pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
  50. pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
  51. pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
  52. pulumi_azure_native/confluent/connector.py +5 -1
  53. pulumi_azure_native/confluent/get_connector.py +4 -0
  54. pulumi_azure_native/confluent/get_organization.py +2 -2
  55. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
  56. pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
  57. pulumi_azure_native/confluent/get_topic.py +4 -0
  58. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  59. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  60. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  61. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  62. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  63. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  64. pulumi_azure_native/confluent/list_access_users.py +2 -2
  65. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  66. pulumi_azure_native/confluent/organization.py +3 -3
  67. pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
  68. pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
  69. pulumi_azure_native/confluent/topic.py +5 -1
  70. pulumi_azure_native/containerservice/__init__.py +2 -0
  71. pulumi_azure_native/containerservice/_inputs.py +74 -0
  72. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  73. pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
  74. pulumi_azure_native/containerservice/fleet.py +3 -3
  75. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  76. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  77. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  78. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
  79. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  80. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  81. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  82. pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
  83. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  84. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  85. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  86. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  87. pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
  88. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  89. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  90. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  91. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  92. pulumi_azure_native/containerservice/identity_binding.py +246 -0
  93. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  94. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  95. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  96. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  97. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
  98. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  99. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  100. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  101. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  102. pulumi_azure_native/containerservice/managed_namespace.py +3 -3
  103. pulumi_azure_native/containerservice/outputs.py +185 -0
  104. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  105. pulumi_azure_native/containerservice/snapshot.py +3 -3
  106. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  107. pulumi_azure_native/containerservice/update_run.py +3 -3
  108. pulumi_azure_native/databox/get_job.py +2 -2
  109. pulumi_azure_native/databox/job.py +3 -3
  110. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  111. pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
  112. pulumi_azure_native/dbforpostgresql/backup.py +1 -1
  113. pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
  114. pulumi_azure_native/dbforpostgresql/database.py +3 -3
  115. pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
  116. pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
  117. pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
  118. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
  119. pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
  120. pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
  121. pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
  122. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
  123. pulumi_azure_native/dbforpostgresql/migration.py +3 -3
  124. pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
  125. pulumi_azure_native/dbforpostgresql/server.py +3 -3
  126. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
  127. pulumi_azure_native/fileshares/__init__.py +16 -0
  128. pulumi_azure_native/fileshares/_enums.py +86 -0
  129. pulumi_azure_native/fileshares/_inputs.py +354 -0
  130. pulumi_azure_native/fileshares/file_share.py +274 -0
  131. pulumi_azure_native/fileshares/get_file_share.py +190 -0
  132. pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
  133. pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
  134. pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
  135. pulumi_azure_native/fileshares/outputs.py +999 -0
  136. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  137. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  138. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  139. pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
  140. pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
  141. pulumi_azure_native/mission/__init__.py +27 -0
  142. pulumi_azure_native/mission/_enums.py +412 -0
  143. pulumi_azure_native/mission/_inputs.py +1489 -0
  144. pulumi_azure_native/mission/approval.py +405 -0
  145. pulumi_azure_native/mission/community.py +554 -0
  146. pulumi_azure_native/mission/community_endpoint.py +320 -0
  147. pulumi_azure_native/mission/enclave_connection.py +396 -0
  148. pulumi_azure_native/mission/enclave_endpoint.py +320 -0
  149. pulumi_azure_native/mission/get_approval.py +264 -0
  150. pulumi_azure_native/mission/get_community.py +362 -0
  151. pulumi_azure_native/mission/get_community_endpoint.py +228 -0
  152. pulumi_azure_native/mission/get_enclave_connection.py +278 -0
  153. pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
  154. pulumi_azure_native/mission/get_transit_hub.py +242 -0
  155. pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
  156. pulumi_azure_native/mission/get_workload.py +228 -0
  157. pulumi_azure_native/mission/outputs.py +1611 -0
  158. pulumi_azure_native/mission/transit_hub.py +348 -0
  159. pulumi_azure_native/mission/virtual_enclave.py +566 -0
  160. pulumi_azure_native/mission/workload.py +317 -0
  161. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  162. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  163. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  164. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  165. pulumi_azure_native/mongocluster/get_user.py +4 -0
  166. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  167. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  168. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  169. pulumi_azure_native/mongocluster/user.py +5 -1
  170. pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
  171. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
  172. pulumi_azure_native/pulumi-plugin.json +1 -1
  173. pulumi_azure_native/security/__init__.py +4 -0
  174. pulumi_azure_native/security/_enums.py +11 -0
  175. pulumi_azure_native/security/_inputs.py +78 -0
  176. pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
  177. pulumi_azure_native/security/get_private_link.py +218 -0
  178. pulumi_azure_native/security/outputs.py +327 -0
  179. pulumi_azure_native/security/private_endpoint_connection.py +268 -0
  180. pulumi_azure_native/security/private_link.py +273 -0
  181. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  182. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  183. pulumi_azure_native/securityinsights/action.py +3 -3
  184. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  185. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  186. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  187. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  188. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  189. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  190. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  191. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  192. pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
  193. pulumi_azure_native/securityinsights/content_package.py +3 -3
  194. pulumi_azure_native/securityinsights/content_template.py +3 -3
  195. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  196. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  197. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  198. pulumi_azure_native/securityinsights/file_import.py +3 -3
  199. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  200. pulumi_azure_native/securityinsights/get_action.py +2 -2
  201. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  202. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  203. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  204. pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
  205. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  206. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  207. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  208. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  209. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  210. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  211. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  212. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  213. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  214. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  215. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  216. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  217. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  218. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  219. pulumi_azure_native/securityinsights/get_system.py +2 -2
  220. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  221. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  222. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  223. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  224. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  225. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  226. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  227. pulumi_azure_native/securityinsights/hunt.py +3 -3
  228. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  229. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  230. pulumi_azure_native/securityinsights/incident.py +3 -3
  231. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  232. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  233. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  234. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  235. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  236. pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
  237. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  238. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  239. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  240. pulumi_azure_native/securityinsights/metadata.py +3 -3
  241. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  242. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  243. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  244. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  245. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  246. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  247. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  248. pulumi_azure_native/securityinsights/system.py +3 -3
  249. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  250. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  251. pulumi_azure_native/securityinsights/ueba.py +1 -1
  252. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  253. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  254. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  255. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  256. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  257. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  258. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  259. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  260. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  261. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  262. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  263. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  264. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  265. pulumi_azure_native/servicebus/get_queue.py +2 -2
  266. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  267. pulumi_azure_native/servicebus/get_rule.py +2 -2
  268. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  269. pulumi_azure_native/servicebus/get_topic.py +2 -2
  270. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  271. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  272. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  273. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  274. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  275. pulumi_azure_native/servicebus/migration_config.py +3 -3
  276. pulumi_azure_native/servicebus/namespace.py +3 -3
  277. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  278. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  279. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  280. pulumi_azure_native/servicebus/queue.py +3 -3
  281. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  282. pulumi_azure_native/servicebus/rule.py +3 -3
  283. pulumi_azure_native/servicebus/subscription.py +3 -3
  284. pulumi_azure_native/servicebus/topic.py +3 -3
  285. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  286. {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/RECORD +289 -254
  288. {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-3.6.0a1754062012.dist-info → pulumi_azure_native-3.7.0a1754428586.dist-info}/top_level.txt +0 -0
@@ -236,6 +236,8 @@ if typing.TYPE_CHECKING:
236
236
  fabric = __fabric
237
237
  import pulumi_azure_native.features as __features
238
238
  features = __features
239
+ import pulumi_azure_native.fileshares as __fileshares
240
+ fileshares = __fileshares
239
241
  import pulumi_azure_native.fluidrelay as __fluidrelay
240
242
  fluidrelay = __fluidrelay
241
243
  import pulumi_azure_native.frontdoor as __frontdoor
@@ -332,6 +334,8 @@ if typing.TYPE_CHECKING:
332
334
  marketplace = __marketplace
333
335
  import pulumi_azure_native.migrate as __migrate
334
336
  migrate = __migrate
337
+ import pulumi_azure_native.mission as __mission
338
+ mission = __mission
335
339
  import pulumi_azure_native.mixedreality as __mixedreality
336
340
  mixedreality = __mixedreality
337
341
  import pulumi_azure_native.mobilenetwork as __mobilenetwork
@@ -630,6 +634,7 @@ else:
630
634
  extendedlocation = _utilities.lazy_import('pulumi_azure_native.extendedlocation')
631
635
  fabric = _utilities.lazy_import('pulumi_azure_native.fabric')
632
636
  features = _utilities.lazy_import('pulumi_azure_native.features')
637
+ fileshares = _utilities.lazy_import('pulumi_azure_native.fileshares')
633
638
  fluidrelay = _utilities.lazy_import('pulumi_azure_native.fluidrelay')
634
639
  frontdoor = _utilities.lazy_import('pulumi_azure_native.frontdoor')
635
640
  graphservices = _utilities.lazy_import('pulumi_azure_native.graphservices')
@@ -678,6 +683,7 @@ else:
678
683
  maps = _utilities.lazy_import('pulumi_azure_native.maps')
679
684
  marketplace = _utilities.lazy_import('pulumi_azure_native.marketplace')
680
685
  migrate = _utilities.lazy_import('pulumi_azure_native.migrate')
686
+ mission = _utilities.lazy_import('pulumi_azure_native.mission')
681
687
  mixedreality = _utilities.lazy_import('pulumi_azure_native.mixedreality')
682
688
  mobilenetwork = _utilities.lazy_import('pulumi_azure_native.mobilenetwork')
683
689
  mongocluster = _utilities.lazy_import('pulumi_azure_native.mongocluster')
@@ -1786,6 +1792,7 @@ _utilities.register(
1786
1792
  "azure-native:containerservice:Fleet": "Fleet",
1787
1793
  "azure-native:containerservice:FleetMember": "FleetMember",
1788
1794
  "azure-native:containerservice:FleetUpdateStrategy": "FleetUpdateStrategy",
1795
+ "azure-native:containerservice:IdentityBinding": "IdentityBinding",
1789
1796
  "azure-native:containerservice:LoadBalancer": "LoadBalancer",
1790
1797
  "azure-native:containerservice:MaintenanceConfiguration": "MaintenanceConfiguration",
1791
1798
  "azure-native:containerservice:ManagedCluster": "ManagedCluster",
@@ -2590,6 +2597,14 @@ _utilities.register(
2590
2597
  "azure-native:features:SubscriptionFeatureRegistration": "SubscriptionFeatureRegistration"
2591
2598
  }
2592
2599
  },
2600
+ {
2601
+ "pkg": "azure-native",
2602
+ "mod": "fileshares",
2603
+ "fqn": "pulumi_azure_native.fileshares",
2604
+ "classes": {
2605
+ "azure-native:fileshares:FileShare": "FileShare"
2606
+ }
2607
+ },
2593
2608
  {
2594
2609
  "pkg": "azure-native",
2595
2610
  "mod": "fluidrelay",
@@ -3256,6 +3271,21 @@ _utilities.register(
3256
3271
  "azure-native:migrate:WorkloadInstance": "WorkloadInstance"
3257
3272
  }
3258
3273
  },
3274
+ {
3275
+ "pkg": "azure-native",
3276
+ "mod": "mission",
3277
+ "fqn": "pulumi_azure_native.mission",
3278
+ "classes": {
3279
+ "azure-native:mission:Approval": "Approval",
3280
+ "azure-native:mission:Community": "Community",
3281
+ "azure-native:mission:CommunityEndpoint": "CommunityEndpoint",
3282
+ "azure-native:mission:EnclaveConnection": "EnclaveConnection",
3283
+ "azure-native:mission:EnclaveEndpoint": "EnclaveEndpoint",
3284
+ "azure-native:mission:TransitHub": "TransitHub",
3285
+ "azure-native:mission:VirtualEnclave": "VirtualEnclave",
3286
+ "azure-native:mission:Workload": "Workload"
3287
+ }
3288
+ },
3259
3289
  {
3260
3290
  "pkg": "azure-native",
3261
3291
  "mod": "mixedreality",
@@ -3993,6 +4023,8 @@ _utilities.register(
3993
4023
  "azure-native:security:IotSecuritySolution": "IotSecuritySolution",
3994
4024
  "azure-native:security:JitNetworkAccessPolicy": "JitNetworkAccessPolicy",
3995
4025
  "azure-native:security:Pricing": "Pricing",
4026
+ "azure-native:security:PrivateEndpointConnection": "PrivateEndpointConnection",
4027
+ "azure-native:security:PrivateLink": "PrivateLink",
3996
4028
  "azure-native:security:SecurityConnector": "SecurityConnector",
3997
4029
  "azure-native:security:SecurityConnectorApplication": "SecurityConnectorApplication",
3998
4030
  "azure-native:security:SecurityContact": "SecurityContact",
@@ -34,11 +34,11 @@ class BotArgs:
34
34
  The set of arguments for constructing a Bot resource.
35
35
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
36
36
  :param pulumi.Input[Union[builtins.str, 'Kind']] kind: Required. Gets or sets the Kind of the resource.
37
- :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
37
+ :param pulumi.Input[builtins.str] location: Specifies the location of the resource.
38
38
  :param pulumi.Input['BotPropertiesArgs'] properties: The set of properties specific to bot resource
39
39
  :param pulumi.Input[builtins.str] resource_name: The name of the Bot resource.
40
40
  :param pulumi.Input['SkuArgs'] sku: Gets or sets the SKU of the resource.
41
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
41
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Contains resource tags defined as key/value pairs.
42
42
  """
43
43
  pulumi.set(__self__, "resource_group_name", resource_group_name)
44
44
  if kind is not None:
@@ -82,7 +82,7 @@ class BotArgs:
82
82
  @pulumi.getter
83
83
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
84
84
  """
85
- The geo-location where the resource lives
85
+ Specifies the location of the resource.
86
86
  """
87
87
  return pulumi.get(self, "location")
88
88
 
@@ -130,7 +130,7 @@ class BotArgs:
130
130
  @pulumi.getter
131
131
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
132
132
  """
133
- Resource tags.
133
+ Contains resource tags defined as key/value pairs.
134
134
  """
135
135
  return pulumi.get(self, "tags")
136
136
 
@@ -163,12 +163,12 @@ class Bot(pulumi.CustomResource):
163
163
  :param str resource_name: The name of the resource.
164
164
  :param pulumi.ResourceOptions opts: Options for the resource.
165
165
  :param pulumi.Input[Union[builtins.str, 'Kind']] kind: Required. Gets or sets the Kind of the resource.
166
- :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
166
+ :param pulumi.Input[builtins.str] location: Specifies the location of the resource.
167
167
  :param pulumi.Input[Union['BotPropertiesArgs', 'BotPropertiesArgsDict']] properties: The set of properties specific to bot resource
168
168
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
169
169
  :param pulumi.Input[builtins.str] resource_name_: The name of the Bot resource.
170
170
  :param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: Gets or sets the SKU of the resource.
171
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
171
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Contains resource tags defined as key/value pairs.
172
172
  """
173
173
  ...
174
174
  @overload
@@ -292,9 +292,9 @@ class Bot(pulumi.CustomResource):
292
292
 
293
293
  @property
294
294
  @pulumi.getter
295
- def location(self) -> pulumi.Output[builtins.str]:
295
+ def location(self) -> pulumi.Output[Optional[builtins.str]]:
296
296
  """
297
- The geo-location where the resource lives
297
+ Specifies the location of the resource.
298
298
  """
299
299
  return pulumi.get(self, "location")
300
300
 
@@ -334,7 +334,7 @@ class Bot(pulumi.CustomResource):
334
334
  @pulumi.getter
335
335
  def tags(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
336
336
  """
337
- Resource tags.
337
+ Contains resource tags defined as key/value pairs.
338
338
  """
339
339
  return pulumi.get(self, "tags")
340
340
 
@@ -37,10 +37,10 @@ class ChannelArgs:
37
37
  :param pulumi.Input[builtins.str] resource_name: The name of the Bot resource.
38
38
  :param pulumi.Input[builtins.str] channel_name: The name of the Channel resource.
39
39
  :param pulumi.Input[Union[builtins.str, 'Kind']] kind: Required. Gets or sets the Kind of the resource.
40
- :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
40
+ :param pulumi.Input[builtins.str] location: Specifies the location of the resource.
41
41
  :param pulumi.Input[Union['AcsChatChannelArgs', 'AlexaChannelArgs', 'DirectLineChannelArgs', 'DirectLineSpeechChannelArgs', 'EmailChannelArgs', 'FacebookChannelArgs', 'KikChannelArgs', 'LineChannelArgs', 'M365ExtensionsArgs', 'MsTeamsChannelArgs', 'OmnichannelArgs', 'OutlookChannelArgs', 'SearchAssistantArgs', 'SkypeChannelArgs', 'SlackChannelArgs', 'SmsChannelArgs', 'TelegramChannelArgs', 'TelephonyChannelArgs', 'WebChatChannelArgs']] properties: The set of properties specific to bot channel resource
42
42
  :param pulumi.Input['SkuArgs'] sku: Gets or sets the SKU of the resource.
43
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
43
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Contains resource tags defined as key/value pairs.
44
44
  """
45
45
  pulumi.set(__self__, "resource_group_name", resource_group_name)
46
46
  pulumi.set(__self__, "resource_name", resource_name)
@@ -109,7 +109,7 @@ class ChannelArgs:
109
109
  @pulumi.getter
110
110
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
111
111
  """
112
- The geo-location where the resource lives
112
+ Specifies the location of the resource.
113
113
  """
114
114
  return pulumi.get(self, "location")
115
115
 
@@ -145,7 +145,7 @@ class ChannelArgs:
145
145
  @pulumi.getter
146
146
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
147
147
  """
148
- Resource tags.
148
+ Contains resource tags defined as key/value pairs.
149
149
  """
150
150
  return pulumi.get(self, "tags")
151
151
 
@@ -180,12 +180,12 @@ class Channel(pulumi.CustomResource):
180
180
  :param pulumi.ResourceOptions opts: Options for the resource.
181
181
  :param pulumi.Input[builtins.str] channel_name: The name of the Channel resource.
182
182
  :param pulumi.Input[Union[builtins.str, 'Kind']] kind: Required. Gets or sets the Kind of the resource.
183
- :param pulumi.Input[builtins.str] location: The geo-location where the resource lives
183
+ :param pulumi.Input[builtins.str] location: Specifies the location of the resource.
184
184
  :param pulumi.Input[Union[Union['AcsChatChannelArgs', 'AcsChatChannelArgsDict'], Union['AlexaChannelArgs', 'AlexaChannelArgsDict'], Union['DirectLineChannelArgs', 'DirectLineChannelArgsDict'], Union['DirectLineSpeechChannelArgs', 'DirectLineSpeechChannelArgsDict'], Union['EmailChannelArgs', 'EmailChannelArgsDict'], Union['FacebookChannelArgs', 'FacebookChannelArgsDict'], Union['KikChannelArgs', 'KikChannelArgsDict'], Union['LineChannelArgs', 'LineChannelArgsDict'], Union['M365ExtensionsArgs', 'M365ExtensionsArgsDict'], Union['MsTeamsChannelArgs', 'MsTeamsChannelArgsDict'], Union['OmnichannelArgs', 'OmnichannelArgsDict'], Union['OutlookChannelArgs', 'OutlookChannelArgsDict'], Union['SearchAssistantArgs', 'SearchAssistantArgsDict'], Union['SkypeChannelArgs', 'SkypeChannelArgsDict'], Union['SlackChannelArgs', 'SlackChannelArgsDict'], Union['SmsChannelArgs', 'SmsChannelArgsDict'], Union['TelegramChannelArgs', 'TelegramChannelArgsDict'], Union['TelephonyChannelArgs', 'TelephonyChannelArgsDict'], Union['WebChatChannelArgs', 'WebChatChannelArgsDict']]] properties: The set of properties specific to bot channel resource
185
185
  :param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
186
186
  :param pulumi.Input[builtins.str] resource_name_: The name of the Bot resource.
187
187
  :param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: Gets or sets the SKU of the resource.
188
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
188
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Contains resource tags defined as key/value pairs.
189
189
  """
190
190
  ...
191
191
  @overload
@@ -313,9 +313,9 @@ class Channel(pulumi.CustomResource):
313
313
 
314
314
  @property
315
315
  @pulumi.getter
316
- def location(self) -> pulumi.Output[builtins.str]:
316
+ def location(self) -> pulumi.Output[Optional[builtins.str]]:
317
317
  """
318
- The geo-location where the resource lives
318
+ Specifies the location of the resource.
319
319
  """
320
320
  return pulumi.get(self, "location")
321
321
 
@@ -355,7 +355,7 @@ class Channel(pulumi.CustomResource):
355
355
  @pulumi.getter
356
356
  def tags(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
357
357
  """
358
- Resource tags.
358
+ Contains resource tags defined as key/value pairs.
359
359
  """
360
360
  return pulumi.get(self, "tags")
361
361
 
@@ -100,9 +100,9 @@ class GetBotResult:
100
100
 
101
101
  @property
102
102
  @pulumi.getter
103
- def location(self) -> builtins.str:
103
+ def location(self) -> Optional[builtins.str]:
104
104
  """
105
- The geo-location where the resource lives
105
+ Specifies the location of the resource.
106
106
  """
107
107
  return pulumi.get(self, "location")
108
108
 
@@ -142,7 +142,7 @@ class GetBotResult:
142
142
  @pulumi.getter
143
143
  def tags(self) -> Optional[Mapping[str, builtins.str]]:
144
144
  """
145
- Resource tags.
145
+ Contains resource tags defined as key/value pairs.
146
146
  """
147
147
  return pulumi.get(self, "tags")
148
148
 
@@ -100,9 +100,9 @@ class GetChannelResult:
100
100
 
101
101
  @property
102
102
  @pulumi.getter
103
- def location(self) -> builtins.str:
103
+ def location(self) -> Optional[builtins.str]:
104
104
  """
105
- The geo-location where the resource lives
105
+ Specifies the location of the resource.
106
106
  """
107
107
  return pulumi.get(self, "location")
108
108
 
@@ -142,7 +142,7 @@ class GetChannelResult:
142
142
  @pulumi.getter
143
143
  def tags(self) -> Optional[Mapping[str, builtins.str]]:
144
144
  """
145
- Resource tags.
145
+ Contains resource tags defined as key/value pairs.
146
146
  """
147
147
  return pulumi.get(self, "tags")
148
148
 
@@ -120,9 +120,9 @@ class ListChannelWithKeysResult:
120
120
 
121
121
  @property
122
122
  @pulumi.getter
123
- def location(self) -> builtins.str:
123
+ def location(self) -> Optional[builtins.str]:
124
124
  """
125
- The geo-location where the resource lives
125
+ Specifies the location of the resource.
126
126
  """
127
127
  return pulumi.get(self, "location")
128
128
 
@@ -186,7 +186,7 @@ class ListChannelWithKeysResult:
186
186
  @pulumi.getter
187
187
  def tags(self) -> Optional[Mapping[str, builtins.str]]:
188
188
  """
189
- Resource tags.
189
+ Contains resource tags defined as key/value pairs.
190
190
  """
191
191
  return pulumi.get(self, "tags")
192
192
 
@@ -139,7 +139,7 @@ class CertificateObjectGlobalRulestack(pulumi.CustomResource):
139
139
 
140
140
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
141
141
 
142
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
142
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
143
143
 
144
144
  :param str resource_name: The name of the resource.
145
145
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -161,7 +161,7 @@ class CertificateObjectGlobalRulestack(pulumi.CustomResource):
161
161
 
162
162
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
163
163
 
164
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
164
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
165
165
 
166
166
  :param str resource_name: The name of the resource.
167
167
  :param CertificateObjectGlobalRulestackArgs args: The arguments to use to populate this resource's properties.
@@ -208,7 +208,7 @@ class CertificateObjectGlobalRulestack(pulumi.CustomResource):
208
208
  __props__.__dict__["provisioning_state"] = None
209
209
  __props__.__dict__["system_data"] = None
210
210
  __props__.__dict__["type"] = None
211
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:CertificateObjectGlobalRulestack")])
211
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:CertificateObjectGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250707preview:CertificateObjectGlobalRulestack")])
212
212
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
213
213
  super(CertificateObjectGlobalRulestack, __self__).__init__(
214
214
  'azure-native:cloudngfw:CertificateObjectGlobalRulestack',
@@ -155,7 +155,7 @@ class CertificateObjectLocalRulestack(pulumi.CustomResource):
155
155
 
156
156
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
157
157
 
158
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
158
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
159
 
160
160
  :param str resource_name: The name of the resource.
161
161
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -178,7 +178,7 @@ class CertificateObjectLocalRulestack(pulumi.CustomResource):
178
178
 
179
179
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
180
180
 
181
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
181
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
182
182
 
183
183
  :param str resource_name: The name of the resource.
184
184
  :param CertificateObjectLocalRulestackArgs args: The arguments to use to populate this resource's properties.
@@ -229,7 +229,7 @@ class CertificateObjectLocalRulestack(pulumi.CustomResource):
229
229
  __props__.__dict__["provisioning_state"] = None
230
230
  __props__.__dict__["system_data"] = None
231
231
  __props__.__dict__["type"] = None
232
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:CertificateObjectLocalRulestack")])
232
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:CertificateObjectLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250707preview:CertificateObjectLocalRulestack")])
233
233
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
234
234
  super(CertificateObjectLocalRulestack, __self__).__init__(
235
235
  'azure-native:cloudngfw:CertificateObjectLocalRulestack',
@@ -307,7 +307,7 @@ class Firewall(pulumi.CustomResource):
307
307
 
308
308
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
309
309
 
310
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
310
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
311
311
 
312
312
  :param str resource_name: The name of the resource.
313
313
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -339,7 +339,7 @@ class Firewall(pulumi.CustomResource):
339
339
 
340
340
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
341
341
 
342
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
342
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
343
343
 
344
344
  :param str resource_name: The name of the resource.
345
345
  :param FirewallArgs args: The arguments to use to populate this resource's properties.
@@ -412,7 +412,7 @@ class Firewall(pulumi.CustomResource):
412
412
  __props__.__dict__["provisioning_state"] = None
413
413
  __props__.__dict__["system_data"] = None
414
414
  __props__.__dict__["type"] = None
415
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:Firewall")])
415
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:Firewall"), pulumi.Alias(type_="azure-native:cloudngfw/v20250707preview:Firewall")])
416
416
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
417
417
  super(Firewall, __self__).__init__(
418
418
  'azure-native:cloudngfw:Firewall',
@@ -121,7 +121,7 @@ class FqdnListGlobalRulestack(pulumi.CustomResource):
121
121
 
122
122
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
123
123
 
124
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
125
125
 
126
126
  :param str resource_name: The name of the resource.
127
127
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -142,7 +142,7 @@ class FqdnListGlobalRulestack(pulumi.CustomResource):
142
142
 
143
143
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
144
144
 
145
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
145
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
146
146
 
147
147
  :param str resource_name: The name of the resource.
148
148
  :param FqdnListGlobalRulestackArgs args: The arguments to use to populate this resource's properties.
@@ -187,7 +187,7 @@ class FqdnListGlobalRulestack(pulumi.CustomResource):
187
187
  __props__.__dict__["provisioning_state"] = None
188
188
  __props__.__dict__["system_data"] = None
189
189
  __props__.__dict__["type"] = None
190
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:FqdnListGlobalRulestack")])
190
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:FqdnListGlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250707preview:FqdnListGlobalRulestack")])
191
191
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
192
192
  super(FqdnListGlobalRulestack, __self__).__init__(
193
193
  'azure-native:cloudngfw:FqdnListGlobalRulestack',
@@ -137,7 +137,7 @@ class FqdnListLocalRulestack(pulumi.CustomResource):
137
137
 
138
138
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
139
139
 
140
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
140
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
141
141
 
142
142
  :param str resource_name: The name of the resource.
143
143
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -159,7 +159,7 @@ class FqdnListLocalRulestack(pulumi.CustomResource):
159
159
 
160
160
  Uses Azure REST API version 2025-02-06-preview. In version 2.x of the Azure Native provider, it used API version 2023-09-01.
161
161
 
162
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
162
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
163
163
 
164
164
  :param str resource_name: The name of the resource.
165
165
  :param FqdnListLocalRulestackArgs args: The arguments to use to populate this resource's properties.
@@ -208,7 +208,7 @@ class FqdnListLocalRulestack(pulumi.CustomResource):
208
208
  __props__.__dict__["provisioning_state"] = None
209
209
  __props__.__dict__["system_data"] = None
210
210
  __props__.__dict__["type"] = None
211
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:FqdnListLocalRulestack")])
211
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:FqdnListLocalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250707preview:FqdnListLocalRulestack")])
212
212
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
213
213
  super(FqdnListLocalRulestack, __self__).__init__(
214
214
  'azure-native:cloudngfw:FqdnListLocalRulestack',
@@ -179,7 +179,7 @@ def get_certificate_object_global_rulestack(global_rulestack_name: Optional[buil
179
179
 
180
180
  Uses Azure REST API version 2025-02-06-preview.
181
181
 
182
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
182
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
183
183
 
184
184
 
185
185
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -211,7 +211,7 @@ def get_certificate_object_global_rulestack_output(global_rulestack_name: Option
211
211
 
212
212
  Uses Azure REST API version 2025-02-06-preview.
213
213
 
214
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
214
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
215
215
 
216
216
 
217
217
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -180,7 +180,7 @@ def get_certificate_object_local_rulestack(local_rulestack_name: Optional[builti
180
180
 
181
181
  Uses Azure REST API version 2025-02-06-preview.
182
182
 
183
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
183
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
184
184
 
185
185
 
186
186
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -215,7 +215,7 @@ def get_certificate_object_local_rulestack_output(local_rulestack_name: Optional
215
215
 
216
216
  Uses Azure REST API version 2025-02-06-preview.
217
217
 
218
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
218
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
219
219
 
220
220
 
221
221
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -287,7 +287,7 @@ def get_firewall(firewall_name: Optional[builtins.str] = None,
287
287
 
288
288
  Uses Azure REST API version 2025-02-06-preview.
289
289
 
290
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
290
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
291
291
 
292
292
 
293
293
  :param builtins.str firewall_name: Firewall resource name
@@ -328,7 +328,7 @@ def get_firewall_output(firewall_name: Optional[pulumi.Input[builtins.str]] = No
328
328
 
329
329
  Uses Azure REST API version 2025-02-06-preview.
330
330
 
331
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
331
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
332
332
 
333
333
 
334
334
  :param builtins.str firewall_name: Firewall resource name
@@ -58,7 +58,7 @@ def get_firewall_global_rulestack(firewall_name: Optional[builtins.str] = None,
58
58
 
59
59
  Uses Azure REST API version 2025-02-06-preview.
60
60
 
61
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
61
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
62
62
 
63
63
 
64
64
  :param builtins.str firewall_name: Firewall resource name
@@ -80,7 +80,7 @@ def get_firewall_global_rulestack_output(firewall_name: Optional[pulumi.Input[bu
80
80
 
81
81
  Uses Azure REST API version 2025-02-06-preview.
82
82
 
83
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
83
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
84
84
 
85
85
 
86
86
  :param builtins.str firewall_name: Firewall resource name
@@ -131,7 +131,7 @@ def get_firewall_log_profile(firewall_name: Optional[builtins.str] = None,
131
131
 
132
132
  Uses Azure REST API version 2025-02-06-preview.
133
133
 
134
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
134
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
135
135
 
136
136
 
137
137
  :param builtins.str firewall_name: Firewall resource name
@@ -159,7 +159,7 @@ def get_firewall_log_profile_output(firewall_name: Optional[pulumi.Input[builtin
159
159
 
160
160
  Uses Azure REST API version 2025-02-06-preview.
161
161
 
162
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
162
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
163
163
 
164
164
 
165
165
  :param builtins.str firewall_name: Firewall resource name
@@ -215,7 +215,7 @@ def get_firewall_support_info(email: Optional[builtins.str] = None,
215
215
 
216
216
  Uses Azure REST API version 2025-02-06-preview.
217
217
 
218
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
218
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
219
219
 
220
220
 
221
221
  :param builtins.str email: email address on behalf of which this API called
@@ -253,7 +253,7 @@ def get_firewall_support_info_output(email: Optional[pulumi.Input[Optional[built
253
253
 
254
254
  Uses Azure REST API version 2025-02-06-preview.
255
255
 
256
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
256
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
257
257
 
258
258
 
259
259
  :param builtins.str email: email address on behalf of which this API called
@@ -167,7 +167,7 @@ def get_fqdn_list_global_rulestack(global_rulestack_name: Optional[builtins.str]
167
167
 
168
168
  Uses Azure REST API version 2025-02-06-preview.
169
169
 
170
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
170
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
171
171
 
172
172
 
173
173
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -198,7 +198,7 @@ def get_fqdn_list_global_rulestack_output(global_rulestack_name: Optional[pulumi
198
198
 
199
199
  Uses Azure REST API version 2025-02-06-preview.
200
200
 
201
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
201
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
202
202
 
203
203
 
204
204
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -168,7 +168,7 @@ def get_fqdn_list_local_rulestack(local_rulestack_name: Optional[builtins.str] =
168
168
 
169
169
  Uses Azure REST API version 2025-02-06-preview.
170
170
 
171
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
171
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
172
172
 
173
173
 
174
174
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -202,7 +202,7 @@ def get_fqdn_list_local_rulestack_output(local_rulestack_name: Optional[pulumi.I
202
202
 
203
203
  Uses Azure REST API version 2025-02-06-preview.
204
204
 
205
- Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
205
+ Other available API versions: 2023-09-01, 2023-10-10-preview, 2024-01-19-preview, 2024-02-07-preview, 2025-05-23, 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
206
206
 
207
207
 
208
208
  :param builtins.str local_rulestack_name: LocalRulestack resource name