pulumi-azure-native 2.50.0__py3-none-any.whl → 2.50.0a1720499481__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 (296) 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/storage/blob.py +7 -7
  220. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720499481.dist-info}/METADATA +1 -1
  221. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720499481.dist-info}/RECORD +223 -296
  222. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720499481.dist-info}/WHEEL +1 -1
  223. pulumi_azure_native/containerservice/v20240501/__init__.py +0 -25
  224. pulumi_azure_native/containerservice/v20240501/_enums.py +0 -628
  225. pulumi_azure_native/containerservice/v20240501/_inputs.py +0 -7454
  226. pulumi_azure_native/containerservice/v20240501/agent_pool.py +0 -1391
  227. pulumi_azure_native/containerservice/v20240501/get_agent_pool.py +0 -674
  228. pulumi_azure_native/containerservice/v20240501/get_maintenance_configuration.py +0 -167
  229. pulumi_azure_native/containerservice/v20240501/get_managed_cluster.py +0 -721
  230. pulumi_azure_native/containerservice/v20240501/get_private_endpoint_connection.py +0 -154
  231. pulumi_azure_native/containerservice/v20240501/get_snapshot.py +0 -253
  232. pulumi_azure_native/containerservice/v20240501/get_trusted_access_role_binding.py +0 -167
  233. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_admin_credentials.py +0 -89
  234. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_monitoring_user_credentials.py +0 -89
  235. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_user_credentials.py +0 -94
  236. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +0 -279
  237. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +0 -1353
  238. pulumi_azure_native/containerservice/v20240501/outputs.py +0 -6403
  239. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +0 -251
  240. pulumi_azure_native/containerservice/v20240501/snapshot.py +0 -347
  241. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +0 -260
  242. pulumi_azure_native/guestconfiguration/v20240405/__init__.py +0 -18
  243. pulumi_azure_native/guestconfiguration/v20240405/_enums.py +0 -27
  244. pulumi_azure_native/guestconfiguration/v20240405/_inputs.py +0 -336
  245. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignment.py +0 -154
  246. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignments_vmss.py +0 -154
  247. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -154
  248. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_hcrpassignment.py +0 -154
  249. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignment.py +0 -269
  250. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignments_vmss.py +0 -249
  251. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_connected_v_mwarev_sphere_assignment.py +0 -269
  252. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_hcrpassignment.py +0 -269
  253. pulumi_azure_native/guestconfiguration/v20240405/outputs.py +0 -1088
  254. pulumi_azure_native/network/v20240601/__init__.py +0 -16
  255. pulumi_azure_native/network/v20240601/_enums.py +0 -17
  256. pulumi_azure_native/network/v20240601/_inputs.py +0 -573
  257. pulumi_azure_native/network/v20240601/get_private_record_set.py +0 -289
  258. pulumi_azure_native/network/v20240601/get_private_zone.py +0 -252
  259. pulumi_azure_native/network/v20240601/get_virtual_network_link.py +0 -219
  260. pulumi_azure_native/network/v20240601/outputs.py +0 -415
  261. pulumi_azure_native/network/v20240601/private_record_set.py +0 -522
  262. pulumi_azure_native/network/v20240601/private_zone.py +0 -306
  263. pulumi_azure_native/network/v20240601/virtual_network_link.py +0 -357
  264. pulumi_azure_native/servicebus/v20230101preview/__init__.py +0 -38
  265. pulumi_azure_native/servicebus/v20230101preview/_enums.py +0 -158
  266. pulumi_azure_native/servicebus/v20230101preview/_inputs.py +0 -1285
  267. pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +0 -288
  268. pulumi_azure_native/servicebus/v20230101preview/get_disaster_recovery_config.py +0 -206
  269. pulumi_azure_native/servicebus/v20230101preview/get_migration_config.py +0 -206
  270. pulumi_azure_native/servicebus/v20230101preview/get_namespace.py +0 -370
  271. pulumi_azure_native/servicebus/v20230101preview/get_namespace_authorization_rule.py +0 -154
  272. pulumi_azure_native/servicebus/v20230101preview/get_namespace_network_rule_set.py +0 -201
  273. pulumi_azure_native/servicebus/v20230101preview/get_private_endpoint_connection.py +0 -180
  274. pulumi_azure_native/servicebus/v20230101preview/get_queue.py +0 -427
  275. pulumi_azure_native/servicebus/v20230101preview/get_queue_authorization_rule.py +0 -159
  276. pulumi_azure_native/servicebus/v20230101preview/get_rule.py +0 -203
  277. pulumi_azure_native/servicebus/v20230101preview/get_subscription.py +0 -393
  278. pulumi_azure_native/servicebus/v20230101preview/get_topic.py +0 -362
  279. pulumi_azure_native/servicebus/v20230101preview/get_topic_authorization_rule.py +0 -159
  280. pulumi_azure_native/servicebus/v20230101preview/list_disaster_recovery_config_keys.py +0 -171
  281. pulumi_azure_native/servicebus/v20230101preview/list_namespace_keys.py +0 -166
  282. pulumi_azure_native/servicebus/v20230101preview/list_queue_keys.py +0 -171
  283. pulumi_azure_native/servicebus/v20230101preview/list_topic_keys.py +0 -171
  284. pulumi_azure_native/servicebus/v20230101preview/migration_config.py +0 -290
  285. pulumi_azure_native/servicebus/v20230101preview/namespace.py +0 -615
  286. pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +0 -231
  287. pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +0 -331
  288. pulumi_azure_native/servicebus/v20230101preview/outputs.py +0 -1401
  289. pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +0 -289
  290. pulumi_azure_native/servicebus/v20230101preview/queue.py +0 -725
  291. pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +0 -252
  292. pulumi_azure_native/servicebus/v20230101preview/rule.py +0 -360
  293. pulumi_azure_native/servicebus/v20230101preview/subscription.py +0 -679
  294. pulumi_azure_native/servicebus/v20230101preview/topic.py +0 -580
  295. pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +0 -252
  296. {pulumi_azure_native-2.50.0.dist-info → pulumi_azure_native-2.50.0a1720499481.dist-info}/top_level.txt +0 -0
@@ -1,16 +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
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .get_private_record_set import *
10
- from .get_private_zone import *
11
- from .get_virtual_network_link import *
12
- from .private_record_set import *
13
- from .private_zone import *
14
- from .virtual_network_link import *
15
- from ._inputs import *
16
- from . import outputs
@@ -1,17 +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
- from enum import Enum
6
-
7
- __all__ = [
8
- 'ResolutionPolicy',
9
- ]
10
-
11
-
12
- class ResolutionPolicy(str, Enum):
13
- """
14
- The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response.
15
- """
16
- DEFAULT = "Default"
17
- NX_DOMAIN_REDIRECT = "NxDomainRedirect"
@@ -1,573 +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
- from ._enums import *
17
-
18
- __all__ = [
19
- 'ARecordArgs',
20
- 'ARecordArgsDict',
21
- 'AaaaRecordArgs',
22
- 'AaaaRecordArgsDict',
23
- 'CnameRecordArgs',
24
- 'CnameRecordArgsDict',
25
- 'MxRecordArgs',
26
- 'MxRecordArgsDict',
27
- 'PtrRecordArgs',
28
- 'PtrRecordArgsDict',
29
- 'SoaRecordArgs',
30
- 'SoaRecordArgsDict',
31
- 'SrvRecordArgs',
32
- 'SrvRecordArgsDict',
33
- 'SubResourceArgs',
34
- 'SubResourceArgsDict',
35
- 'TxtRecordArgs',
36
- 'TxtRecordArgsDict',
37
- ]
38
-
39
- MYPY = False
40
-
41
- if not MYPY:
42
- class ARecordArgsDict(TypedDict):
43
- """
44
- An A record.
45
- """
46
- ipv4_address: NotRequired[pulumi.Input[str]]
47
- """
48
- The IPv4 address of this A record.
49
- """
50
- elif False:
51
- ARecordArgsDict: TypeAlias = Mapping[str, Any]
52
-
53
- @pulumi.input_type
54
- class ARecordArgs:
55
- def __init__(__self__, *,
56
- ipv4_address: Optional[pulumi.Input[str]] = None):
57
- """
58
- An A record.
59
- :param pulumi.Input[str] ipv4_address: The IPv4 address of this A record.
60
- """
61
- if ipv4_address is not None:
62
- pulumi.set(__self__, "ipv4_address", ipv4_address)
63
-
64
- @property
65
- @pulumi.getter(name="ipv4Address")
66
- def ipv4_address(self) -> Optional[pulumi.Input[str]]:
67
- """
68
- The IPv4 address of this A record.
69
- """
70
- return pulumi.get(self, "ipv4_address")
71
-
72
- @ipv4_address.setter
73
- def ipv4_address(self, value: Optional[pulumi.Input[str]]):
74
- pulumi.set(self, "ipv4_address", value)
75
-
76
-
77
- if not MYPY:
78
- class AaaaRecordArgsDict(TypedDict):
79
- """
80
- An AAAA record.
81
- """
82
- ipv6_address: NotRequired[pulumi.Input[str]]
83
- """
84
- The IPv6 address of this AAAA record.
85
- """
86
- elif False:
87
- AaaaRecordArgsDict: TypeAlias = Mapping[str, Any]
88
-
89
- @pulumi.input_type
90
- class AaaaRecordArgs:
91
- def __init__(__self__, *,
92
- ipv6_address: Optional[pulumi.Input[str]] = None):
93
- """
94
- An AAAA record.
95
- :param pulumi.Input[str] ipv6_address: The IPv6 address of this AAAA record.
96
- """
97
- if ipv6_address is not None:
98
- pulumi.set(__self__, "ipv6_address", ipv6_address)
99
-
100
- @property
101
- @pulumi.getter(name="ipv6Address")
102
- def ipv6_address(self) -> Optional[pulumi.Input[str]]:
103
- """
104
- The IPv6 address of this AAAA record.
105
- """
106
- return pulumi.get(self, "ipv6_address")
107
-
108
- @ipv6_address.setter
109
- def ipv6_address(self, value: Optional[pulumi.Input[str]]):
110
- pulumi.set(self, "ipv6_address", value)
111
-
112
-
113
- if not MYPY:
114
- class CnameRecordArgsDict(TypedDict):
115
- """
116
- A CNAME record.
117
- """
118
- cname: NotRequired[pulumi.Input[str]]
119
- """
120
- The canonical name for this CNAME record.
121
- """
122
- elif False:
123
- CnameRecordArgsDict: TypeAlias = Mapping[str, Any]
124
-
125
- @pulumi.input_type
126
- class CnameRecordArgs:
127
- def __init__(__self__, *,
128
- cname: Optional[pulumi.Input[str]] = None):
129
- """
130
- A CNAME record.
131
- :param pulumi.Input[str] cname: The canonical name for this CNAME record.
132
- """
133
- if cname is not None:
134
- pulumi.set(__self__, "cname", cname)
135
-
136
- @property
137
- @pulumi.getter
138
- def cname(self) -> Optional[pulumi.Input[str]]:
139
- """
140
- The canonical name for this CNAME record.
141
- """
142
- return pulumi.get(self, "cname")
143
-
144
- @cname.setter
145
- def cname(self, value: Optional[pulumi.Input[str]]):
146
- pulumi.set(self, "cname", value)
147
-
148
-
149
- if not MYPY:
150
- class MxRecordArgsDict(TypedDict):
151
- """
152
- An MX record.
153
- """
154
- exchange: NotRequired[pulumi.Input[str]]
155
- """
156
- The domain name of the mail host for this MX record.
157
- """
158
- preference: NotRequired[pulumi.Input[int]]
159
- """
160
- The preference value for this MX record.
161
- """
162
- elif False:
163
- MxRecordArgsDict: TypeAlias = Mapping[str, Any]
164
-
165
- @pulumi.input_type
166
- class MxRecordArgs:
167
- def __init__(__self__, *,
168
- exchange: Optional[pulumi.Input[str]] = None,
169
- preference: Optional[pulumi.Input[int]] = None):
170
- """
171
- An MX record.
172
- :param pulumi.Input[str] exchange: The domain name of the mail host for this MX record.
173
- :param pulumi.Input[int] preference: The preference value for this MX record.
174
- """
175
- if exchange is not None:
176
- pulumi.set(__self__, "exchange", exchange)
177
- if preference is not None:
178
- pulumi.set(__self__, "preference", preference)
179
-
180
- @property
181
- @pulumi.getter
182
- def exchange(self) -> Optional[pulumi.Input[str]]:
183
- """
184
- The domain name of the mail host for this MX record.
185
- """
186
- return pulumi.get(self, "exchange")
187
-
188
- @exchange.setter
189
- def exchange(self, value: Optional[pulumi.Input[str]]):
190
- pulumi.set(self, "exchange", value)
191
-
192
- @property
193
- @pulumi.getter
194
- def preference(self) -> Optional[pulumi.Input[int]]:
195
- """
196
- The preference value for this MX record.
197
- """
198
- return pulumi.get(self, "preference")
199
-
200
- @preference.setter
201
- def preference(self, value: Optional[pulumi.Input[int]]):
202
- pulumi.set(self, "preference", value)
203
-
204
-
205
- if not MYPY:
206
- class PtrRecordArgsDict(TypedDict):
207
- """
208
- A PTR record.
209
- """
210
- ptrdname: NotRequired[pulumi.Input[str]]
211
- """
212
- The PTR target domain name for this PTR record.
213
- """
214
- elif False:
215
- PtrRecordArgsDict: TypeAlias = Mapping[str, Any]
216
-
217
- @pulumi.input_type
218
- class PtrRecordArgs:
219
- def __init__(__self__, *,
220
- ptrdname: Optional[pulumi.Input[str]] = None):
221
- """
222
- A PTR record.
223
- :param pulumi.Input[str] ptrdname: The PTR target domain name for this PTR record.
224
- """
225
- if ptrdname is not None:
226
- pulumi.set(__self__, "ptrdname", ptrdname)
227
-
228
- @property
229
- @pulumi.getter
230
- def ptrdname(self) -> Optional[pulumi.Input[str]]:
231
- """
232
- The PTR target domain name for this PTR record.
233
- """
234
- return pulumi.get(self, "ptrdname")
235
-
236
- @ptrdname.setter
237
- def ptrdname(self, value: Optional[pulumi.Input[str]]):
238
- pulumi.set(self, "ptrdname", value)
239
-
240
-
241
- if not MYPY:
242
- class SoaRecordArgsDict(TypedDict):
243
- """
244
- An SOA record.
245
- """
246
- email: NotRequired[pulumi.Input[str]]
247
- """
248
- The email contact for this SOA record.
249
- """
250
- expire_time: NotRequired[pulumi.Input[float]]
251
- """
252
- The expire time for this SOA record.
253
- """
254
- host: NotRequired[pulumi.Input[str]]
255
- """
256
- The domain name of the authoritative name server for this SOA record.
257
- """
258
- minimum_ttl: NotRequired[pulumi.Input[float]]
259
- """
260
- The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
261
- """
262
- refresh_time: NotRequired[pulumi.Input[float]]
263
- """
264
- The refresh value for this SOA record.
265
- """
266
- retry_time: NotRequired[pulumi.Input[float]]
267
- """
268
- The retry time for this SOA record.
269
- """
270
- serial_number: NotRequired[pulumi.Input[float]]
271
- """
272
- The serial number for this SOA record.
273
- """
274
- elif False:
275
- SoaRecordArgsDict: TypeAlias = Mapping[str, Any]
276
-
277
- @pulumi.input_type
278
- class SoaRecordArgs:
279
- def __init__(__self__, *,
280
- email: Optional[pulumi.Input[str]] = None,
281
- expire_time: Optional[pulumi.Input[float]] = None,
282
- host: Optional[pulumi.Input[str]] = None,
283
- minimum_ttl: Optional[pulumi.Input[float]] = None,
284
- refresh_time: Optional[pulumi.Input[float]] = None,
285
- retry_time: Optional[pulumi.Input[float]] = None,
286
- serial_number: Optional[pulumi.Input[float]] = None):
287
- """
288
- An SOA record.
289
- :param pulumi.Input[str] email: The email contact for this SOA record.
290
- :param pulumi.Input[float] expire_time: The expire time for this SOA record.
291
- :param pulumi.Input[str] host: The domain name of the authoritative name server for this SOA record.
292
- :param pulumi.Input[float] minimum_ttl: The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
293
- :param pulumi.Input[float] refresh_time: The refresh value for this SOA record.
294
- :param pulumi.Input[float] retry_time: The retry time for this SOA record.
295
- :param pulumi.Input[float] serial_number: The serial number for this SOA record.
296
- """
297
- if email is not None:
298
- pulumi.set(__self__, "email", email)
299
- if expire_time is not None:
300
- pulumi.set(__self__, "expire_time", expire_time)
301
- if host is not None:
302
- pulumi.set(__self__, "host", host)
303
- if minimum_ttl is not None:
304
- pulumi.set(__self__, "minimum_ttl", minimum_ttl)
305
- if refresh_time is not None:
306
- pulumi.set(__self__, "refresh_time", refresh_time)
307
- if retry_time is not None:
308
- pulumi.set(__self__, "retry_time", retry_time)
309
- if serial_number is not None:
310
- pulumi.set(__self__, "serial_number", serial_number)
311
-
312
- @property
313
- @pulumi.getter
314
- def email(self) -> Optional[pulumi.Input[str]]:
315
- """
316
- The email contact for this SOA record.
317
- """
318
- return pulumi.get(self, "email")
319
-
320
- @email.setter
321
- def email(self, value: Optional[pulumi.Input[str]]):
322
- pulumi.set(self, "email", value)
323
-
324
- @property
325
- @pulumi.getter(name="expireTime")
326
- def expire_time(self) -> Optional[pulumi.Input[float]]:
327
- """
328
- The expire time for this SOA record.
329
- """
330
- return pulumi.get(self, "expire_time")
331
-
332
- @expire_time.setter
333
- def expire_time(self, value: Optional[pulumi.Input[float]]):
334
- pulumi.set(self, "expire_time", value)
335
-
336
- @property
337
- @pulumi.getter
338
- def host(self) -> Optional[pulumi.Input[str]]:
339
- """
340
- The domain name of the authoritative name server for this SOA record.
341
- """
342
- return pulumi.get(self, "host")
343
-
344
- @host.setter
345
- def host(self, value: Optional[pulumi.Input[str]]):
346
- pulumi.set(self, "host", value)
347
-
348
- @property
349
- @pulumi.getter(name="minimumTtl")
350
- def minimum_ttl(self) -> Optional[pulumi.Input[float]]:
351
- """
352
- The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
353
- """
354
- return pulumi.get(self, "minimum_ttl")
355
-
356
- @minimum_ttl.setter
357
- def minimum_ttl(self, value: Optional[pulumi.Input[float]]):
358
- pulumi.set(self, "minimum_ttl", value)
359
-
360
- @property
361
- @pulumi.getter(name="refreshTime")
362
- def refresh_time(self) -> Optional[pulumi.Input[float]]:
363
- """
364
- The refresh value for this SOA record.
365
- """
366
- return pulumi.get(self, "refresh_time")
367
-
368
- @refresh_time.setter
369
- def refresh_time(self, value: Optional[pulumi.Input[float]]):
370
- pulumi.set(self, "refresh_time", value)
371
-
372
- @property
373
- @pulumi.getter(name="retryTime")
374
- def retry_time(self) -> Optional[pulumi.Input[float]]:
375
- """
376
- The retry time for this SOA record.
377
- """
378
- return pulumi.get(self, "retry_time")
379
-
380
- @retry_time.setter
381
- def retry_time(self, value: Optional[pulumi.Input[float]]):
382
- pulumi.set(self, "retry_time", value)
383
-
384
- @property
385
- @pulumi.getter(name="serialNumber")
386
- def serial_number(self) -> Optional[pulumi.Input[float]]:
387
- """
388
- The serial number for this SOA record.
389
- """
390
- return pulumi.get(self, "serial_number")
391
-
392
- @serial_number.setter
393
- def serial_number(self, value: Optional[pulumi.Input[float]]):
394
- pulumi.set(self, "serial_number", value)
395
-
396
-
397
- if not MYPY:
398
- class SrvRecordArgsDict(TypedDict):
399
- """
400
- An SRV record.
401
- """
402
- port: NotRequired[pulumi.Input[int]]
403
- """
404
- The port value for this SRV record.
405
- """
406
- priority: NotRequired[pulumi.Input[int]]
407
- """
408
- The priority value for this SRV record.
409
- """
410
- target: NotRequired[pulumi.Input[str]]
411
- """
412
- The target domain name for this SRV record.
413
- """
414
- weight: NotRequired[pulumi.Input[int]]
415
- """
416
- The weight value for this SRV record.
417
- """
418
- elif False:
419
- SrvRecordArgsDict: TypeAlias = Mapping[str, Any]
420
-
421
- @pulumi.input_type
422
- class SrvRecordArgs:
423
- def __init__(__self__, *,
424
- port: Optional[pulumi.Input[int]] = None,
425
- priority: Optional[pulumi.Input[int]] = None,
426
- target: Optional[pulumi.Input[str]] = None,
427
- weight: Optional[pulumi.Input[int]] = None):
428
- """
429
- An SRV record.
430
- :param pulumi.Input[int] port: The port value for this SRV record.
431
- :param pulumi.Input[int] priority: The priority value for this SRV record.
432
- :param pulumi.Input[str] target: The target domain name for this SRV record.
433
- :param pulumi.Input[int] weight: The weight value for this SRV record.
434
- """
435
- if port is not None:
436
- pulumi.set(__self__, "port", port)
437
- if priority is not None:
438
- pulumi.set(__self__, "priority", priority)
439
- if target is not None:
440
- pulumi.set(__self__, "target", target)
441
- if weight is not None:
442
- pulumi.set(__self__, "weight", weight)
443
-
444
- @property
445
- @pulumi.getter
446
- def port(self) -> Optional[pulumi.Input[int]]:
447
- """
448
- The port value for this SRV record.
449
- """
450
- return pulumi.get(self, "port")
451
-
452
- @port.setter
453
- def port(self, value: Optional[pulumi.Input[int]]):
454
- pulumi.set(self, "port", value)
455
-
456
- @property
457
- @pulumi.getter
458
- def priority(self) -> Optional[pulumi.Input[int]]:
459
- """
460
- The priority value for this SRV record.
461
- """
462
- return pulumi.get(self, "priority")
463
-
464
- @priority.setter
465
- def priority(self, value: Optional[pulumi.Input[int]]):
466
- pulumi.set(self, "priority", value)
467
-
468
- @property
469
- @pulumi.getter
470
- def target(self) -> Optional[pulumi.Input[str]]:
471
- """
472
- The target domain name for this SRV record.
473
- """
474
- return pulumi.get(self, "target")
475
-
476
- @target.setter
477
- def target(self, value: Optional[pulumi.Input[str]]):
478
- pulumi.set(self, "target", value)
479
-
480
- @property
481
- @pulumi.getter
482
- def weight(self) -> Optional[pulumi.Input[int]]:
483
- """
484
- The weight value for this SRV record.
485
- """
486
- return pulumi.get(self, "weight")
487
-
488
- @weight.setter
489
- def weight(self, value: Optional[pulumi.Input[int]]):
490
- pulumi.set(self, "weight", value)
491
-
492
-
493
- if not MYPY:
494
- class SubResourceArgsDict(TypedDict):
495
- """
496
- Reference to another subresource.
497
- """
498
- id: NotRequired[pulumi.Input[str]]
499
- """
500
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
501
- An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
502
- A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
503
- Example of a relative ID: $self/frontEndConfigurations/my-frontend.
504
- """
505
- elif False:
506
- SubResourceArgsDict: TypeAlias = Mapping[str, Any]
507
-
508
- @pulumi.input_type
509
- class SubResourceArgs:
510
- def __init__(__self__, *,
511
- id: Optional[pulumi.Input[str]] = None):
512
- """
513
- Reference to another subresource.
514
- :param pulumi.Input[str] id: Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
515
- An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
516
- A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
517
- Example of a relative ID: $self/frontEndConfigurations/my-frontend.
518
- """
519
- if id is not None:
520
- pulumi.set(__self__, "id", id)
521
-
522
- @property
523
- @pulumi.getter
524
- def id(self) -> Optional[pulumi.Input[str]]:
525
- """
526
- Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
527
- An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
528
- A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
529
- Example of a relative ID: $self/frontEndConfigurations/my-frontend.
530
- """
531
- return pulumi.get(self, "id")
532
-
533
- @id.setter
534
- def id(self, value: Optional[pulumi.Input[str]]):
535
- pulumi.set(self, "id", value)
536
-
537
-
538
- if not MYPY:
539
- class TxtRecordArgsDict(TypedDict):
540
- """
541
- A TXT record.
542
- """
543
- value: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
544
- """
545
- The text value of this TXT record.
546
- """
547
- elif False:
548
- TxtRecordArgsDict: TypeAlias = Mapping[str, Any]
549
-
550
- @pulumi.input_type
551
- class TxtRecordArgs:
552
- def __init__(__self__, *,
553
- value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
554
- """
555
- A TXT record.
556
- :param pulumi.Input[Sequence[pulumi.Input[str]]] value: The text value of this TXT record.
557
- """
558
- if value is not None:
559
- pulumi.set(__self__, "value", value)
560
-
561
- @property
562
- @pulumi.getter
563
- def value(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
564
- """
565
- The text value of this TXT record.
566
- """
567
- return pulumi.get(self, "value")
568
-
569
- @value.setter
570
- def value(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
571
- pulumi.set(self, "value", value)
572
-
573
-