pulumi-azure-native 2.50.0__py3-none-any.whl → 2.50.0a1720550655__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 +0 -53
  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 +0 -3
  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/guestconfiguration/__init__.py +0 -3
  143. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +0 -4
  144. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +0 -4
  145. pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -4
  146. pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +0 -4
  147. pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +1 -5
  148. pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +1 -5
  149. pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +1 -5
  150. pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +1 -5
  151. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignment.py +1 -1
  152. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignments_vmss.py +1 -1
  153. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_connected_v_mwarev_sphere_assignment.py +1 -1
  154. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_hcrpassignment.py +1 -1
  155. pulumi_azure_native/network/__init__.py +0 -3
  156. pulumi_azure_native/network/get_private_record_set.py +0 -4
  157. pulumi_azure_native/network/get_private_zone.py +0 -4
  158. pulumi_azure_native/network/get_virtual_network_link.py +0 -4
  159. pulumi_azure_native/network/private_record_set.py +1 -5
  160. pulumi_azure_native/network/private_zone.py +1 -5
  161. pulumi_azure_native/network/v20200601/private_record_set.py +1 -1
  162. pulumi_azure_native/network/v20200601/private_zone.py +1 -1
  163. pulumi_azure_native/network/v20200601/virtual_network_link.py +1 -1
  164. pulumi_azure_native/network/virtual_network_link.py +1 -5
  165. pulumi_azure_native/pulumi-plugin.json +1 -1
  166. pulumi_azure_native/servicebus/__init__.py +0 -3
  167. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  168. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  169. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  170. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  171. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  172. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  173. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  174. pulumi_azure_native/servicebus/get_queue.py +2 -2
  175. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  176. pulumi_azure_native/servicebus/get_rule.py +2 -2
  177. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  178. pulumi_azure_native/servicebus/get_topic.py +2 -2
  179. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  180. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  181. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  182. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  183. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  184. pulumi_azure_native/servicebus/migration_config.py +3 -3
  185. pulumi_azure_native/servicebus/namespace.py +3 -3
  186. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  187. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  188. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  189. pulumi_azure_native/servicebus/queue.py +3 -3
  190. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  191. pulumi_azure_native/servicebus/rule.py +3 -3
  192. pulumi_azure_native/servicebus/subscription.py +3 -3
  193. pulumi_azure_native/servicebus/topic.py +3 -3
  194. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  195. pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
  196. pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
  197. pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
  198. pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
  199. pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
  200. pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
  201. pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
  202. pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
  203. pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
  204. pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
  205. pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
  206. pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
  207. pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
  208. pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
  209. pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
  210. pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
  211. pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
  212. pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
  213. pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
  214. pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
  215. pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
  216. pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
  217. pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
  218. pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
  219. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/METADATA +1 -1
  220. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/RECORD +222 -295
  221. pulumi_azure_native/containerservice/v20240501/__init__.py +0 -25
  222. pulumi_azure_native/containerservice/v20240501/_enums.py +0 -628
  223. pulumi_azure_native/containerservice/v20240501/_inputs.py +0 -7454
  224. pulumi_azure_native/containerservice/v20240501/agent_pool.py +0 -1391
  225. pulumi_azure_native/containerservice/v20240501/get_agent_pool.py +0 -674
  226. pulumi_azure_native/containerservice/v20240501/get_maintenance_configuration.py +0 -167
  227. pulumi_azure_native/containerservice/v20240501/get_managed_cluster.py +0 -721
  228. pulumi_azure_native/containerservice/v20240501/get_private_endpoint_connection.py +0 -154
  229. pulumi_azure_native/containerservice/v20240501/get_snapshot.py +0 -253
  230. pulumi_azure_native/containerservice/v20240501/get_trusted_access_role_binding.py +0 -167
  231. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_admin_credentials.py +0 -89
  232. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_monitoring_user_credentials.py +0 -89
  233. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_user_credentials.py +0 -94
  234. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +0 -279
  235. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +0 -1353
  236. pulumi_azure_native/containerservice/v20240501/outputs.py +0 -6403
  237. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +0 -251
  238. pulumi_azure_native/containerservice/v20240501/snapshot.py +0 -347
  239. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +0 -260
  240. pulumi_azure_native/guestconfiguration/v20240405/__init__.py +0 -18
  241. pulumi_azure_native/guestconfiguration/v20240405/_enums.py +0 -27
  242. pulumi_azure_native/guestconfiguration/v20240405/_inputs.py +0 -336
  243. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignment.py +0 -154
  244. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignments_vmss.py +0 -154
  245. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -154
  246. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_hcrpassignment.py +0 -154
  247. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignment.py +0 -269
  248. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignments_vmss.py +0 -249
  249. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -269
  250. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_hcrpassignment.py +0 -269
  251. pulumi_azure_native/guestconfiguration/v20240405/outputs.py +0 -1088
  252. pulumi_azure_native/network/v20240601/__init__.py +0 -16
  253. pulumi_azure_native/network/v20240601/_enums.py +0 -17
  254. pulumi_azure_native/network/v20240601/_inputs.py +0 -573
  255. pulumi_azure_native/network/v20240601/get_private_record_set.py +0 -289
  256. pulumi_azure_native/network/v20240601/get_private_zone.py +0 -252
  257. pulumi_azure_native/network/v20240601/get_virtual_network_link.py +0 -219
  258. pulumi_azure_native/network/v20240601/outputs.py +0 -415
  259. pulumi_azure_native/network/v20240601/private_record_set.py +0 -522
  260. pulumi_azure_native/network/v20240601/private_zone.py +0 -306
  261. pulumi_azure_native/network/v20240601/virtual_network_link.py +0 -357
  262. pulumi_azure_native/servicebus/v20230101preview/__init__.py +0 -38
  263. pulumi_azure_native/servicebus/v20230101preview/_enums.py +0 -158
  264. pulumi_azure_native/servicebus/v20230101preview/_inputs.py +0 -1285
  265. pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +0 -288
  266. pulumi_azure_native/servicebus/v20230101preview/get_disaster_recovery_config.py +0 -206
  267. pulumi_azure_native/servicebus/v20230101preview/get_migration_config.py +0 -206
  268. pulumi_azure_native/servicebus/v20230101preview/get_namespace.py +0 -370
  269. pulumi_azure_native/servicebus/v20230101preview/get_namespace_authorization_rule.py +0 -154
  270. pulumi_azure_native/servicebus/v20230101preview/get_namespace_network_rule_set.py +0 -201
  271. pulumi_azure_native/servicebus/v20230101preview/get_private_endpoint_connection.py +0 -180
  272. pulumi_azure_native/servicebus/v20230101preview/get_queue.py +0 -427
  273. pulumi_azure_native/servicebus/v20230101preview/get_queue_authorization_rule.py +0 -159
  274. pulumi_azure_native/servicebus/v20230101preview/get_rule.py +0 -203
  275. pulumi_azure_native/servicebus/v20230101preview/get_subscription.py +0 -393
  276. pulumi_azure_native/servicebus/v20230101preview/get_topic.py +0 -362
  277. pulumi_azure_native/servicebus/v20230101preview/get_topic_authorization_rule.py +0 -159
  278. pulumi_azure_native/servicebus/v20230101preview/list_disaster_recovery_config_keys.py +0 -171
  279. pulumi_azure_native/servicebus/v20230101preview/list_namespace_keys.py +0 -166
  280. pulumi_azure_native/servicebus/v20230101preview/list_queue_keys.py +0 -171
  281. pulumi_azure_native/servicebus/v20230101preview/list_topic_keys.py +0 -171
  282. pulumi_azure_native/servicebus/v20230101preview/migration_config.py +0 -290
  283. pulumi_azure_native/servicebus/v20230101preview/namespace.py +0 -615
  284. pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +0 -231
  285. pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +0 -331
  286. pulumi_azure_native/servicebus/v20230101preview/outputs.py +0 -1401
  287. pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +0 -289
  288. pulumi_azure_native/servicebus/v20230101preview/queue.py +0 -725
  289. pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +0 -252
  290. pulumi_azure_native/servicebus/v20230101preview/rule.py +0 -360
  291. pulumi_azure_native/servicebus/v20230101preview/subscription.py +0 -679
  292. pulumi_azure_native/servicebus/v20230101preview/topic.py +0 -580
  293. pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +0 -252
  294. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/WHEEL +0 -0
  295. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720550655.dist-info}/top_level.txt +0 -0
@@ -1,171 +0,0 @@
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
-
17
- __all__ = [
18
- 'ListDisasterRecoveryConfigKeysResult',
19
- 'AwaitableListDisasterRecoveryConfigKeysResult',
20
- 'list_disaster_recovery_config_keys',
21
- 'list_disaster_recovery_config_keys_output',
22
- ]
23
-
24
- @pulumi.output_type
25
- class ListDisasterRecoveryConfigKeysResult:
26
- """
27
- Namespace/ServiceBus Connection String
28
- """
29
- def __init__(__self__, alias_primary_connection_string=None, alias_secondary_connection_string=None, key_name=None, primary_connection_string=None, primary_key=None, secondary_connection_string=None, secondary_key=None):
30
- if alias_primary_connection_string and not isinstance(alias_primary_connection_string, str):
31
- raise TypeError("Expected argument 'alias_primary_connection_string' to be a str")
32
- pulumi.set(__self__, "alias_primary_connection_string", alias_primary_connection_string)
33
- if alias_secondary_connection_string and not isinstance(alias_secondary_connection_string, str):
34
- raise TypeError("Expected argument 'alias_secondary_connection_string' to be a str")
35
- pulumi.set(__self__, "alias_secondary_connection_string", alias_secondary_connection_string)
36
- if key_name and not isinstance(key_name, str):
37
- raise TypeError("Expected argument 'key_name' to be a str")
38
- pulumi.set(__self__, "key_name", key_name)
39
- if primary_connection_string and not isinstance(primary_connection_string, str):
40
- raise TypeError("Expected argument 'primary_connection_string' to be a str")
41
- pulumi.set(__self__, "primary_connection_string", primary_connection_string)
42
- if primary_key and not isinstance(primary_key, str):
43
- raise TypeError("Expected argument 'primary_key' to be a str")
44
- pulumi.set(__self__, "primary_key", primary_key)
45
- if secondary_connection_string and not isinstance(secondary_connection_string, str):
46
- raise TypeError("Expected argument 'secondary_connection_string' to be a str")
47
- pulumi.set(__self__, "secondary_connection_string", secondary_connection_string)
48
- if secondary_key and not isinstance(secondary_key, str):
49
- raise TypeError("Expected argument 'secondary_key' to be a str")
50
- pulumi.set(__self__, "secondary_key", secondary_key)
51
-
52
- @property
53
- @pulumi.getter(name="aliasPrimaryConnectionString")
54
- def alias_primary_connection_string(self) -> str:
55
- """
56
- Primary connection string of the alias if GEO DR is enabled
57
- """
58
- return pulumi.get(self, "alias_primary_connection_string")
59
-
60
- @property
61
- @pulumi.getter(name="aliasSecondaryConnectionString")
62
- def alias_secondary_connection_string(self) -> str:
63
- """
64
- Secondary connection string of the alias if GEO DR is enabled
65
- """
66
- return pulumi.get(self, "alias_secondary_connection_string")
67
-
68
- @property
69
- @pulumi.getter(name="keyName")
70
- def key_name(self) -> str:
71
- """
72
- A string that describes the authorization rule.
73
- """
74
- return pulumi.get(self, "key_name")
75
-
76
- @property
77
- @pulumi.getter(name="primaryConnectionString")
78
- def primary_connection_string(self) -> str:
79
- """
80
- Primary connection string of the created namespace authorization rule.
81
- """
82
- return pulumi.get(self, "primary_connection_string")
83
-
84
- @property
85
- @pulumi.getter(name="primaryKey")
86
- def primary_key(self) -> str:
87
- """
88
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
89
- """
90
- return pulumi.get(self, "primary_key")
91
-
92
- @property
93
- @pulumi.getter(name="secondaryConnectionString")
94
- def secondary_connection_string(self) -> str:
95
- """
96
- Secondary connection string of the created namespace authorization rule.
97
- """
98
- return pulumi.get(self, "secondary_connection_string")
99
-
100
- @property
101
- @pulumi.getter(name="secondaryKey")
102
- def secondary_key(self) -> str:
103
- """
104
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
105
- """
106
- return pulumi.get(self, "secondary_key")
107
-
108
-
109
- class AwaitableListDisasterRecoveryConfigKeysResult(ListDisasterRecoveryConfigKeysResult):
110
- # pylint: disable=using-constant-test
111
- def __await__(self):
112
- if False:
113
- yield self
114
- return ListDisasterRecoveryConfigKeysResult(
115
- alias_primary_connection_string=self.alias_primary_connection_string,
116
- alias_secondary_connection_string=self.alias_secondary_connection_string,
117
- key_name=self.key_name,
118
- primary_connection_string=self.primary_connection_string,
119
- primary_key=self.primary_key,
120
- secondary_connection_string=self.secondary_connection_string,
121
- secondary_key=self.secondary_key)
122
-
123
-
124
- def list_disaster_recovery_config_keys(alias: Optional[str] = None,
125
- authorization_rule_name: Optional[str] = None,
126
- namespace_name: Optional[str] = None,
127
- resource_group_name: Optional[str] = None,
128
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDisasterRecoveryConfigKeysResult:
129
- """
130
- Gets the primary and secondary connection strings for the namespace.
131
-
132
-
133
- :param str alias: The Disaster Recovery configuration name
134
- :param str authorization_rule_name: The authorization rule name.
135
- :param str namespace_name: The namespace name
136
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
137
- """
138
- __args__ = dict()
139
- __args__['alias'] = alias
140
- __args__['authorizationRuleName'] = authorization_rule_name
141
- __args__['namespaceName'] = namespace_name
142
- __args__['resourceGroupName'] = resource_group_name
143
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
144
- __ret__ = pulumi.runtime.invoke('azure-native:servicebus/v20230101preview:listDisasterRecoveryConfigKeys', __args__, opts=opts, typ=ListDisasterRecoveryConfigKeysResult).value
145
-
146
- return AwaitableListDisasterRecoveryConfigKeysResult(
147
- alias_primary_connection_string=pulumi.get(__ret__, 'alias_primary_connection_string'),
148
- alias_secondary_connection_string=pulumi.get(__ret__, 'alias_secondary_connection_string'),
149
- key_name=pulumi.get(__ret__, 'key_name'),
150
- primary_connection_string=pulumi.get(__ret__, 'primary_connection_string'),
151
- primary_key=pulumi.get(__ret__, 'primary_key'),
152
- secondary_connection_string=pulumi.get(__ret__, 'secondary_connection_string'),
153
- secondary_key=pulumi.get(__ret__, 'secondary_key'))
154
-
155
-
156
- @_utilities.lift_output_func(list_disaster_recovery_config_keys)
157
- def list_disaster_recovery_config_keys_output(alias: Optional[pulumi.Input[str]] = None,
158
- authorization_rule_name: Optional[pulumi.Input[str]] = None,
159
- namespace_name: Optional[pulumi.Input[str]] = None,
160
- resource_group_name: Optional[pulumi.Input[str]] = None,
161
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListDisasterRecoveryConfigKeysResult]:
162
- """
163
- Gets the primary and secondary connection strings for the namespace.
164
-
165
-
166
- :param str alias: The Disaster Recovery configuration name
167
- :param str authorization_rule_name: The authorization rule name.
168
- :param str namespace_name: The namespace name
169
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
170
- """
171
- ...
@@ -1,166 +0,0 @@
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
-
17
- __all__ = [
18
- 'ListNamespaceKeysResult',
19
- 'AwaitableListNamespaceKeysResult',
20
- 'list_namespace_keys',
21
- 'list_namespace_keys_output',
22
- ]
23
-
24
- @pulumi.output_type
25
- class ListNamespaceKeysResult:
26
- """
27
- Namespace/ServiceBus Connection String
28
- """
29
- def __init__(__self__, alias_primary_connection_string=None, alias_secondary_connection_string=None, key_name=None, primary_connection_string=None, primary_key=None, secondary_connection_string=None, secondary_key=None):
30
- if alias_primary_connection_string and not isinstance(alias_primary_connection_string, str):
31
- raise TypeError("Expected argument 'alias_primary_connection_string' to be a str")
32
- pulumi.set(__self__, "alias_primary_connection_string", alias_primary_connection_string)
33
- if alias_secondary_connection_string and not isinstance(alias_secondary_connection_string, str):
34
- raise TypeError("Expected argument 'alias_secondary_connection_string' to be a str")
35
- pulumi.set(__self__, "alias_secondary_connection_string", alias_secondary_connection_string)
36
- if key_name and not isinstance(key_name, str):
37
- raise TypeError("Expected argument 'key_name' to be a str")
38
- pulumi.set(__self__, "key_name", key_name)
39
- if primary_connection_string and not isinstance(primary_connection_string, str):
40
- raise TypeError("Expected argument 'primary_connection_string' to be a str")
41
- pulumi.set(__self__, "primary_connection_string", primary_connection_string)
42
- if primary_key and not isinstance(primary_key, str):
43
- raise TypeError("Expected argument 'primary_key' to be a str")
44
- pulumi.set(__self__, "primary_key", primary_key)
45
- if secondary_connection_string and not isinstance(secondary_connection_string, str):
46
- raise TypeError("Expected argument 'secondary_connection_string' to be a str")
47
- pulumi.set(__self__, "secondary_connection_string", secondary_connection_string)
48
- if secondary_key and not isinstance(secondary_key, str):
49
- raise TypeError("Expected argument 'secondary_key' to be a str")
50
- pulumi.set(__self__, "secondary_key", secondary_key)
51
-
52
- @property
53
- @pulumi.getter(name="aliasPrimaryConnectionString")
54
- def alias_primary_connection_string(self) -> str:
55
- """
56
- Primary connection string of the alias if GEO DR is enabled
57
- """
58
- return pulumi.get(self, "alias_primary_connection_string")
59
-
60
- @property
61
- @pulumi.getter(name="aliasSecondaryConnectionString")
62
- def alias_secondary_connection_string(self) -> str:
63
- """
64
- Secondary connection string of the alias if GEO DR is enabled
65
- """
66
- return pulumi.get(self, "alias_secondary_connection_string")
67
-
68
- @property
69
- @pulumi.getter(name="keyName")
70
- def key_name(self) -> str:
71
- """
72
- A string that describes the authorization rule.
73
- """
74
- return pulumi.get(self, "key_name")
75
-
76
- @property
77
- @pulumi.getter(name="primaryConnectionString")
78
- def primary_connection_string(self) -> str:
79
- """
80
- Primary connection string of the created namespace authorization rule.
81
- """
82
- return pulumi.get(self, "primary_connection_string")
83
-
84
- @property
85
- @pulumi.getter(name="primaryKey")
86
- def primary_key(self) -> str:
87
- """
88
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
89
- """
90
- return pulumi.get(self, "primary_key")
91
-
92
- @property
93
- @pulumi.getter(name="secondaryConnectionString")
94
- def secondary_connection_string(self) -> str:
95
- """
96
- Secondary connection string of the created namespace authorization rule.
97
- """
98
- return pulumi.get(self, "secondary_connection_string")
99
-
100
- @property
101
- @pulumi.getter(name="secondaryKey")
102
- def secondary_key(self) -> str:
103
- """
104
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
105
- """
106
- return pulumi.get(self, "secondary_key")
107
-
108
-
109
- class AwaitableListNamespaceKeysResult(ListNamespaceKeysResult):
110
- # pylint: disable=using-constant-test
111
- def __await__(self):
112
- if False:
113
- yield self
114
- return ListNamespaceKeysResult(
115
- alias_primary_connection_string=self.alias_primary_connection_string,
116
- alias_secondary_connection_string=self.alias_secondary_connection_string,
117
- key_name=self.key_name,
118
- primary_connection_string=self.primary_connection_string,
119
- primary_key=self.primary_key,
120
- secondary_connection_string=self.secondary_connection_string,
121
- secondary_key=self.secondary_key)
122
-
123
-
124
- def list_namespace_keys(authorization_rule_name: Optional[str] = None,
125
- namespace_name: Optional[str] = None,
126
- resource_group_name: Optional[str] = None,
127
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListNamespaceKeysResult:
128
- """
129
- Gets the primary and secondary connection strings for the namespace.
130
-
131
-
132
- :param str authorization_rule_name: The authorization rule name.
133
- :param str namespace_name: The namespace name
134
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
135
- """
136
- __args__ = dict()
137
- __args__['authorizationRuleName'] = authorization_rule_name
138
- __args__['namespaceName'] = namespace_name
139
- __args__['resourceGroupName'] = resource_group_name
140
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
141
- __ret__ = pulumi.runtime.invoke('azure-native:servicebus/v20230101preview:listNamespaceKeys', __args__, opts=opts, typ=ListNamespaceKeysResult).value
142
-
143
- return AwaitableListNamespaceKeysResult(
144
- alias_primary_connection_string=pulumi.get(__ret__, 'alias_primary_connection_string'),
145
- alias_secondary_connection_string=pulumi.get(__ret__, 'alias_secondary_connection_string'),
146
- key_name=pulumi.get(__ret__, 'key_name'),
147
- primary_connection_string=pulumi.get(__ret__, 'primary_connection_string'),
148
- primary_key=pulumi.get(__ret__, 'primary_key'),
149
- secondary_connection_string=pulumi.get(__ret__, 'secondary_connection_string'),
150
- secondary_key=pulumi.get(__ret__, 'secondary_key'))
151
-
152
-
153
- @_utilities.lift_output_func(list_namespace_keys)
154
- def list_namespace_keys_output(authorization_rule_name: Optional[pulumi.Input[str]] = None,
155
- namespace_name: Optional[pulumi.Input[str]] = None,
156
- resource_group_name: Optional[pulumi.Input[str]] = None,
157
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListNamespaceKeysResult]:
158
- """
159
- Gets the primary and secondary connection strings for the namespace.
160
-
161
-
162
- :param str authorization_rule_name: The authorization rule name.
163
- :param str namespace_name: The namespace name
164
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
165
- """
166
- ...
@@ -1,171 +0,0 @@
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
-
17
- __all__ = [
18
- 'ListQueueKeysResult',
19
- 'AwaitableListQueueKeysResult',
20
- 'list_queue_keys',
21
- 'list_queue_keys_output',
22
- ]
23
-
24
- @pulumi.output_type
25
- class ListQueueKeysResult:
26
- """
27
- Namespace/ServiceBus Connection String
28
- """
29
- def __init__(__self__, alias_primary_connection_string=None, alias_secondary_connection_string=None, key_name=None, primary_connection_string=None, primary_key=None, secondary_connection_string=None, secondary_key=None):
30
- if alias_primary_connection_string and not isinstance(alias_primary_connection_string, str):
31
- raise TypeError("Expected argument 'alias_primary_connection_string' to be a str")
32
- pulumi.set(__self__, "alias_primary_connection_string", alias_primary_connection_string)
33
- if alias_secondary_connection_string and not isinstance(alias_secondary_connection_string, str):
34
- raise TypeError("Expected argument 'alias_secondary_connection_string' to be a str")
35
- pulumi.set(__self__, "alias_secondary_connection_string", alias_secondary_connection_string)
36
- if key_name and not isinstance(key_name, str):
37
- raise TypeError("Expected argument 'key_name' to be a str")
38
- pulumi.set(__self__, "key_name", key_name)
39
- if primary_connection_string and not isinstance(primary_connection_string, str):
40
- raise TypeError("Expected argument 'primary_connection_string' to be a str")
41
- pulumi.set(__self__, "primary_connection_string", primary_connection_string)
42
- if primary_key and not isinstance(primary_key, str):
43
- raise TypeError("Expected argument 'primary_key' to be a str")
44
- pulumi.set(__self__, "primary_key", primary_key)
45
- if secondary_connection_string and not isinstance(secondary_connection_string, str):
46
- raise TypeError("Expected argument 'secondary_connection_string' to be a str")
47
- pulumi.set(__self__, "secondary_connection_string", secondary_connection_string)
48
- if secondary_key and not isinstance(secondary_key, str):
49
- raise TypeError("Expected argument 'secondary_key' to be a str")
50
- pulumi.set(__self__, "secondary_key", secondary_key)
51
-
52
- @property
53
- @pulumi.getter(name="aliasPrimaryConnectionString")
54
- def alias_primary_connection_string(self) -> str:
55
- """
56
- Primary connection string of the alias if GEO DR is enabled
57
- """
58
- return pulumi.get(self, "alias_primary_connection_string")
59
-
60
- @property
61
- @pulumi.getter(name="aliasSecondaryConnectionString")
62
- def alias_secondary_connection_string(self) -> str:
63
- """
64
- Secondary connection string of the alias if GEO DR is enabled
65
- """
66
- return pulumi.get(self, "alias_secondary_connection_string")
67
-
68
- @property
69
- @pulumi.getter(name="keyName")
70
- def key_name(self) -> str:
71
- """
72
- A string that describes the authorization rule.
73
- """
74
- return pulumi.get(self, "key_name")
75
-
76
- @property
77
- @pulumi.getter(name="primaryConnectionString")
78
- def primary_connection_string(self) -> str:
79
- """
80
- Primary connection string of the created namespace authorization rule.
81
- """
82
- return pulumi.get(self, "primary_connection_string")
83
-
84
- @property
85
- @pulumi.getter(name="primaryKey")
86
- def primary_key(self) -> str:
87
- """
88
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
89
- """
90
- return pulumi.get(self, "primary_key")
91
-
92
- @property
93
- @pulumi.getter(name="secondaryConnectionString")
94
- def secondary_connection_string(self) -> str:
95
- """
96
- Secondary connection string of the created namespace authorization rule.
97
- """
98
- return pulumi.get(self, "secondary_connection_string")
99
-
100
- @property
101
- @pulumi.getter(name="secondaryKey")
102
- def secondary_key(self) -> str:
103
- """
104
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
105
- """
106
- return pulumi.get(self, "secondary_key")
107
-
108
-
109
- class AwaitableListQueueKeysResult(ListQueueKeysResult):
110
- # pylint: disable=using-constant-test
111
- def __await__(self):
112
- if False:
113
- yield self
114
- return ListQueueKeysResult(
115
- alias_primary_connection_string=self.alias_primary_connection_string,
116
- alias_secondary_connection_string=self.alias_secondary_connection_string,
117
- key_name=self.key_name,
118
- primary_connection_string=self.primary_connection_string,
119
- primary_key=self.primary_key,
120
- secondary_connection_string=self.secondary_connection_string,
121
- secondary_key=self.secondary_key)
122
-
123
-
124
- def list_queue_keys(authorization_rule_name: Optional[str] = None,
125
- namespace_name: Optional[str] = None,
126
- queue_name: Optional[str] = None,
127
- resource_group_name: Optional[str] = None,
128
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueueKeysResult:
129
- """
130
- Primary and secondary connection strings to the queue.
131
-
132
-
133
- :param str authorization_rule_name: The authorization rule name.
134
- :param str namespace_name: The namespace name
135
- :param str queue_name: The queue name.
136
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
137
- """
138
- __args__ = dict()
139
- __args__['authorizationRuleName'] = authorization_rule_name
140
- __args__['namespaceName'] = namespace_name
141
- __args__['queueName'] = queue_name
142
- __args__['resourceGroupName'] = resource_group_name
143
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
144
- __ret__ = pulumi.runtime.invoke('azure-native:servicebus/v20230101preview:listQueueKeys', __args__, opts=opts, typ=ListQueueKeysResult).value
145
-
146
- return AwaitableListQueueKeysResult(
147
- alias_primary_connection_string=pulumi.get(__ret__, 'alias_primary_connection_string'),
148
- alias_secondary_connection_string=pulumi.get(__ret__, 'alias_secondary_connection_string'),
149
- key_name=pulumi.get(__ret__, 'key_name'),
150
- primary_connection_string=pulumi.get(__ret__, 'primary_connection_string'),
151
- primary_key=pulumi.get(__ret__, 'primary_key'),
152
- secondary_connection_string=pulumi.get(__ret__, 'secondary_connection_string'),
153
- secondary_key=pulumi.get(__ret__, 'secondary_key'))
154
-
155
-
156
- @_utilities.lift_output_func(list_queue_keys)
157
- def list_queue_keys_output(authorization_rule_name: Optional[pulumi.Input[str]] = None,
158
- namespace_name: Optional[pulumi.Input[str]] = None,
159
- queue_name: Optional[pulumi.Input[str]] = None,
160
- resource_group_name: Optional[pulumi.Input[str]] = None,
161
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListQueueKeysResult]:
162
- """
163
- Primary and secondary connection strings to the queue.
164
-
165
-
166
- :param str authorization_rule_name: The authorization rule name.
167
- :param str namespace_name: The namespace name
168
- :param str queue_name: The queue name.
169
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
170
- """
171
- ...
@@ -1,171 +0,0 @@
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
-
17
- __all__ = [
18
- 'ListTopicKeysResult',
19
- 'AwaitableListTopicKeysResult',
20
- 'list_topic_keys',
21
- 'list_topic_keys_output',
22
- ]
23
-
24
- @pulumi.output_type
25
- class ListTopicKeysResult:
26
- """
27
- Namespace/ServiceBus Connection String
28
- """
29
- def __init__(__self__, alias_primary_connection_string=None, alias_secondary_connection_string=None, key_name=None, primary_connection_string=None, primary_key=None, secondary_connection_string=None, secondary_key=None):
30
- if alias_primary_connection_string and not isinstance(alias_primary_connection_string, str):
31
- raise TypeError("Expected argument 'alias_primary_connection_string' to be a str")
32
- pulumi.set(__self__, "alias_primary_connection_string", alias_primary_connection_string)
33
- if alias_secondary_connection_string and not isinstance(alias_secondary_connection_string, str):
34
- raise TypeError("Expected argument 'alias_secondary_connection_string' to be a str")
35
- pulumi.set(__self__, "alias_secondary_connection_string", alias_secondary_connection_string)
36
- if key_name and not isinstance(key_name, str):
37
- raise TypeError("Expected argument 'key_name' to be a str")
38
- pulumi.set(__self__, "key_name", key_name)
39
- if primary_connection_string and not isinstance(primary_connection_string, str):
40
- raise TypeError("Expected argument 'primary_connection_string' to be a str")
41
- pulumi.set(__self__, "primary_connection_string", primary_connection_string)
42
- if primary_key and not isinstance(primary_key, str):
43
- raise TypeError("Expected argument 'primary_key' to be a str")
44
- pulumi.set(__self__, "primary_key", primary_key)
45
- if secondary_connection_string and not isinstance(secondary_connection_string, str):
46
- raise TypeError("Expected argument 'secondary_connection_string' to be a str")
47
- pulumi.set(__self__, "secondary_connection_string", secondary_connection_string)
48
- if secondary_key and not isinstance(secondary_key, str):
49
- raise TypeError("Expected argument 'secondary_key' to be a str")
50
- pulumi.set(__self__, "secondary_key", secondary_key)
51
-
52
- @property
53
- @pulumi.getter(name="aliasPrimaryConnectionString")
54
- def alias_primary_connection_string(self) -> str:
55
- """
56
- Primary connection string of the alias if GEO DR is enabled
57
- """
58
- return pulumi.get(self, "alias_primary_connection_string")
59
-
60
- @property
61
- @pulumi.getter(name="aliasSecondaryConnectionString")
62
- def alias_secondary_connection_string(self) -> str:
63
- """
64
- Secondary connection string of the alias if GEO DR is enabled
65
- """
66
- return pulumi.get(self, "alias_secondary_connection_string")
67
-
68
- @property
69
- @pulumi.getter(name="keyName")
70
- def key_name(self) -> str:
71
- """
72
- A string that describes the authorization rule.
73
- """
74
- return pulumi.get(self, "key_name")
75
-
76
- @property
77
- @pulumi.getter(name="primaryConnectionString")
78
- def primary_connection_string(self) -> str:
79
- """
80
- Primary connection string of the created namespace authorization rule.
81
- """
82
- return pulumi.get(self, "primary_connection_string")
83
-
84
- @property
85
- @pulumi.getter(name="primaryKey")
86
- def primary_key(self) -> str:
87
- """
88
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
89
- """
90
- return pulumi.get(self, "primary_key")
91
-
92
- @property
93
- @pulumi.getter(name="secondaryConnectionString")
94
- def secondary_connection_string(self) -> str:
95
- """
96
- Secondary connection string of the created namespace authorization rule.
97
- """
98
- return pulumi.get(self, "secondary_connection_string")
99
-
100
- @property
101
- @pulumi.getter(name="secondaryKey")
102
- def secondary_key(self) -> str:
103
- """
104
- A base64-encoded 256-bit primary key for signing and validating the SAS token.
105
- """
106
- return pulumi.get(self, "secondary_key")
107
-
108
-
109
- class AwaitableListTopicKeysResult(ListTopicKeysResult):
110
- # pylint: disable=using-constant-test
111
- def __await__(self):
112
- if False:
113
- yield self
114
- return ListTopicKeysResult(
115
- alias_primary_connection_string=self.alias_primary_connection_string,
116
- alias_secondary_connection_string=self.alias_secondary_connection_string,
117
- key_name=self.key_name,
118
- primary_connection_string=self.primary_connection_string,
119
- primary_key=self.primary_key,
120
- secondary_connection_string=self.secondary_connection_string,
121
- secondary_key=self.secondary_key)
122
-
123
-
124
- def list_topic_keys(authorization_rule_name: Optional[str] = None,
125
- namespace_name: Optional[str] = None,
126
- resource_group_name: Optional[str] = None,
127
- topic_name: Optional[str] = None,
128
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTopicKeysResult:
129
- """
130
- Gets the primary and secondary connection strings for the topic.
131
-
132
-
133
- :param str authorization_rule_name: The authorization rule name.
134
- :param str namespace_name: The namespace name
135
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
136
- :param str topic_name: The topic name.
137
- """
138
- __args__ = dict()
139
- __args__['authorizationRuleName'] = authorization_rule_name
140
- __args__['namespaceName'] = namespace_name
141
- __args__['resourceGroupName'] = resource_group_name
142
- __args__['topicName'] = topic_name
143
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
144
- __ret__ = pulumi.runtime.invoke('azure-native:servicebus/v20230101preview:listTopicKeys', __args__, opts=opts, typ=ListTopicKeysResult).value
145
-
146
- return AwaitableListTopicKeysResult(
147
- alias_primary_connection_string=pulumi.get(__ret__, 'alias_primary_connection_string'),
148
- alias_secondary_connection_string=pulumi.get(__ret__, 'alias_secondary_connection_string'),
149
- key_name=pulumi.get(__ret__, 'key_name'),
150
- primary_connection_string=pulumi.get(__ret__, 'primary_connection_string'),
151
- primary_key=pulumi.get(__ret__, 'primary_key'),
152
- secondary_connection_string=pulumi.get(__ret__, 'secondary_connection_string'),
153
- secondary_key=pulumi.get(__ret__, 'secondary_key'))
154
-
155
-
156
- @_utilities.lift_output_func(list_topic_keys)
157
- def list_topic_keys_output(authorization_rule_name: Optional[pulumi.Input[str]] = None,
158
- namespace_name: Optional[pulumi.Input[str]] = None,
159
- resource_group_name: Optional[pulumi.Input[str]] = None,
160
- topic_name: Optional[pulumi.Input[str]] = None,
161
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListTopicKeysResult]:
162
- """
163
- Gets the primary and secondary connection strings for the topic.
164
-
165
-
166
- :param str authorization_rule_name: The authorization rule name.
167
- :param str namespace_name: The namespace name
168
- :param str resource_group_name: Name of the Resource group within the Azure subscription.
169
- :param str topic_name: The topic name.
170
- """
171
- ...