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
@@ -238,7 +238,7 @@ def get_global_rulestack(global_rulestack_name: Optional[builtins.str] = None,
238
238
 
239
239
  Uses Azure REST API version 2025-02-06-preview.
240
240
 
241
- 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.
241
+ 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.
242
242
 
243
243
 
244
244
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -272,7 +272,7 @@ def get_global_rulestack_output(global_rulestack_name: Optional[pulumi.Input[bui
272
272
 
273
273
  Uses Azure REST API version 2025-02-06-preview.
274
274
 
275
- 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.
275
+ 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.
276
276
 
277
277
 
278
278
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -81,7 +81,7 @@ def get_global_rulestack_change_log(global_rulestack_name: Optional[builtins.str
81
81
 
82
82
  Uses Azure REST API version 2025-02-06-preview.
83
83
 
84
- 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.
84
+ 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.
85
85
 
86
86
 
87
87
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -102,7 +102,7 @@ def get_global_rulestack_change_log_output(global_rulestack_name: Optional[pulum
102
102
 
103
103
  Uses Azure REST API version 2025-02-06-preview.
104
104
 
105
- 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.
105
+ 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.
106
106
 
107
107
 
108
108
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -345,7 +345,7 @@ def get_local_rule(local_rulestack_name: Optional[builtins.str] = None,
345
345
 
346
346
  Uses Azure REST API version 2025-02-06-preview.
347
347
 
348
- 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.
348
+ 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.
349
349
 
350
350
 
351
351
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -394,7 +394,7 @@ def get_local_rule_output(local_rulestack_name: Optional[pulumi.Input[builtins.s
394
394
 
395
395
  Uses Azure REST API version 2025-02-06-preview.
396
396
 
397
- 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.
397
+ 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.
398
398
 
399
399
 
400
400
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -169,7 +169,7 @@ def get_local_rule_counters(firewall_name: Optional[builtins.str] = None,
169
169
 
170
170
  Uses Azure REST API version 2025-02-06-preview.
171
171
 
172
- 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.
172
+ 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.
173
173
 
174
174
 
175
175
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -205,7 +205,7 @@ def get_local_rule_counters_output(firewall_name: Optional[pulumi.Input[Optional
205
205
 
206
206
  Uses Azure REST API version 2025-02-06-preview.
207
207
 
208
- 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.
208
+ 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.
209
209
 
210
210
 
211
211
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -251,7 +251,7 @@ def get_local_rulestack(local_rulestack_name: Optional[builtins.str] = None,
251
251
 
252
252
  Uses Azure REST API version 2025-02-06-preview.
253
253
 
254
- 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.
254
+ 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.
255
255
 
256
256
 
257
257
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -289,7 +289,7 @@ def get_local_rulestack_output(local_rulestack_name: Optional[pulumi.Input[built
289
289
 
290
290
  Uses Azure REST API version 2025-02-06-preview.
291
291
 
292
- 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.
292
+ 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.
293
293
 
294
294
 
295
295
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -82,7 +82,7 @@ def get_local_rulestack_change_log(local_rulestack_name: Optional[builtins.str]
82
82
 
83
83
  Uses Azure REST API version 2025-02-06-preview.
84
84
 
85
- 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.
85
+ 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.
86
86
 
87
87
 
88
88
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -106,7 +106,7 @@ def get_local_rulestack_change_log_output(local_rulestack_name: Optional[pulumi.
106
106
 
107
107
  Uses Azure REST API version 2025-02-06-preview.
108
108
 
109
- 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.
109
+ 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.
110
110
 
111
111
 
112
112
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -215,7 +215,7 @@ def get_local_rulestack_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_local_rulestack_support_info_output(email: Optional[pulumi.Input[Optiona
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
@@ -344,7 +344,7 @@ def get_post_rule(global_rulestack_name: Optional[builtins.str] = None,
344
344
 
345
345
  Uses Azure REST API version 2025-02-06-preview.
346
346
 
347
- 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.
347
+ 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.
348
348
 
349
349
 
350
350
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -390,7 +390,7 @@ def get_post_rule_output(global_rulestack_name: Optional[pulumi.Input[builtins.s
390
390
 
391
391
  Uses Azure REST API version 2025-02-06-preview.
392
392
 
393
- 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.
393
+ 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.
394
394
 
395
395
 
396
396
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -168,7 +168,7 @@ def get_post_rule_counters(firewall_name: Optional[builtins.str] = None,
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 global_rulestack_name: GlobalRulestack resource name
@@ -201,7 +201,7 @@ def get_post_rule_counters_output(firewall_name: Optional[pulumi.Input[Optional[
201
201
 
202
202
  Uses Azure REST API version 2025-02-06-preview.
203
203
 
204
- 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.
204
+ 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.
205
205
 
206
206
 
207
207
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -344,7 +344,7 @@ def get_pre_rule(global_rulestack_name: Optional[builtins.str] = None,
344
344
 
345
345
  Uses Azure REST API version 2025-02-06-preview.
346
346
 
347
- 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.
347
+ 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.
348
348
 
349
349
 
350
350
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -390,7 +390,7 @@ def get_pre_rule_output(global_rulestack_name: Optional[pulumi.Input[builtins.st
390
390
 
391
391
  Uses Azure REST API version 2025-02-06-preview.
392
392
 
393
- 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.
393
+ 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.
394
394
 
395
395
 
396
396
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -168,7 +168,7 @@ def get_pre_rule_counters(firewall_name: Optional[builtins.str] = None,
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 global_rulestack_name: GlobalRulestack resource name
@@ -201,7 +201,7 @@ def get_pre_rule_counters_output(firewall_name: Optional[pulumi.Input[Optional[b
201
201
 
202
202
  Uses Azure REST API version 2025-02-06-preview.
203
203
 
204
- 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.
204
+ 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.
205
205
 
206
206
 
207
207
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -167,7 +167,7 @@ def get_prefix_list_global_rulestack(global_rulestack_name: Optional[builtins.st
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_prefix_list_global_rulestack_output(global_rulestack_name: Optional[pulu
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_prefix_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_prefix_list_local_rulestack_output(local_rulestack_name: Optional[pulumi
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
@@ -227,7 +227,7 @@ class GlobalRulestack(pulumi.CustomResource):
227
227
 
228
228
  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.
229
229
 
230
- 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.
230
+ 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.
231
231
 
232
232
  :param str resource_name: The name of the resource.
233
233
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -254,7 +254,7 @@ class GlobalRulestack(pulumi.CustomResource):
254
254
 
255
255
  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.
256
256
 
257
- 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.
257
+ 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.
258
258
 
259
259
  :param str resource_name: The name of the resource.
260
260
  :param GlobalRulestackArgs args: The arguments to use to populate this resource's properties.
@@ -307,7 +307,7 @@ class GlobalRulestack(pulumi.CustomResource):
307
307
  __props__.__dict__["provisioning_state"] = None
308
308
  __props__.__dict__["system_data"] = None
309
309
  __props__.__dict__["type"] = None
310
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:GlobalRulestack")])
310
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:GlobalRulestack"), pulumi.Alias(type_="azure-native:cloudngfw/v20250707preview:GlobalRulestack")])
311
311
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
312
312
  super(GlobalRulestack, __self__).__init__(
313
313
  'azure-native:cloudngfw:GlobalRulestack',
@@ -73,7 +73,7 @@ def list_global_rulestack_advanced_security_objects(global_rulestack_name: Optio
73
73
 
74
74
  Uses Azure REST API version 2025-02-06-preview.
75
75
 
76
- 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.
76
+ 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.
77
77
 
78
78
 
79
79
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -99,7 +99,7 @@ def list_global_rulestack_advanced_security_objects_output(global_rulestack_name
99
99
 
100
100
  Uses Azure REST API version 2025-02-06-preview.
101
101
 
102
- 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.
102
+ 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.
103
103
 
104
104
 
105
105
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -70,7 +70,7 @@ def list_global_rulestack_app_ids(app_id_version: Optional[builtins.str] = None,
70
70
 
71
71
  Uses Azure REST API version 2025-02-06-preview.
72
72
 
73
- 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.
73
+ 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.
74
74
 
75
75
 
76
76
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -98,7 +98,7 @@ def list_global_rulestack_app_ids_output(app_id_version: Optional[pulumi.Input[O
98
98
 
99
99
  Uses Azure REST API version 2025-02-06-preview.
100
100
 
101
- 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.
101
+ 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.
102
102
 
103
103
 
104
104
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -72,7 +72,7 @@ def list_global_rulestack_countries(global_rulestack_name: Optional[builtins.str
72
72
 
73
73
  Uses Azure REST API version 2025-02-06-preview.
74
74
 
75
- 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.
75
+ 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.
76
76
 
77
77
 
78
78
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -96,7 +96,7 @@ def list_global_rulestack_countries_output(global_rulestack_name: Optional[pulum
96
96
 
97
97
  Uses Azure REST API version 2025-02-06-preview.
98
98
 
99
- 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.
99
+ 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.
100
100
 
101
101
 
102
102
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -69,7 +69,7 @@ def list_global_rulestack_firewalls(global_rulestack_name: Optional[builtins.str
69
69
 
70
70
  Uses Azure REST API version 2025-02-06-preview.
71
71
 
72
- 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.
72
+ 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.
73
73
 
74
74
 
75
75
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -89,7 +89,7 @@ def list_global_rulestack_firewalls_output(global_rulestack_name: Optional[pulum
89
89
 
90
90
  Uses Azure REST API version 2025-02-06-preview.
91
91
 
92
- 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.
92
+ 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.
93
93
 
94
94
 
95
95
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -72,7 +72,7 @@ def list_global_rulestack_predefined_url_categories(global_rulestack_name: Optio
72
72
 
73
73
  Uses Azure REST API version 2025-02-06-preview.
74
74
 
75
- 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.
75
+ 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.
76
76
 
77
77
 
78
78
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -96,7 +96,7 @@ def list_global_rulestack_predefined_url_categories_output(global_rulestack_name
96
96
 
97
97
  Uses Azure REST API version 2025-02-06-preview.
98
98
 
99
- 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.
99
+ 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.
100
100
 
101
101
 
102
102
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -73,7 +73,7 @@ def list_global_rulestack_security_services(global_rulestack_name: Optional[buil
73
73
 
74
74
  Uses Azure REST API version 2025-02-06-preview.
75
75
 
76
- 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.
76
+ 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.
77
77
 
78
78
 
79
79
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -99,7 +99,7 @@ def list_global_rulestack_security_services_output(global_rulestack_name: Option
99
99
 
100
100
  Uses Azure REST API version 2025-02-06-preview.
101
101
 
102
- 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.
102
+ 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.
103
103
 
104
104
 
105
105
  :param builtins.str global_rulestack_name: GlobalRulestack resource name
@@ -74,7 +74,7 @@ def list_local_rulestack_advanced_security_objects(local_rulestack_name: Optiona
74
74
 
75
75
  Uses Azure REST API version 2025-02-06-preview.
76
76
 
77
- 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.
77
+ 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.
78
78
 
79
79
 
80
80
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -103,7 +103,7 @@ def list_local_rulestack_advanced_security_objects_output(local_rulestack_name:
103
103
 
104
104
  Uses Azure REST API version 2025-02-06-preview.
105
105
 
106
- 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.
106
+ 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.
107
107
 
108
108
 
109
109
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -71,7 +71,7 @@ def list_local_rulestack_app_ids(app_id_version: Optional[builtins.str] = None,
71
71
 
72
72
  Uses Azure REST API version 2025-02-06-preview.
73
73
 
74
- 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.
74
+ 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.
75
75
 
76
76
 
77
77
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -102,7 +102,7 @@ def list_local_rulestack_app_ids_output(app_id_version: Optional[pulumi.Input[Op
102
102
 
103
103
  Uses Azure REST API version 2025-02-06-preview.
104
104
 
105
- 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.
105
+ 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.
106
106
 
107
107
 
108
108
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -73,7 +73,7 @@ def list_local_rulestack_countries(local_rulestack_name: Optional[builtins.str]
73
73
 
74
74
  Uses Azure REST API version 2025-02-06-preview.
75
75
 
76
- 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.
76
+ 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.
77
77
 
78
78
 
79
79
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -100,7 +100,7 @@ def list_local_rulestack_countries_output(local_rulestack_name: Optional[pulumi.
100
100
 
101
101
  Uses Azure REST API version 2025-02-06-preview.
102
102
 
103
- 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.
103
+ 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.
104
104
 
105
105
 
106
106
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -70,7 +70,7 @@ def list_local_rulestack_firewalls(local_rulestack_name: Optional[builtins.str]
70
70
 
71
71
  Uses Azure REST API version 2025-02-06-preview.
72
72
 
73
- 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.
73
+ 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.
74
74
 
75
75
 
76
76
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -93,7 +93,7 @@ def list_local_rulestack_firewalls_output(local_rulestack_name: Optional[pulumi.
93
93
 
94
94
  Uses Azure REST API version 2025-02-06-preview.
95
95
 
96
- 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.
96
+ 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.
97
97
 
98
98
 
99
99
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -73,7 +73,7 @@ def list_local_rulestack_predefined_url_categories(local_rulestack_name: Optiona
73
73
 
74
74
  Uses Azure REST API version 2025-02-06-preview.
75
75
 
76
- 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.
76
+ 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.
77
77
 
78
78
 
79
79
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -100,7 +100,7 @@ def list_local_rulestack_predefined_url_categories_output(local_rulestack_name:
100
100
 
101
101
  Uses Azure REST API version 2025-02-06-preview.
102
102
 
103
- 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.
103
+ 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.
104
104
 
105
105
 
106
106
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -74,7 +74,7 @@ def list_local_rulestack_security_services(local_rulestack_name: Optional[builti
74
74
 
75
75
  Uses Azure REST API version 2025-02-06-preview.
76
76
 
77
- 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.
77
+ 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.
78
78
 
79
79
 
80
80
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -103,7 +103,7 @@ def list_local_rulestack_security_services_output(local_rulestack_name: Optional
103
103
 
104
104
  Uses Azure REST API version 2025-02-06-preview.
105
105
 
106
- 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.
106
+ 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.
107
107
 
108
108
 
109
109
  :param builtins.str local_rulestack_name: LocalRulestack resource name
@@ -379,7 +379,7 @@ class LocalRule(pulumi.CustomResource):
379
379
 
380
380
  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.
381
381
 
382
- 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.
382
+ 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.
383
383
 
384
384
  :param str resource_name: The name of the resource.
385
385
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -415,7 +415,7 @@ class LocalRule(pulumi.CustomResource):
415
415
 
416
416
  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.
417
417
 
418
- 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.
418
+ 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.
419
419
 
420
420
  :param str resource_name: The name of the resource.
421
421
  :param LocalRuleArgs args: The arguments to use to populate this resource's properties.
@@ -495,7 +495,7 @@ class LocalRule(pulumi.CustomResource):
495
495
  __props__.__dict__["provisioning_state"] = None
496
496
  __props__.__dict__["system_data"] = None
497
497
  __props__.__dict__["type"] = None
498
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:LocalRule")])
498
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:cloudngfw/v20220829:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20220829preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20230901preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20231010preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20240119preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20240207preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20250206preview:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20250523:LocalRule"), pulumi.Alias(type_="azure-native:cloudngfw/v20250707preview:LocalRule")])
499
499
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
500
500
  super(LocalRule, __self__).__init__(
501
501
  'azure-native:cloudngfw:LocalRule',