pulumi-azure-native 2.50.0a1720550655__py3-none-any.whl → 2.50.1__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 (295) hide show
  1. pulumi_azure_native/__init__.py +53 -0
  2. pulumi_azure_native/botservice/v20230915preview/_inputs.py +1 -1
  3. pulumi_azure_native/botservice/v20230915preview/outputs.py +1 -1
  4. pulumi_azure_native/containerservice/__init__.py +3 -0
  5. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  6. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  7. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  8. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  9. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  10. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  11. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  14. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  15. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  16. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  17. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  18. pulumi_azure_native/containerservice/snapshot.py +3 -3
  19. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  20. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  21. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  22. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  24. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  29. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  35. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  36. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  37. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  40. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  41. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  42. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  48. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  49. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  51. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  53. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  54. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  57. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  58. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  59. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  61. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  64. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  66. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  69. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  70. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  71. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  72. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  73. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  76. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  77. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  78. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  79. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  80. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  81. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  82. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  83. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  84. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  85. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  86. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  87. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  88. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  89. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  90. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  91. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  92. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  93. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  94. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  95. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  96. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  97. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  99. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  100. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  101. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  102. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  103. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  104. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  105. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  106. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  107. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  108. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  109. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  111. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  112. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  113. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  114. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  115. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  116. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  117. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  118. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  119. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  120. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  121. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  122. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  123. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  124. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  125. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  126. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  127. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  128. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  129. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  130. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  134. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  135. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  136. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  137. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  138. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  139. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  140. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  141. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  142. pulumi_azure_native/containerservice/v20240501/__init__.py +25 -0
  143. pulumi_azure_native/containerservice/v20240501/_enums.py +628 -0
  144. pulumi_azure_native/containerservice/v20240501/_inputs.py +7454 -0
  145. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1391 -0
  146. pulumi_azure_native/containerservice/v20240501/get_agent_pool.py +674 -0
  147. pulumi_azure_native/containerservice/v20240501/get_maintenance_configuration.py +167 -0
  148. pulumi_azure_native/containerservice/v20240501/get_managed_cluster.py +721 -0
  149. pulumi_azure_native/containerservice/v20240501/get_private_endpoint_connection.py +154 -0
  150. pulumi_azure_native/containerservice/v20240501/get_snapshot.py +253 -0
  151. pulumi_azure_native/containerservice/v20240501/get_trusted_access_role_binding.py +167 -0
  152. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_admin_credentials.py +89 -0
  153. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_monitoring_user_credentials.py +89 -0
  154. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_user_credentials.py +94 -0
  155. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +279 -0
  156. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1353 -0
  157. pulumi_azure_native/containerservice/v20240501/outputs.py +6403 -0
  158. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +251 -0
  159. pulumi_azure_native/containerservice/v20240501/snapshot.py +347 -0
  160. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +260 -0
  161. pulumi_azure_native/guestconfiguration/__init__.py +3 -0
  162. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -0
  163. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -0
  164. pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -0
  165. pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -0
  166. pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +5 -1
  167. pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +5 -1
  168. pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +5 -1
  169. pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +5 -1
  170. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignment.py +1 -1
  171. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignments_vmss.py +1 -1
  172. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_connected_v_mwarev_sphere_assignment.py +1 -1
  173. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_hcrpassignment.py +1 -1
  174. pulumi_azure_native/guestconfiguration/v20240405/__init__.py +18 -0
  175. pulumi_azure_native/guestconfiguration/v20240405/_enums.py +27 -0
  176. pulumi_azure_native/guestconfiguration/v20240405/_inputs.py +336 -0
  177. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignment.py +154 -0
  178. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignments_vmss.py +154 -0
  179. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +154 -0
  180. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_hcrpassignment.py +154 -0
  181. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignment.py +269 -0
  182. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignments_vmss.py +249 -0
  183. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_connected_v_mwarev_sphere_assignment.py +269 -0
  184. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_hcrpassignment.py +269 -0
  185. pulumi_azure_native/guestconfiguration/v20240405/outputs.py +1088 -0
  186. pulumi_azure_native/network/__init__.py +3 -0
  187. pulumi_azure_native/network/get_private_record_set.py +4 -0
  188. pulumi_azure_native/network/get_private_zone.py +4 -0
  189. pulumi_azure_native/network/get_virtual_network_link.py +4 -0
  190. pulumi_azure_native/network/private_record_set.py +5 -1
  191. pulumi_azure_native/network/private_zone.py +5 -1
  192. pulumi_azure_native/network/v20200601/private_record_set.py +1 -1
  193. pulumi_azure_native/network/v20200601/private_zone.py +1 -1
  194. pulumi_azure_native/network/v20200601/virtual_network_link.py +1 -1
  195. pulumi_azure_native/network/v20240601/__init__.py +16 -0
  196. pulumi_azure_native/network/v20240601/_enums.py +17 -0
  197. pulumi_azure_native/network/v20240601/_inputs.py +573 -0
  198. pulumi_azure_native/network/v20240601/get_private_record_set.py +289 -0
  199. pulumi_azure_native/network/v20240601/get_private_zone.py +252 -0
  200. pulumi_azure_native/network/v20240601/get_virtual_network_link.py +219 -0
  201. pulumi_azure_native/network/v20240601/outputs.py +415 -0
  202. pulumi_azure_native/network/v20240601/private_record_set.py +522 -0
  203. pulumi_azure_native/network/v20240601/private_zone.py +306 -0
  204. pulumi_azure_native/network/v20240601/virtual_network_link.py +357 -0
  205. pulumi_azure_native/network/virtual_network_link.py +5 -1
  206. pulumi_azure_native/pulumi-plugin.json +1 -1
  207. pulumi_azure_native/servicebus/__init__.py +3 -0
  208. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  209. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  210. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  211. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  212. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  213. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  214. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  215. pulumi_azure_native/servicebus/get_queue.py +2 -2
  216. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  217. pulumi_azure_native/servicebus/get_rule.py +2 -2
  218. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  219. pulumi_azure_native/servicebus/get_topic.py +2 -2
  220. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  221. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  222. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  223. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  224. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  225. pulumi_azure_native/servicebus/migration_config.py +3 -3
  226. pulumi_azure_native/servicebus/namespace.py +3 -3
  227. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  228. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  229. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  230. pulumi_azure_native/servicebus/queue.py +3 -3
  231. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  232. pulumi_azure_native/servicebus/rule.py +3 -3
  233. pulumi_azure_native/servicebus/subscription.py +3 -3
  234. pulumi_azure_native/servicebus/topic.py +3 -3
  235. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  236. pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
  237. pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
  238. pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
  239. pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
  240. pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
  241. pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
  242. pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
  243. pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
  244. pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
  245. pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
  246. pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
  247. pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
  248. pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
  249. pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
  250. pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
  251. pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
  252. pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
  253. pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
  254. pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
  255. pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
  256. pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
  257. pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
  258. pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
  259. pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
  260. pulumi_azure_native/servicebus/v20230101preview/__init__.py +38 -0
  261. pulumi_azure_native/servicebus/v20230101preview/_enums.py +158 -0
  262. pulumi_azure_native/servicebus/v20230101preview/_inputs.py +1285 -0
  263. pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +288 -0
  264. pulumi_azure_native/servicebus/v20230101preview/get_disaster_recovery_config.py +206 -0
  265. pulumi_azure_native/servicebus/v20230101preview/get_migration_config.py +206 -0
  266. pulumi_azure_native/servicebus/v20230101preview/get_namespace.py +370 -0
  267. pulumi_azure_native/servicebus/v20230101preview/get_namespace_authorization_rule.py +154 -0
  268. pulumi_azure_native/servicebus/v20230101preview/get_namespace_network_rule_set.py +201 -0
  269. pulumi_azure_native/servicebus/v20230101preview/get_private_endpoint_connection.py +180 -0
  270. pulumi_azure_native/servicebus/v20230101preview/get_queue.py +427 -0
  271. pulumi_azure_native/servicebus/v20230101preview/get_queue_authorization_rule.py +159 -0
  272. pulumi_azure_native/servicebus/v20230101preview/get_rule.py +203 -0
  273. pulumi_azure_native/servicebus/v20230101preview/get_subscription.py +393 -0
  274. pulumi_azure_native/servicebus/v20230101preview/get_topic.py +362 -0
  275. pulumi_azure_native/servicebus/v20230101preview/get_topic_authorization_rule.py +159 -0
  276. pulumi_azure_native/servicebus/v20230101preview/list_disaster_recovery_config_keys.py +171 -0
  277. pulumi_azure_native/servicebus/v20230101preview/list_namespace_keys.py +166 -0
  278. pulumi_azure_native/servicebus/v20230101preview/list_queue_keys.py +171 -0
  279. pulumi_azure_native/servicebus/v20230101preview/list_topic_keys.py +171 -0
  280. pulumi_azure_native/servicebus/v20230101preview/migration_config.py +290 -0
  281. pulumi_azure_native/servicebus/v20230101preview/namespace.py +615 -0
  282. pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +231 -0
  283. pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +331 -0
  284. pulumi_azure_native/servicebus/v20230101preview/outputs.py +1401 -0
  285. pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +289 -0
  286. pulumi_azure_native/servicebus/v20230101preview/queue.py +725 -0
  287. pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +252 -0
  288. pulumi_azure_native/servicebus/v20230101preview/rule.py +360 -0
  289. pulumi_azure_native/servicebus/v20230101preview/subscription.py +679 -0
  290. pulumi_azure_native/servicebus/v20230101preview/topic.py +580 -0
  291. pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +252 -0
  292. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/METADATA +1 -1
  293. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/RECORD +295 -222
  294. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/WHEEL +0 -0
  295. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,252 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = ['QueueAuthorizationRuleArgs', 'QueueAuthorizationRule']
20
+
21
+ @pulumi.input_type
22
+ class QueueAuthorizationRuleArgs:
23
+ def __init__(__self__, *,
24
+ namespace_name: pulumi.Input[str],
25
+ queue_name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ rights: pulumi.Input[Sequence[pulumi.Input['AccessRights']]],
28
+ authorization_rule_name: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a QueueAuthorizationRule resource.
31
+ :param pulumi.Input[str] namespace_name: The namespace name
32
+ :param pulumi.Input[str] queue_name: The queue name.
33
+ :param pulumi.Input[str] resource_group_name: Name of the Resource group within the Azure subscription.
34
+ :param pulumi.Input[Sequence[pulumi.Input['AccessRights']]] rights: The rights associated with the rule.
35
+ :param pulumi.Input[str] authorization_rule_name: The authorization rule name.
36
+ """
37
+ pulumi.set(__self__, "namespace_name", namespace_name)
38
+ pulumi.set(__self__, "queue_name", queue_name)
39
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
40
+ pulumi.set(__self__, "rights", rights)
41
+ if authorization_rule_name is not None:
42
+ pulumi.set(__self__, "authorization_rule_name", authorization_rule_name)
43
+
44
+ @property
45
+ @pulumi.getter(name="namespaceName")
46
+ def namespace_name(self) -> pulumi.Input[str]:
47
+ """
48
+ The namespace name
49
+ """
50
+ return pulumi.get(self, "namespace_name")
51
+
52
+ @namespace_name.setter
53
+ def namespace_name(self, value: pulumi.Input[str]):
54
+ pulumi.set(self, "namespace_name", value)
55
+
56
+ @property
57
+ @pulumi.getter(name="queueName")
58
+ def queue_name(self) -> pulumi.Input[str]:
59
+ """
60
+ The queue name.
61
+ """
62
+ return pulumi.get(self, "queue_name")
63
+
64
+ @queue_name.setter
65
+ def queue_name(self, value: pulumi.Input[str]):
66
+ pulumi.set(self, "queue_name", value)
67
+
68
+ @property
69
+ @pulumi.getter(name="resourceGroupName")
70
+ def resource_group_name(self) -> pulumi.Input[str]:
71
+ """
72
+ Name of the Resource group within the Azure subscription.
73
+ """
74
+ return pulumi.get(self, "resource_group_name")
75
+
76
+ @resource_group_name.setter
77
+ def resource_group_name(self, value: pulumi.Input[str]):
78
+ pulumi.set(self, "resource_group_name", value)
79
+
80
+ @property
81
+ @pulumi.getter
82
+ def rights(self) -> pulumi.Input[Sequence[pulumi.Input['AccessRights']]]:
83
+ """
84
+ The rights associated with the rule.
85
+ """
86
+ return pulumi.get(self, "rights")
87
+
88
+ @rights.setter
89
+ def rights(self, value: pulumi.Input[Sequence[pulumi.Input['AccessRights']]]):
90
+ pulumi.set(self, "rights", value)
91
+
92
+ @property
93
+ @pulumi.getter(name="authorizationRuleName")
94
+ def authorization_rule_name(self) -> Optional[pulumi.Input[str]]:
95
+ """
96
+ The authorization rule name.
97
+ """
98
+ return pulumi.get(self, "authorization_rule_name")
99
+
100
+ @authorization_rule_name.setter
101
+ def authorization_rule_name(self, value: Optional[pulumi.Input[str]]):
102
+ pulumi.set(self, "authorization_rule_name", value)
103
+
104
+
105
+ class QueueAuthorizationRule(pulumi.CustomResource):
106
+ @overload
107
+ def __init__(__self__,
108
+ resource_name: str,
109
+ opts: Optional[pulumi.ResourceOptions] = None,
110
+ authorization_rule_name: Optional[pulumi.Input[str]] = None,
111
+ namespace_name: Optional[pulumi.Input[str]] = None,
112
+ queue_name: Optional[pulumi.Input[str]] = None,
113
+ resource_group_name: Optional[pulumi.Input[str]] = None,
114
+ rights: Optional[pulumi.Input[Sequence[pulumi.Input['AccessRights']]]] = None,
115
+ __props__=None):
116
+ """
117
+ Description of a namespace authorization rule.
118
+
119
+ :param str resource_name: The name of the resource.
120
+ :param pulumi.ResourceOptions opts: Options for the resource.
121
+ :param pulumi.Input[str] authorization_rule_name: The authorization rule name.
122
+ :param pulumi.Input[str] namespace_name: The namespace name
123
+ :param pulumi.Input[str] queue_name: The queue name.
124
+ :param pulumi.Input[str] resource_group_name: Name of the Resource group within the Azure subscription.
125
+ :param pulumi.Input[Sequence[pulumi.Input['AccessRights']]] rights: The rights associated with the rule.
126
+ """
127
+ ...
128
+ @overload
129
+ def __init__(__self__,
130
+ resource_name: str,
131
+ args: QueueAuthorizationRuleArgs,
132
+ opts: Optional[pulumi.ResourceOptions] = None):
133
+ """
134
+ Description of a namespace authorization rule.
135
+
136
+ :param str resource_name: The name of the resource.
137
+ :param QueueAuthorizationRuleArgs args: The arguments to use to populate this resource's properties.
138
+ :param pulumi.ResourceOptions opts: Options for the resource.
139
+ """
140
+ ...
141
+ def __init__(__self__, resource_name: str, *args, **kwargs):
142
+ resource_args, opts = _utilities.get_resource_args_opts(QueueAuthorizationRuleArgs, pulumi.ResourceOptions, *args, **kwargs)
143
+ if resource_args is not None:
144
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
145
+ else:
146
+ __self__._internal_init(resource_name, *args, **kwargs)
147
+
148
+ def _internal_init(__self__,
149
+ resource_name: str,
150
+ opts: Optional[pulumi.ResourceOptions] = None,
151
+ authorization_rule_name: Optional[pulumi.Input[str]] = None,
152
+ namespace_name: Optional[pulumi.Input[str]] = None,
153
+ queue_name: Optional[pulumi.Input[str]] = None,
154
+ resource_group_name: Optional[pulumi.Input[str]] = None,
155
+ rights: Optional[pulumi.Input[Sequence[pulumi.Input['AccessRights']]]] = None,
156
+ __props__=None):
157
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
158
+ if not isinstance(opts, pulumi.ResourceOptions):
159
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
160
+ if opts.id is None:
161
+ if __props__ is not None:
162
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
163
+ __props__ = QueueAuthorizationRuleArgs.__new__(QueueAuthorizationRuleArgs)
164
+
165
+ __props__.__dict__["authorization_rule_name"] = authorization_rule_name
166
+ if namespace_name is None and not opts.urn:
167
+ raise TypeError("Missing required property 'namespace_name'")
168
+ __props__.__dict__["namespace_name"] = namespace_name
169
+ if queue_name is None and not opts.urn:
170
+ raise TypeError("Missing required property 'queue_name'")
171
+ __props__.__dict__["queue_name"] = queue_name
172
+ if resource_group_name is None and not opts.urn:
173
+ raise TypeError("Missing required property 'resource_group_name'")
174
+ __props__.__dict__["resource_group_name"] = resource_group_name
175
+ if rights is None and not opts.urn:
176
+ raise TypeError("Missing required property 'rights'")
177
+ __props__.__dict__["rights"] = rights
178
+ __props__.__dict__["location"] = None
179
+ __props__.__dict__["name"] = None
180
+ __props__.__dict__["system_data"] = None
181
+ __props__.__dict__["type"] = None
182
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicebus:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20140901:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20150801:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20170401:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20180101preview:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20210101preview:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20210601preview:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20211101:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20220101preview:QueueAuthorizationRule"), pulumi.Alias(type_="azure-native:servicebus/v20221001preview:QueueAuthorizationRule")])
183
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
184
+ super(QueueAuthorizationRule, __self__).__init__(
185
+ 'azure-native:servicebus/v20230101preview:QueueAuthorizationRule',
186
+ resource_name,
187
+ __props__,
188
+ opts)
189
+
190
+ @staticmethod
191
+ def get(resource_name: str,
192
+ id: pulumi.Input[str],
193
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'QueueAuthorizationRule':
194
+ """
195
+ Get an existing QueueAuthorizationRule resource's state with the given name, id, and optional extra
196
+ properties used to qualify the lookup.
197
+
198
+ :param str resource_name: The unique name of the resulting resource.
199
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
200
+ :param pulumi.ResourceOptions opts: Options for the resource.
201
+ """
202
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
203
+
204
+ __props__ = QueueAuthorizationRuleArgs.__new__(QueueAuthorizationRuleArgs)
205
+
206
+ __props__.__dict__["location"] = None
207
+ __props__.__dict__["name"] = None
208
+ __props__.__dict__["rights"] = None
209
+ __props__.__dict__["system_data"] = None
210
+ __props__.__dict__["type"] = None
211
+ return QueueAuthorizationRule(resource_name, opts=opts, __props__=__props__)
212
+
213
+ @property
214
+ @pulumi.getter
215
+ def location(self) -> pulumi.Output[str]:
216
+ """
217
+ The geo-location where the resource lives
218
+ """
219
+ return pulumi.get(self, "location")
220
+
221
+ @property
222
+ @pulumi.getter
223
+ def name(self) -> pulumi.Output[str]:
224
+ """
225
+ The name of the resource
226
+ """
227
+ return pulumi.get(self, "name")
228
+
229
+ @property
230
+ @pulumi.getter
231
+ def rights(self) -> pulumi.Output[Sequence[str]]:
232
+ """
233
+ The rights associated with the rule.
234
+ """
235
+ return pulumi.get(self, "rights")
236
+
237
+ @property
238
+ @pulumi.getter(name="systemData")
239
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
240
+ """
241
+ The system meta data relating to this resource.
242
+ """
243
+ return pulumi.get(self, "system_data")
244
+
245
+ @property
246
+ @pulumi.getter
247
+ def type(self) -> pulumi.Output[str]:
248
+ """
249
+ The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
250
+ """
251
+ return pulumi.get(self, "type")
252
+
@@ -0,0 +1,360 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['RuleArgs', 'Rule']
21
+
22
+ @pulumi.input_type
23
+ class RuleArgs:
24
+ def __init__(__self__, *,
25
+ namespace_name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ subscription_name: pulumi.Input[str],
28
+ topic_name: pulumi.Input[str],
29
+ action: Optional[pulumi.Input['ActionArgs']] = None,
30
+ correlation_filter: Optional[pulumi.Input['CorrelationFilterArgs']] = None,
31
+ filter_type: Optional[pulumi.Input['FilterType']] = None,
32
+ rule_name: Optional[pulumi.Input[str]] = None,
33
+ sql_filter: Optional[pulumi.Input['SqlFilterArgs']] = None):
34
+ """
35
+ The set of arguments for constructing a Rule resource.
36
+ :param pulumi.Input[str] namespace_name: The namespace name
37
+ :param pulumi.Input[str] resource_group_name: Name of the Resource group within the Azure subscription.
38
+ :param pulumi.Input[str] subscription_name: The subscription name.
39
+ :param pulumi.Input[str] topic_name: The topic name.
40
+ :param pulumi.Input['ActionArgs'] action: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
41
+ :param pulumi.Input['CorrelationFilterArgs'] correlation_filter: Properties of correlationFilter
42
+ :param pulumi.Input['FilterType'] filter_type: Filter type that is evaluated against a BrokeredMessage.
43
+ :param pulumi.Input[str] rule_name: The rule name.
44
+ :param pulumi.Input['SqlFilterArgs'] sql_filter: Properties of sqlFilter
45
+ """
46
+ pulumi.set(__self__, "namespace_name", namespace_name)
47
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
48
+ pulumi.set(__self__, "subscription_name", subscription_name)
49
+ pulumi.set(__self__, "topic_name", topic_name)
50
+ if action is not None:
51
+ pulumi.set(__self__, "action", action)
52
+ if correlation_filter is not None:
53
+ pulumi.set(__self__, "correlation_filter", correlation_filter)
54
+ if filter_type is not None:
55
+ pulumi.set(__self__, "filter_type", filter_type)
56
+ if rule_name is not None:
57
+ pulumi.set(__self__, "rule_name", rule_name)
58
+ if sql_filter is not None:
59
+ pulumi.set(__self__, "sql_filter", sql_filter)
60
+
61
+ @property
62
+ @pulumi.getter(name="namespaceName")
63
+ def namespace_name(self) -> pulumi.Input[str]:
64
+ """
65
+ The namespace name
66
+ """
67
+ return pulumi.get(self, "namespace_name")
68
+
69
+ @namespace_name.setter
70
+ def namespace_name(self, value: pulumi.Input[str]):
71
+ pulumi.set(self, "namespace_name", value)
72
+
73
+ @property
74
+ @pulumi.getter(name="resourceGroupName")
75
+ def resource_group_name(self) -> pulumi.Input[str]:
76
+ """
77
+ Name of the Resource group within the Azure subscription.
78
+ """
79
+ return pulumi.get(self, "resource_group_name")
80
+
81
+ @resource_group_name.setter
82
+ def resource_group_name(self, value: pulumi.Input[str]):
83
+ pulumi.set(self, "resource_group_name", value)
84
+
85
+ @property
86
+ @pulumi.getter(name="subscriptionName")
87
+ def subscription_name(self) -> pulumi.Input[str]:
88
+ """
89
+ The subscription name.
90
+ """
91
+ return pulumi.get(self, "subscription_name")
92
+
93
+ @subscription_name.setter
94
+ def subscription_name(self, value: pulumi.Input[str]):
95
+ pulumi.set(self, "subscription_name", value)
96
+
97
+ @property
98
+ @pulumi.getter(name="topicName")
99
+ def topic_name(self) -> pulumi.Input[str]:
100
+ """
101
+ The topic name.
102
+ """
103
+ return pulumi.get(self, "topic_name")
104
+
105
+ @topic_name.setter
106
+ def topic_name(self, value: pulumi.Input[str]):
107
+ pulumi.set(self, "topic_name", value)
108
+
109
+ @property
110
+ @pulumi.getter
111
+ def action(self) -> Optional[pulumi.Input['ActionArgs']]:
112
+ """
113
+ Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
114
+ """
115
+ return pulumi.get(self, "action")
116
+
117
+ @action.setter
118
+ def action(self, value: Optional[pulumi.Input['ActionArgs']]):
119
+ pulumi.set(self, "action", value)
120
+
121
+ @property
122
+ @pulumi.getter(name="correlationFilter")
123
+ def correlation_filter(self) -> Optional[pulumi.Input['CorrelationFilterArgs']]:
124
+ """
125
+ Properties of correlationFilter
126
+ """
127
+ return pulumi.get(self, "correlation_filter")
128
+
129
+ @correlation_filter.setter
130
+ def correlation_filter(self, value: Optional[pulumi.Input['CorrelationFilterArgs']]):
131
+ pulumi.set(self, "correlation_filter", value)
132
+
133
+ @property
134
+ @pulumi.getter(name="filterType")
135
+ def filter_type(self) -> Optional[pulumi.Input['FilterType']]:
136
+ """
137
+ Filter type that is evaluated against a BrokeredMessage.
138
+ """
139
+ return pulumi.get(self, "filter_type")
140
+
141
+ @filter_type.setter
142
+ def filter_type(self, value: Optional[pulumi.Input['FilterType']]):
143
+ pulumi.set(self, "filter_type", value)
144
+
145
+ @property
146
+ @pulumi.getter(name="ruleName")
147
+ def rule_name(self) -> Optional[pulumi.Input[str]]:
148
+ """
149
+ The rule name.
150
+ """
151
+ return pulumi.get(self, "rule_name")
152
+
153
+ @rule_name.setter
154
+ def rule_name(self, value: Optional[pulumi.Input[str]]):
155
+ pulumi.set(self, "rule_name", value)
156
+
157
+ @property
158
+ @pulumi.getter(name="sqlFilter")
159
+ def sql_filter(self) -> Optional[pulumi.Input['SqlFilterArgs']]:
160
+ """
161
+ Properties of sqlFilter
162
+ """
163
+ return pulumi.get(self, "sql_filter")
164
+
165
+ @sql_filter.setter
166
+ def sql_filter(self, value: Optional[pulumi.Input['SqlFilterArgs']]):
167
+ pulumi.set(self, "sql_filter", value)
168
+
169
+
170
+ class Rule(pulumi.CustomResource):
171
+ @overload
172
+ def __init__(__self__,
173
+ resource_name: str,
174
+ opts: Optional[pulumi.ResourceOptions] = None,
175
+ action: Optional[pulumi.Input[Union['ActionArgs', 'ActionArgsDict']]] = None,
176
+ correlation_filter: Optional[pulumi.Input[Union['CorrelationFilterArgs', 'CorrelationFilterArgsDict']]] = None,
177
+ filter_type: Optional[pulumi.Input['FilterType']] = None,
178
+ namespace_name: Optional[pulumi.Input[str]] = None,
179
+ resource_group_name: Optional[pulumi.Input[str]] = None,
180
+ rule_name: Optional[pulumi.Input[str]] = None,
181
+ sql_filter: Optional[pulumi.Input[Union['SqlFilterArgs', 'SqlFilterArgsDict']]] = None,
182
+ subscription_name: Optional[pulumi.Input[str]] = None,
183
+ topic_name: Optional[pulumi.Input[str]] = None,
184
+ __props__=None):
185
+ """
186
+ Description of Rule Resource.
187
+
188
+ :param str resource_name: The name of the resource.
189
+ :param pulumi.ResourceOptions opts: Options for the resource.
190
+ :param pulumi.Input[Union['ActionArgs', 'ActionArgsDict']] action: Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
191
+ :param pulumi.Input[Union['CorrelationFilterArgs', 'CorrelationFilterArgsDict']] correlation_filter: Properties of correlationFilter
192
+ :param pulumi.Input['FilterType'] filter_type: Filter type that is evaluated against a BrokeredMessage.
193
+ :param pulumi.Input[str] namespace_name: The namespace name
194
+ :param pulumi.Input[str] resource_group_name: Name of the Resource group within the Azure subscription.
195
+ :param pulumi.Input[str] rule_name: The rule name.
196
+ :param pulumi.Input[Union['SqlFilterArgs', 'SqlFilterArgsDict']] sql_filter: Properties of sqlFilter
197
+ :param pulumi.Input[str] subscription_name: The subscription name.
198
+ :param pulumi.Input[str] topic_name: The topic name.
199
+ """
200
+ ...
201
+ @overload
202
+ def __init__(__self__,
203
+ resource_name: str,
204
+ args: RuleArgs,
205
+ opts: Optional[pulumi.ResourceOptions] = None):
206
+ """
207
+ Description of Rule Resource.
208
+
209
+ :param str resource_name: The name of the resource.
210
+ :param RuleArgs args: The arguments to use to populate this resource's properties.
211
+ :param pulumi.ResourceOptions opts: Options for the resource.
212
+ """
213
+ ...
214
+ def __init__(__self__, resource_name: str, *args, **kwargs):
215
+ resource_args, opts = _utilities.get_resource_args_opts(RuleArgs, pulumi.ResourceOptions, *args, **kwargs)
216
+ if resource_args is not None:
217
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
218
+ else:
219
+ __self__._internal_init(resource_name, *args, **kwargs)
220
+
221
+ def _internal_init(__self__,
222
+ resource_name: str,
223
+ opts: Optional[pulumi.ResourceOptions] = None,
224
+ action: Optional[pulumi.Input[Union['ActionArgs', 'ActionArgsDict']]] = None,
225
+ correlation_filter: Optional[pulumi.Input[Union['CorrelationFilterArgs', 'CorrelationFilterArgsDict']]] = None,
226
+ filter_type: Optional[pulumi.Input['FilterType']] = None,
227
+ namespace_name: Optional[pulumi.Input[str]] = None,
228
+ resource_group_name: Optional[pulumi.Input[str]] = None,
229
+ rule_name: Optional[pulumi.Input[str]] = None,
230
+ sql_filter: Optional[pulumi.Input[Union['SqlFilterArgs', 'SqlFilterArgsDict']]] = None,
231
+ subscription_name: Optional[pulumi.Input[str]] = None,
232
+ topic_name: Optional[pulumi.Input[str]] = None,
233
+ __props__=None):
234
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
235
+ if not isinstance(opts, pulumi.ResourceOptions):
236
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
237
+ if opts.id is None:
238
+ if __props__ is not None:
239
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
240
+ __props__ = RuleArgs.__new__(RuleArgs)
241
+
242
+ __props__.__dict__["action"] = action
243
+ __props__.__dict__["correlation_filter"] = correlation_filter
244
+ __props__.__dict__["filter_type"] = filter_type
245
+ if namespace_name is None and not opts.urn:
246
+ raise TypeError("Missing required property 'namespace_name'")
247
+ __props__.__dict__["namespace_name"] = namespace_name
248
+ if resource_group_name is None and not opts.urn:
249
+ raise TypeError("Missing required property 'resource_group_name'")
250
+ __props__.__dict__["resource_group_name"] = resource_group_name
251
+ __props__.__dict__["rule_name"] = rule_name
252
+ __props__.__dict__["sql_filter"] = sql_filter
253
+ if subscription_name is None and not opts.urn:
254
+ raise TypeError("Missing required property 'subscription_name'")
255
+ __props__.__dict__["subscription_name"] = subscription_name
256
+ if topic_name is None and not opts.urn:
257
+ raise TypeError("Missing required property 'topic_name'")
258
+ __props__.__dict__["topic_name"] = topic_name
259
+ __props__.__dict__["location"] = None
260
+ __props__.__dict__["name"] = None
261
+ __props__.__dict__["system_data"] = None
262
+ __props__.__dict__["type"] = None
263
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicebus:Rule"), pulumi.Alias(type_="azure-native:servicebus/v20170401:Rule"), pulumi.Alias(type_="azure-native:servicebus/v20180101preview:Rule"), pulumi.Alias(type_="azure-native:servicebus/v20210101preview:Rule"), pulumi.Alias(type_="azure-native:servicebus/v20210601preview:Rule"), pulumi.Alias(type_="azure-native:servicebus/v20211101:Rule"), pulumi.Alias(type_="azure-native:servicebus/v20220101preview:Rule"), pulumi.Alias(type_="azure-native:servicebus/v20221001preview:Rule")])
264
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
265
+ super(Rule, __self__).__init__(
266
+ 'azure-native:servicebus/v20230101preview:Rule',
267
+ resource_name,
268
+ __props__,
269
+ opts)
270
+
271
+ @staticmethod
272
+ def get(resource_name: str,
273
+ id: pulumi.Input[str],
274
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Rule':
275
+ """
276
+ Get an existing Rule resource's state with the given name, id, and optional extra
277
+ properties used to qualify the lookup.
278
+
279
+ :param str resource_name: The unique name of the resulting resource.
280
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
281
+ :param pulumi.ResourceOptions opts: Options for the resource.
282
+ """
283
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
284
+
285
+ __props__ = RuleArgs.__new__(RuleArgs)
286
+
287
+ __props__.__dict__["action"] = None
288
+ __props__.__dict__["correlation_filter"] = None
289
+ __props__.__dict__["filter_type"] = None
290
+ __props__.__dict__["location"] = None
291
+ __props__.__dict__["name"] = None
292
+ __props__.__dict__["sql_filter"] = None
293
+ __props__.__dict__["system_data"] = None
294
+ __props__.__dict__["type"] = None
295
+ return Rule(resource_name, opts=opts, __props__=__props__)
296
+
297
+ @property
298
+ @pulumi.getter
299
+ def action(self) -> pulumi.Output[Optional['outputs.ActionResponse']]:
300
+ """
301
+ Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
302
+ """
303
+ return pulumi.get(self, "action")
304
+
305
+ @property
306
+ @pulumi.getter(name="correlationFilter")
307
+ def correlation_filter(self) -> pulumi.Output[Optional['outputs.CorrelationFilterResponse']]:
308
+ """
309
+ Properties of correlationFilter
310
+ """
311
+ return pulumi.get(self, "correlation_filter")
312
+
313
+ @property
314
+ @pulumi.getter(name="filterType")
315
+ def filter_type(self) -> pulumi.Output[Optional[str]]:
316
+ """
317
+ Filter type that is evaluated against a BrokeredMessage.
318
+ """
319
+ return pulumi.get(self, "filter_type")
320
+
321
+ @property
322
+ @pulumi.getter
323
+ def location(self) -> pulumi.Output[str]:
324
+ """
325
+ The geo-location where the resource lives
326
+ """
327
+ return pulumi.get(self, "location")
328
+
329
+ @property
330
+ @pulumi.getter
331
+ def name(self) -> pulumi.Output[str]:
332
+ """
333
+ The name of the resource
334
+ """
335
+ return pulumi.get(self, "name")
336
+
337
+ @property
338
+ @pulumi.getter(name="sqlFilter")
339
+ def sql_filter(self) -> pulumi.Output[Optional['outputs.SqlFilterResponse']]:
340
+ """
341
+ Properties of sqlFilter
342
+ """
343
+ return pulumi.get(self, "sql_filter")
344
+
345
+ @property
346
+ @pulumi.getter(name="systemData")
347
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
348
+ """
349
+ The system meta data relating to this resource.
350
+ """
351
+ return pulumi.get(self, "system_data")
352
+
353
+ @property
354
+ @pulumi.getter
355
+ def type(self) -> pulumi.Output[str]:
356
+ """
357
+ The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
358
+ """
359
+ return pulumi.get(self, "type")
360
+