pulumi-azure-native 2.57.0__py3-none-any.whl → 2.57.0a1724076329__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 (475) hide show
  1. pulumi_azure_native/__init__.py +0 -104
  2. pulumi_azure_native/billing/_enums.py +12 -0
  3. pulumi_azure_native/billing/_inputs.py +5 -5
  4. pulumi_azure_native/billing/v20240401/_enums.py +12 -0
  5. pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
  6. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  7. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  8. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  9. pulumi_azure_native/datafactory/_inputs.py +19 -140
  10. pulumi_azure_native/datafactory/outputs.py +13 -98
  11. pulumi_azure_native/datafactory/v20180601/_inputs.py +19 -140
  12. pulumi_azure_native/datafactory/v20180601/outputs.py +13 -98
  13. pulumi_azure_native/documentdb/__init__.py +0 -3
  14. pulumi_azure_native/documentdb/_inputs.py +0 -56
  15. pulumi_azure_native/documentdb/firewall_rule.py +70 -30
  16. pulumi_azure_native/documentdb/get_firewall_rule.py +38 -12
  17. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  18. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  19. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  20. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  21. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  22. pulumi_azure_native/documentdb/outputs.py +0 -66
  23. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  24. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  25. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  26. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  27. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  28. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  29. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  30. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  31. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  32. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +0 -251
  33. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +68 -28
  34. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +36 -10
  35. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +114 -10
  36. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +49 -10
  37. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +218 -21
  38. pulumi_azure_native/documentdb/v20240301preview/outputs.py +0 -294
  39. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +58 -27
  40. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +0 -291
  41. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +68 -28
  42. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +36 -10
  43. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +152 -9
  44. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +49 -10
  45. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +286 -20
  46. pulumi_azure_native/documentdb/v20240601preview/outputs.py +0 -332
  47. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +58 -27
  48. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  49. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  50. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  51. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  52. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  53. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  54. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  55. pulumi_azure_native/hybridcompute/license.py +3 -3
  56. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  57. pulumi_azure_native/hybridcompute/machine.py +3 -3
  58. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  59. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  60. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  61. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  65. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  66. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  67. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  68. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  69. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  70. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  71. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  96. pulumi_azure_native/iotoperations/__init__.py +0 -3
  97. pulumi_azure_native/iotoperations/broker.py +1 -5
  98. pulumi_azure_native/iotoperations/broker_authentication.py +1 -5
  99. pulumi_azure_native/iotoperations/broker_authorization.py +1 -5
  100. pulumi_azure_native/iotoperations/broker_listener.py +1 -5
  101. pulumi_azure_native/iotoperations/data_flow.py +1 -1
  102. pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
  103. pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
  104. pulumi_azure_native/iotoperations/get_broker.py +0 -4
  105. pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -4
  106. pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -4
  107. pulumi_azure_native/iotoperations/get_broker_listener.py +0 -4
  108. pulumi_azure_native/iotoperations/get_instance.py +0 -4
  109. pulumi_azure_native/iotoperations/instance.py +1 -5
  110. pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
  111. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
  112. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
  113. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
  114. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
  115. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
  116. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
  117. pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
  118. pulumi_azure_native/netapp/__init__.py +0 -3
  119. pulumi_azure_native/netapp/account.py +3 -3
  120. pulumi_azure_native/netapp/backup.py +2 -2
  121. pulumi_azure_native/netapp/backup_policy.py +3 -3
  122. pulumi_azure_native/netapp/backup_vault.py +3 -3
  123. pulumi_azure_native/netapp/get_account.py +2 -2
  124. pulumi_azure_native/netapp/get_backup.py +2 -2
  125. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  126. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  127. pulumi_azure_native/netapp/get_pool.py +2 -2
  128. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  129. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  130. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  131. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  132. pulumi_azure_native/netapp/get_volume.py +2 -2
  133. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  134. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  135. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  136. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  137. pulumi_azure_native/netapp/pool.py +3 -3
  138. pulumi_azure_native/netapp/snapshot.py +3 -3
  139. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  140. pulumi_azure_native/netapp/subvolume.py +3 -3
  141. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  142. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  143. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  144. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  145. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  146. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  147. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  148. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  149. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  150. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  151. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  152. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  153. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  154. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  155. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  156. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  157. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  158. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  159. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  160. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  161. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  162. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  163. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  164. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  165. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  166. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  167. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  168. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  169. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  170. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  171. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  172. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  173. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  174. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  175. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  176. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  177. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  178. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  179. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  180. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  181. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  182. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  183. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  184. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  185. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  186. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  187. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  188. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  189. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  190. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  191. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  192. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  193. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  194. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  195. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  196. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  197. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  198. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  199. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  200. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  201. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  202. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  203. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  204. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  205. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  206. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  207. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  208. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  209. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  210. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  211. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  212. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  213. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  214. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  215. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  216. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  217. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  218. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  219. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  220. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  221. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  222. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  223. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  224. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  225. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  226. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  227. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  228. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  229. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  230. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  231. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  232. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  233. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  234. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  235. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  236. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  237. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  238. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  239. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  240. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  241. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  242. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  243. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  244. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  245. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  246. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  247. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  248. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  249. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  250. pulumi_azure_native/netapp/volume.py +3 -3
  251. pulumi_azure_native/netapp/volume_group.py +3 -3
  252. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  253. pulumi_azure_native/network/__init__.py +0 -15
  254. pulumi_azure_native/network/_enums.py +0 -11
  255. pulumi_azure_native/network/_inputs.py +0 -436
  256. pulumi_azure_native/network/admin_rule.py +3 -3
  257. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  258. pulumi_azure_native/network/default_admin_rule.py +1 -1
  259. pulumi_azure_native/network/get_admin_rule.py +2 -2
  260. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  261. pulumi_azure_native/network/get_network_manager.py +2 -2
  262. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  263. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  264. pulumi_azure_native/network/network_manager.py +3 -3
  265. pulumi_azure_native/network/outputs.py +0 -723
  266. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  267. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  268. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  269. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  270. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  271. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  272. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  273. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  274. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  275. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  276. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  277. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  278. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  279. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  280. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  281. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  282. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  283. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  284. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  285. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  286. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  287. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  288. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  289. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  290. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  291. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  292. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  293. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  294. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  295. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  296. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  297. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  298. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  299. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  300. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  301. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  302. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  303. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  304. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  305. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  306. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  307. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  308. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  309. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  310. pulumi_azure_native/portal/__init__.py +0 -3
  311. pulumi_azure_native/portal/dashboard.py +3 -3
  312. pulumi_azure_native/portal/get_dashboard.py +2 -2
  313. pulumi_azure_native/portal/get_tenant_configuration.py +0 -4
  314. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +0 -4
  315. pulumi_azure_native/portal/tenant_configuration.py +1 -5
  316. pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
  317. pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
  318. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
  319. pulumi_azure_native/pulumi-plugin.json +1 -1
  320. pulumi_azure_native/standbypool/__init__.py +0 -3
  321. pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
  322. pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
  323. pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
  324. pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
  325. pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
  326. pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
  327. pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
  328. pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
  329. pulumi_azure_native/subscription/__init__.py +0 -3
  330. pulumi_azure_native/subscription/alias.py +3 -3
  331. pulumi_azure_native/subscription/get_alias.py +2 -2
  332. pulumi_azure_native/subscription/v20200901/alias.py +1 -1
  333. pulumi_azure_native/subscription/v20211001/alias.py +1 -1
  334. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/METADATA +1 -1
  335. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/RECORD +337 -475
  336. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/WHEEL +1 -1
  337. pulumi_azure_native/documentdb/v20240701/__init__.py +0 -17
  338. pulumi_azure_native/documentdb/v20240701/_enums.py +0 -86
  339. pulumi_azure_native/documentdb/v20240701/_inputs.py +0 -755
  340. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +0 -220
  341. pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +0 -141
  342. pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +0 -162
  343. pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +0 -141
  344. pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +0 -84
  345. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +0 -258
  346. pulumi_azure_native/documentdb/v20240701/outputs.py +0 -1048
  347. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +0 -221
  348. pulumi_azure_native/hybridcompute/v20240710/__init__.py +0 -22
  349. pulumi_azure_native/hybridcompute/v20240710/_enums.py +0 -164
  350. pulumi_azure_native/hybridcompute/v20240710/_inputs.py +0 -1712
  351. pulumi_azure_native/hybridcompute/v20240710/get_license.py +0 -201
  352. pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +0 -362
  353. pulumi_azure_native/hybridcompute/v20240710/get_machine.py +0 -596
  354. pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +0 -167
  355. pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +0 -141
  356. pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +0 -162
  357. pulumi_azure_native/hybridcompute/v20240710/license.py +0 -326
  358. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +0 -505
  359. pulumi_azure_native/hybridcompute/v20240710/machine.py +0 -855
  360. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +0 -279
  361. pulumi_azure_native/hybridcompute/v20240710/outputs.py +0 -2817
  362. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +0 -220
  363. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +0 -258
  364. pulumi_azure_native/iotoperations/v20240815preview/__init__.py +0 -26
  365. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +0 -616
  366. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +0 -6895
  367. pulumi_azure_native/iotoperations/v20240815preview/broker.py +0 -251
  368. pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +0 -272
  369. pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +0 -272
  370. pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +0 -272
  371. pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +0 -272
  372. pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +0 -251
  373. pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +0 -251
  374. pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +0 -154
  375. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +0 -159
  376. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +0 -159
  377. pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +0 -159
  378. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +0 -159
  379. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +0 -154
  380. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +0 -154
  381. pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +0 -188
  382. pulumi_azure_native/iotoperations/v20240815preview/instance.py +0 -317
  383. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +0 -5753
  384. pulumi_azure_native/netapp/v20240101/__init__.py +0 -35
  385. pulumi_azure_native/netapp/v20240101/_enums.py +0 -267
  386. pulumi_azure_native/netapp/v20240101/_inputs.py +0 -2945
  387. pulumi_azure_native/netapp/v20240101/account.py +0 -346
  388. pulumi_azure_native/netapp/v20240101/backup.py +0 -402
  389. pulumi_azure_native/netapp/v20240101/backup_policy.py +0 -414
  390. pulumi_azure_native/netapp/v20240101/backup_vault.py +0 -258
  391. pulumi_azure_native/netapp/v20240101/get_account.py +0 -227
  392. pulumi_azure_native/netapp/v20240101/get_backup.py +0 -276
  393. pulumi_azure_native/netapp/v20240101/get_backup_policy.py +0 -271
  394. pulumi_azure_native/netapp/v20240101/get_backup_vault.py +0 -167
  395. pulumi_azure_native/netapp/v20240101/get_pool.py +0 -284
  396. pulumi_azure_native/netapp/v20240101/get_snapshot.py +0 -190
  397. pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +0 -245
  398. pulumi_azure_native/netapp/v20240101/get_subvolume.py +0 -190
  399. pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +0 -254
  400. pulumi_azure_native/netapp/v20240101/get_volume.py +0 -887
  401. pulumi_azure_native/netapp/v20240101/get_volume_group.py +0 -167
  402. pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +0 -98
  403. pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +0 -216
  404. pulumi_azure_native/netapp/v20240101/list_volume_replications.py +0 -94
  405. pulumi_azure_native/netapp/v20240101/outputs.py +0 -3035
  406. pulumi_azure_native/netapp/v20240101/pool.py +0 -462
  407. pulumi_azure_native/netapp/v20240101/snapshot.py +0 -291
  408. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +0 -414
  409. pulumi_azure_native/netapp/v20240101/subvolume.py +0 -329
  410. pulumi_azure_native/netapp/v20240101/volume.py +0 -1639
  411. pulumi_azure_native/netapp/v20240101/volume_group.py +0 -279
  412. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +0 -388
  413. pulumi_azure_native/network/get_ipam_pool.py +0 -169
  414. pulumi_azure_native/network/get_ipam_pool_usage.py +0 -195
  415. pulumi_azure_native/network/get_reachability_analysis_intent.py +0 -148
  416. pulumi_azure_native/network/get_reachability_analysis_run.py +0 -148
  417. pulumi_azure_native/network/get_static_cidr.py +0 -148
  418. pulumi_azure_native/network/get_verifier_workspace.py +0 -169
  419. pulumi_azure_native/network/ipam_pool.py +0 -280
  420. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +0 -101
  421. pulumi_azure_native/network/reachability_analysis_intent.py +0 -245
  422. pulumi_azure_native/network/reachability_analysis_run.py +0 -244
  423. pulumi_azure_native/network/static_cidr.py +0 -243
  424. pulumi_azure_native/network/v20240101preview/__init__.py +0 -33
  425. pulumi_azure_native/network/v20240101preview/_enums.py +0 -98
  426. pulumi_azure_native/network/v20240101preview/_inputs.py +0 -611
  427. pulumi_azure_native/network/v20240101preview/admin_rule.py +0 -553
  428. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +0 -291
  429. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +0 -405
  430. pulumi_azure_native/network/v20240101preview/get_admin_rule.py +0 -295
  431. pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +0 -185
  432. pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +0 -308
  433. pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +0 -167
  434. pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +0 -193
  435. pulumi_azure_native/network/v20240101preview/get_network_manager.py +0 -227
  436. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +0 -146
  437. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +0 -146
  438. pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +0 -193
  439. pulumi_azure_native/network/v20240101preview/get_static_cidr.py +0 -146
  440. pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +0 -167
  441. pulumi_azure_native/network/v20240101preview/ipam_pool.py +0 -278
  442. pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +0 -99
  443. pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +0 -118
  444. pulumi_azure_native/network/v20240101preview/network_manager.py +0 -368
  445. pulumi_azure_native/network/v20240101preview/outputs.py +0 -1164
  446. pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +0 -243
  447. pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +0 -242
  448. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +0 -298
  449. pulumi_azure_native/network/v20240101preview/static_cidr.py +0 -241
  450. pulumi_azure_native/network/v20240101preview/verifier_workspace.py +0 -278
  451. pulumi_azure_native/network/verifier_workspace.py +0 -280
  452. pulumi_azure_native/portal/v20221201preview/__init__.py +0 -15
  453. pulumi_azure_native/portal/v20221201preview/_enums.py +0 -19
  454. pulumi_azure_native/portal/v20221201preview/_inputs.py +0 -639
  455. pulumi_azure_native/portal/v20221201preview/dashboard.py +0 -257
  456. pulumi_azure_native/portal/v20221201preview/get_dashboard.py +0 -162
  457. pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +0 -131
  458. pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +0 -83
  459. pulumi_azure_native/portal/v20221201preview/outputs.py +0 -651
  460. pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +0 -178
  461. pulumi_azure_native/standbypool/v20240301/__init__.py +0 -14
  462. pulumi_azure_native/standbypool/v20240301/_enums.py +0 -34
  463. pulumi_azure_native/standbypool/v20240301/_inputs.py +0 -287
  464. pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +0 -188
  465. pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +0 -201
  466. pulumi_azure_native/standbypool/v20240301/outputs.py +0 -352
  467. pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +0 -299
  468. pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +0 -327
  469. pulumi_azure_native/subscription/v20240801preview/__init__.py +0 -12
  470. pulumi_azure_native/subscription/v20240801preview/_enums.py +0 -17
  471. pulumi_azure_native/subscription/v20240801preview/_inputs.py +0 -267
  472. pulumi_azure_native/subscription/v20240801preview/alias.py +0 -179
  473. pulumi_azure_native/subscription/v20240801preview/get_alias.py +0 -131
  474. pulumi_azure_native/subscription/v20240801preview/outputs.py +0 -324
  475. {pulumi_azure_native-2.57.0.dist-info → pulumi_azure_native-2.57.0a1724076329.dist-info}/top_level.txt +0 -0
@@ -18,10 +18,7 @@ from ._enums import *
18
18
 
19
19
  __all__ = [
20
20
  'ConnectionStringResponse',
21
- 'FirewallRulePropertiesResponse',
22
- 'MongoClusterPropertiesResponse',
23
21
  'NodeGroupSpecResponse',
24
- 'PrivateEndpointConnectionPropertiesResponse',
25
22
  'PrivateEndpointConnectionResponse',
26
23
  'PrivateEndpointResponse',
27
24
  'PrivateLinkServiceConnectionStateResponse',
@@ -62,256 +59,6 @@ class ConnectionStringResponse(dict):
62
59
  return pulumi.get(self, "description")
63
60
 
64
61
 
65
- @pulumi.output_type
66
- class FirewallRulePropertiesResponse(dict):
67
- """
68
- The properties of a mongo cluster firewall rule.
69
- """
70
- @staticmethod
71
- def __key_warning(key: str):
72
- suggest = None
73
- if key == "endIpAddress":
74
- suggest = "end_ip_address"
75
- elif key == "provisioningState":
76
- suggest = "provisioning_state"
77
- elif key == "startIpAddress":
78
- suggest = "start_ip_address"
79
-
80
- if suggest:
81
- pulumi.log.warn(f"Key '{key}' not found in FirewallRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
82
-
83
- def __getitem__(self, key: str) -> Any:
84
- FirewallRulePropertiesResponse.__key_warning(key)
85
- return super().__getitem__(key)
86
-
87
- def get(self, key: str, default = None) -> Any:
88
- FirewallRulePropertiesResponse.__key_warning(key)
89
- return super().get(key, default)
90
-
91
- def __init__(__self__, *,
92
- end_ip_address: str,
93
- provisioning_state: str,
94
- start_ip_address: str):
95
- """
96
- The properties of a mongo cluster firewall rule.
97
- :param str end_ip_address: The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
98
- :param str provisioning_state: The provisioning state of the firewall rule.
99
- :param str start_ip_address: The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
100
- """
101
- pulumi.set(__self__, "end_ip_address", end_ip_address)
102
- pulumi.set(__self__, "provisioning_state", provisioning_state)
103
- pulumi.set(__self__, "start_ip_address", start_ip_address)
104
-
105
- @property
106
- @pulumi.getter(name="endIpAddress")
107
- def end_ip_address(self) -> str:
108
- """
109
- The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
110
- """
111
- return pulumi.get(self, "end_ip_address")
112
-
113
- @property
114
- @pulumi.getter(name="provisioningState")
115
- def provisioning_state(self) -> str:
116
- """
117
- The provisioning state of the firewall rule.
118
- """
119
- return pulumi.get(self, "provisioning_state")
120
-
121
- @property
122
- @pulumi.getter(name="startIpAddress")
123
- def start_ip_address(self) -> str:
124
- """
125
- The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
126
- """
127
- return pulumi.get(self, "start_ip_address")
128
-
129
-
130
- @pulumi.output_type
131
- class MongoClusterPropertiesResponse(dict):
132
- """
133
- The properties of a mongo cluster.
134
- """
135
- @staticmethod
136
- def __key_warning(key: str):
137
- suggest = None
138
- if key == "clusterStatus":
139
- suggest = "cluster_status"
140
- elif key == "connectionString":
141
- suggest = "connection_string"
142
- elif key == "earliestRestoreTime":
143
- suggest = "earliest_restore_time"
144
- elif key == "infrastructureVersion":
145
- suggest = "infrastructure_version"
146
- elif key == "privateEndpointConnections":
147
- suggest = "private_endpoint_connections"
148
- elif key == "provisioningState":
149
- suggest = "provisioning_state"
150
- elif key == "administratorLogin":
151
- suggest = "administrator_login"
152
- elif key == "nodeGroupSpecs":
153
- suggest = "node_group_specs"
154
- elif key == "previewFeatures":
155
- suggest = "preview_features"
156
- elif key == "publicNetworkAccess":
157
- suggest = "public_network_access"
158
- elif key == "serverVersion":
159
- suggest = "server_version"
160
-
161
- if suggest:
162
- pulumi.log.warn(f"Key '{key}' not found in MongoClusterPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
163
-
164
- def __getitem__(self, key: str) -> Any:
165
- MongoClusterPropertiesResponse.__key_warning(key)
166
- return super().__getitem__(key)
167
-
168
- def get(self, key: str, default = None) -> Any:
169
- MongoClusterPropertiesResponse.__key_warning(key)
170
- return super().get(key, default)
171
-
172
- def __init__(__self__, *,
173
- cluster_status: str,
174
- connection_string: str,
175
- earliest_restore_time: str,
176
- infrastructure_version: str,
177
- private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
178
- provisioning_state: str,
179
- replica: 'outputs.ReplicationPropertiesResponse',
180
- administrator_login: Optional[str] = None,
181
- node_group_specs: Optional[Sequence['outputs.NodeGroupSpecResponse']] = None,
182
- preview_features: Optional[Sequence[str]] = None,
183
- public_network_access: Optional[str] = None,
184
- server_version: Optional[str] = None):
185
- """
186
- The properties of a mongo cluster.
187
- :param str cluster_status: The status of the mongo cluster.
188
- :param str connection_string: The default mongo connection string for the cluster.
189
- :param str earliest_restore_time: Earliest restore timestamp in UTC ISO8601 format.
190
- :param str infrastructure_version: The infrastructure version the cluster is provisioned on.
191
- :param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: List of private endpoint connections.
192
- :param str provisioning_state: The provisioning state of the mongo cluster.
193
- :param 'ReplicationPropertiesResponse' replica: The replication properties for the mongo cluster
194
- :param str administrator_login: The administrator's login for the mongo cluster.
195
- :param Sequence['NodeGroupSpecResponse'] node_group_specs: The list of node group specs in the cluster.
196
- :param Sequence[str] preview_features: List of private endpoint connections.
197
- :param str public_network_access: Whether or not public endpoint access is allowed for this mongo cluster.
198
- :param str server_version: The Mongo DB server version. Defaults to the latest available version if not specified.
199
- """
200
- pulumi.set(__self__, "cluster_status", cluster_status)
201
- pulumi.set(__self__, "connection_string", connection_string)
202
- pulumi.set(__self__, "earliest_restore_time", earliest_restore_time)
203
- pulumi.set(__self__, "infrastructure_version", infrastructure_version)
204
- pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
205
- pulumi.set(__self__, "provisioning_state", provisioning_state)
206
- pulumi.set(__self__, "replica", replica)
207
- if administrator_login is not None:
208
- pulumi.set(__self__, "administrator_login", administrator_login)
209
- if node_group_specs is not None:
210
- pulumi.set(__self__, "node_group_specs", node_group_specs)
211
- if preview_features is not None:
212
- pulumi.set(__self__, "preview_features", preview_features)
213
- if public_network_access is not None:
214
- pulumi.set(__self__, "public_network_access", public_network_access)
215
- if server_version is not None:
216
- pulumi.set(__self__, "server_version", server_version)
217
-
218
- @property
219
- @pulumi.getter(name="clusterStatus")
220
- def cluster_status(self) -> str:
221
- """
222
- The status of the mongo cluster.
223
- """
224
- return pulumi.get(self, "cluster_status")
225
-
226
- @property
227
- @pulumi.getter(name="connectionString")
228
- def connection_string(self) -> str:
229
- """
230
- The default mongo connection string for the cluster.
231
- """
232
- return pulumi.get(self, "connection_string")
233
-
234
- @property
235
- @pulumi.getter(name="earliestRestoreTime")
236
- def earliest_restore_time(self) -> str:
237
- """
238
- Earliest restore timestamp in UTC ISO8601 format.
239
- """
240
- return pulumi.get(self, "earliest_restore_time")
241
-
242
- @property
243
- @pulumi.getter(name="infrastructureVersion")
244
- def infrastructure_version(self) -> str:
245
- """
246
- The infrastructure version the cluster is provisioned on.
247
- """
248
- return pulumi.get(self, "infrastructure_version")
249
-
250
- @property
251
- @pulumi.getter(name="privateEndpointConnections")
252
- def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
253
- """
254
- List of private endpoint connections.
255
- """
256
- return pulumi.get(self, "private_endpoint_connections")
257
-
258
- @property
259
- @pulumi.getter(name="provisioningState")
260
- def provisioning_state(self) -> str:
261
- """
262
- The provisioning state of the mongo cluster.
263
- """
264
- return pulumi.get(self, "provisioning_state")
265
-
266
- @property
267
- @pulumi.getter
268
- def replica(self) -> 'outputs.ReplicationPropertiesResponse':
269
- """
270
- The replication properties for the mongo cluster
271
- """
272
- return pulumi.get(self, "replica")
273
-
274
- @property
275
- @pulumi.getter(name="administratorLogin")
276
- def administrator_login(self) -> Optional[str]:
277
- """
278
- The administrator's login for the mongo cluster.
279
- """
280
- return pulumi.get(self, "administrator_login")
281
-
282
- @property
283
- @pulumi.getter(name="nodeGroupSpecs")
284
- def node_group_specs(self) -> Optional[Sequence['outputs.NodeGroupSpecResponse']]:
285
- """
286
- The list of node group specs in the cluster.
287
- """
288
- return pulumi.get(self, "node_group_specs")
289
-
290
- @property
291
- @pulumi.getter(name="previewFeatures")
292
- def preview_features(self) -> Optional[Sequence[str]]:
293
- """
294
- List of private endpoint connections.
295
- """
296
- return pulumi.get(self, "preview_features")
297
-
298
- @property
299
- @pulumi.getter(name="publicNetworkAccess")
300
- def public_network_access(self) -> Optional[str]:
301
- """
302
- Whether or not public endpoint access is allowed for this mongo cluster.
303
- """
304
- return pulumi.get(self, "public_network_access")
305
-
306
- @property
307
- @pulumi.getter(name="serverVersion")
308
- def server_version(self) -> Optional[str]:
309
- """
310
- The Mongo DB server version. Defaults to the latest available version if not specified.
311
- """
312
- return pulumi.get(self, "server_version")
313
-
314
-
315
62
  @pulumi.output_type
316
63
  class NodeGroupSpecResponse(dict):
317
64
  """
@@ -404,85 +151,6 @@ class NodeGroupSpecResponse(dict):
404
151
  return pulumi.get(self, "sku")
405
152
 
406
153
 
407
- @pulumi.output_type
408
- class PrivateEndpointConnectionPropertiesResponse(dict):
409
- """
410
- Properties of the private endpoint connection.
411
- """
412
- @staticmethod
413
- def __key_warning(key: str):
414
- suggest = None
415
- if key == "groupIds":
416
- suggest = "group_ids"
417
- elif key == "privateLinkServiceConnectionState":
418
- suggest = "private_link_service_connection_state"
419
- elif key == "provisioningState":
420
- suggest = "provisioning_state"
421
- elif key == "privateEndpoint":
422
- suggest = "private_endpoint"
423
-
424
- if suggest:
425
- pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
426
-
427
- def __getitem__(self, key: str) -> Any:
428
- PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
429
- return super().__getitem__(key)
430
-
431
- def get(self, key: str, default = None) -> Any:
432
- PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
433
- return super().get(key, default)
434
-
435
- def __init__(__self__, *,
436
- group_ids: Sequence[str],
437
- private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
438
- provisioning_state: str,
439
- private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
440
- """
441
- Properties of the private endpoint connection.
442
- :param Sequence[str] group_ids: The group ids for the private endpoint resource.
443
- :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
444
- :param str provisioning_state: The provisioning state of the private endpoint connection resource.
445
- :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
446
- """
447
- pulumi.set(__self__, "group_ids", group_ids)
448
- pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
449
- pulumi.set(__self__, "provisioning_state", provisioning_state)
450
- if private_endpoint is not None:
451
- pulumi.set(__self__, "private_endpoint", private_endpoint)
452
-
453
- @property
454
- @pulumi.getter(name="groupIds")
455
- def group_ids(self) -> Sequence[str]:
456
- """
457
- The group ids for the private endpoint resource.
458
- """
459
- return pulumi.get(self, "group_ids")
460
-
461
- @property
462
- @pulumi.getter(name="privateLinkServiceConnectionState")
463
- def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
464
- """
465
- A collection of information about the state of the connection between service consumer and provider.
466
- """
467
- return pulumi.get(self, "private_link_service_connection_state")
468
-
469
- @property
470
- @pulumi.getter(name="provisioningState")
471
- def provisioning_state(self) -> str:
472
- """
473
- The provisioning state of the private endpoint connection resource.
474
- """
475
- return pulumi.get(self, "provisioning_state")
476
-
477
- @property
478
- @pulumi.getter(name="privateEndpoint")
479
- def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
480
- """
481
- The private endpoint resource.
482
- """
483
- return pulumi.get(self, "private_endpoint")
484
-
485
-
486
154
  @pulumi.output_type
487
155
  class PrivateEndpointConnectionResponse(dict):
488
156
  """
@@ -23,22 +23,21 @@ __all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
23
23
  class PrivateEndpointConnectionArgs:
24
24
  def __init__(__self__, *,
25
25
  mongo_cluster_name: pulumi.Input[str],
26
+ private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
26
27
  resource_group_name: pulumi.Input[str],
27
- private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
28
- properties: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']] = None):
28
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None):
29
29
  """
30
30
  The set of arguments for constructing a PrivateEndpointConnection resource.
31
31
  :param pulumi.Input[str] mongo_cluster_name: The name of the mongo cluster.
32
+ :param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
32
33
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
33
34
  :param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
34
- :param pulumi.Input['PrivateEndpointConnectionPropertiesArgs'] properties: The resource-specific properties for this resource.
35
35
  """
36
36
  pulumi.set(__self__, "mongo_cluster_name", mongo_cluster_name)
37
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
37
38
  pulumi.set(__self__, "resource_group_name", resource_group_name)
38
39
  if private_endpoint_connection_name is not None:
39
40
  pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
40
- if properties is not None:
41
- pulumi.set(__self__, "properties", properties)
42
41
 
43
42
  @property
44
43
  @pulumi.getter(name="mongoClusterName")
@@ -52,6 +51,18 @@ class PrivateEndpointConnectionArgs:
52
51
  def mongo_cluster_name(self, value: pulumi.Input[str]):
53
52
  pulumi.set(self, "mongo_cluster_name", value)
54
53
 
54
+ @property
55
+ @pulumi.getter(name="privateLinkServiceConnectionState")
56
+ def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
57
+ """
58
+ A collection of information about the state of the connection between service consumer and provider.
59
+ """
60
+ return pulumi.get(self, "private_link_service_connection_state")
61
+
62
+ @private_link_service_connection_state.setter
63
+ def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
64
+ pulumi.set(self, "private_link_service_connection_state", value)
65
+
55
66
  @property
56
67
  @pulumi.getter(name="resourceGroupName")
57
68
  def resource_group_name(self) -> pulumi.Input[str]:
@@ -76,18 +87,6 @@ class PrivateEndpointConnectionArgs:
76
87
  def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
77
88
  pulumi.set(self, "private_endpoint_connection_name", value)
78
89
 
79
- @property
80
- @pulumi.getter
81
- def properties(self) -> Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']]:
82
- """
83
- The resource-specific properties for this resource.
84
- """
85
- return pulumi.get(self, "properties")
86
-
87
- @properties.setter
88
- def properties(self, value: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']]):
89
- pulumi.set(self, "properties", value)
90
-
91
90
 
92
91
  class PrivateEndpointConnection(pulumi.CustomResource):
93
92
  @overload
@@ -96,7 +95,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
96
95
  opts: Optional[pulumi.ResourceOptions] = None,
97
96
  mongo_cluster_name: Optional[pulumi.Input[str]] = None,
98
97
  private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
99
- properties: Optional[pulumi.Input[Union['PrivateEndpointConnectionPropertiesArgs', 'PrivateEndpointConnectionPropertiesArgsDict']]] = None,
98
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
100
99
  resource_group_name: Optional[pulumi.Input[str]] = None,
101
100
  __props__=None):
102
101
  """
@@ -106,7 +105,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
106
105
  :param pulumi.ResourceOptions opts: Options for the resource.
107
106
  :param pulumi.Input[str] mongo_cluster_name: The name of the mongo cluster.
108
107
  :param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
109
- :param pulumi.Input[Union['PrivateEndpointConnectionPropertiesArgs', 'PrivateEndpointConnectionPropertiesArgsDict']] properties: The resource-specific properties for this resource.
108
+ :param pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
110
109
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
111
110
  """
112
111
  ...
@@ -135,7 +134,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
135
134
  opts: Optional[pulumi.ResourceOptions] = None,
136
135
  mongo_cluster_name: Optional[pulumi.Input[str]] = None,
137
136
  private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
138
- properties: Optional[pulumi.Input[Union['PrivateEndpointConnectionPropertiesArgs', 'PrivateEndpointConnectionPropertiesArgsDict']]] = None,
137
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
139
138
  resource_group_name: Optional[pulumi.Input[str]] = None,
140
139
  __props__=None):
141
140
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -150,14 +149,19 @@ class PrivateEndpointConnection(pulumi.CustomResource):
150
149
  raise TypeError("Missing required property 'mongo_cluster_name'")
151
150
  __props__.__dict__["mongo_cluster_name"] = mongo_cluster_name
152
151
  __props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
153
- __props__.__dict__["properties"] = properties
152
+ if private_link_service_connection_state is None and not opts.urn:
153
+ raise TypeError("Missing required property 'private_link_service_connection_state'")
154
+ __props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
154
155
  if resource_group_name is None and not opts.urn:
155
156
  raise TypeError("Missing required property 'resource_group_name'")
156
157
  __props__.__dict__["resource_group_name"] = resource_group_name
158
+ __props__.__dict__["group_ids"] = None
157
159
  __props__.__dict__["name"] = None
160
+ __props__.__dict__["private_endpoint"] = None
161
+ __props__.__dict__["provisioning_state"] = None
158
162
  __props__.__dict__["system_data"] = None
159
163
  __props__.__dict__["type"] = None
160
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20240301preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:documentdb/v20240701:PrivateEndpointConnection")])
164
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20240301preview:PrivateEndpointConnection")])
161
165
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
162
166
  super(PrivateEndpointConnection, __self__).__init__(
163
167
  'azure-native:documentdb/v20240601preview:PrivateEndpointConnection',
@@ -181,12 +185,23 @@ class PrivateEndpointConnection(pulumi.CustomResource):
181
185
 
182
186
  __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
183
187
 
188
+ __props__.__dict__["group_ids"] = None
184
189
  __props__.__dict__["name"] = None
185
- __props__.__dict__["properties"] = None
190
+ __props__.__dict__["private_endpoint"] = None
191
+ __props__.__dict__["private_link_service_connection_state"] = None
192
+ __props__.__dict__["provisioning_state"] = None
186
193
  __props__.__dict__["system_data"] = None
187
194
  __props__.__dict__["type"] = None
188
195
  return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
189
196
 
197
+ @property
198
+ @pulumi.getter(name="groupIds")
199
+ def group_ids(self) -> pulumi.Output[Sequence[str]]:
200
+ """
201
+ The group ids for the private endpoint resource.
202
+ """
203
+ return pulumi.get(self, "group_ids")
204
+
190
205
  @property
191
206
  @pulumi.getter
192
207
  def name(self) -> pulumi.Output[str]:
@@ -196,12 +211,28 @@ class PrivateEndpointConnection(pulumi.CustomResource):
196
211
  return pulumi.get(self, "name")
197
212
 
198
213
  @property
199
- @pulumi.getter
200
- def properties(self) -> pulumi.Output['outputs.PrivateEndpointConnectionPropertiesResponse']:
214
+ @pulumi.getter(name="privateEndpoint")
215
+ def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
216
+ """
217
+ The private endpoint resource.
218
+ """
219
+ return pulumi.get(self, "private_endpoint")
220
+
221
+ @property
222
+ @pulumi.getter(name="privateLinkServiceConnectionState")
223
+ def private_link_service_connection_state(self) -> pulumi.Output['outputs.PrivateLinkServiceConnectionStateResponse']:
224
+ """
225
+ A collection of information about the state of the connection between service consumer and provider.
226
+ """
227
+ return pulumi.get(self, "private_link_service_connection_state")
228
+
229
+ @property
230
+ @pulumi.getter(name="provisioningState")
231
+ def provisioning_state(self) -> pulumi.Output[str]:
201
232
  """
202
- The resource-specific properties for this resource.
233
+ The provisioning state of the private endpoint connection resource.
203
234
  """
204
- return pulumi.get(self, "properties")
235
+ return pulumi.get(self, "provisioning_state")
205
236
 
206
237
  @property
207
238
  @pulumi.getter(name="systemData")
@@ -45,8 +45,6 @@ if typing.TYPE_CHECKING:
45
45
  v20240331preview = __v20240331preview
46
46
  import pulumi_azure_native.hybridcompute.v20240520preview as __v20240520preview
47
47
  v20240520preview = __v20240520preview
48
- import pulumi_azure_native.hybridcompute.v20240710 as __v20240710
49
- v20240710 = __v20240710
50
48
  else:
51
49
  v20200802 = _utilities.lazy_import('pulumi_azure_native.hybridcompute.v20200802')
52
50
  v20200815preview = _utilities.lazy_import('pulumi_azure_native.hybridcompute.v20200815preview')
@@ -56,5 +54,4 @@ else:
56
54
  v20231003preview = _utilities.lazy_import('pulumi_azure_native.hybridcompute.v20231003preview')
57
55
  v20240331preview = _utilities.lazy_import('pulumi_azure_native.hybridcompute.v20240331preview')
58
56
  v20240520preview = _utilities.lazy_import('pulumi_azure_native.hybridcompute.v20240520preview')
59
- v20240710 = _utilities.lazy_import('pulumi_azure_native.hybridcompute.v20240710')
60
57
 
@@ -165,7 +165,7 @@ def get_license(license_name: Optional[str] = None,
165
165
  Retrieves information about the view of a license.
166
166
  Azure REST API version: 2023-06-20-preview.
167
167
 
168
- Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
168
+ Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
169
169
 
170
170
 
171
171
  :param str license_name: The name of the license.
@@ -198,7 +198,7 @@ def get_license_output(license_name: Optional[pulumi.Input[str]] = None,
198
198
  Retrieves information about the view of a license.
199
199
  Azure REST API version: 2023-06-20-preview.
200
200
 
201
- Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
201
+ Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
202
202
 
203
203
 
204
204
  :param str license_name: The name of the license.
@@ -202,7 +202,7 @@ def get_license_profile(license_profile_name: Optional[str] = None,
202
202
  Retrieves information about the view of a license profile.
203
203
  Azure REST API version: 2023-06-20-preview.
204
204
 
205
- Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
205
+ Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
206
206
 
207
207
 
208
208
  :param str license_profile_name: The name of the license profile.
@@ -241,7 +241,7 @@ def get_license_profile_output(license_profile_name: Optional[pulumi.Input[str]]
241
241
  Retrieves information about the view of a license profile.
242
242
  Azure REST API version: 2023-06-20-preview.
243
243
 
244
- Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
244
+ Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
245
245
 
246
246
 
247
247
  :param str license_profile_name: The name of the license profile.
@@ -478,7 +478,7 @@ def get_machine(expand: Optional[str] = None,
478
478
  Retrieves information about the model view or the instance view of a hybrid machine.
479
479
  Azure REST API version: 2022-12-27.
480
480
 
481
- Other available API versions: 2019-03-18-preview, 2019-08-02-preview, 2020-08-02, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
481
+ Other available API versions: 2019-03-18-preview, 2019-08-02-preview, 2020-08-02, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
482
482
 
483
483
 
484
484
  :param str expand: The expand expression to apply on the operation.
@@ -540,7 +540,7 @@ def get_machine_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
540
540
  Retrieves information about the model view or the instance view of a hybrid machine.
541
541
  Azure REST API version: 2022-12-27.
542
542
 
543
- Other available API versions: 2019-03-18-preview, 2019-08-02-preview, 2020-08-02, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
543
+ Other available API versions: 2019-03-18-preview, 2019-08-02-preview, 2020-08-02, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
544
544
 
545
545
 
546
546
  :param str expand: The expand expression to apply on the operation.
@@ -130,7 +130,7 @@ def get_machine_extension(extension_name: Optional[str] = None,
130
130
  The operation to get the extension.
131
131
  Azure REST API version: 2022-12-27.
132
132
 
133
- Other available API versions: 2019-08-02-preview, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
133
+ Other available API versions: 2019-08-02-preview, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
134
134
 
135
135
 
136
136
  :param str extension_name: The name of the machine extension.
@@ -163,7 +163,7 @@ def get_machine_extension_output(extension_name: Optional[pulumi.Input[str]] = N
163
163
  The operation to get the extension.
164
164
  Azure REST API version: 2022-12-27.
165
165
 
166
- Other available API versions: 2019-08-02-preview, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
166
+ Other available API versions: 2019-08-02-preview, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
167
167
 
168
168
 
169
169
  :param str extension_name: The name of the machine extension.
@@ -106,7 +106,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
106
106
  Gets a private endpoint connection.
107
107
  Azure REST API version: 2022-12-27.
108
108
 
109
- Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
109
+ Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
110
110
 
111
111
 
112
112
  :param str private_endpoint_connection_name: The name of the private endpoint connection.
@@ -137,7 +137,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
137
137
  Gets a private endpoint connection.
138
138
  Azure REST API version: 2022-12-27.
139
139
 
140
- Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
140
+ Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
141
141
 
142
142
 
143
143
  :param str private_endpoint_connection_name: The name of the private endpoint connection.
@@ -129,7 +129,7 @@ def get_private_link_scope(resource_group_name: Optional[str] = None,
129
129
  Returns a Azure Arc PrivateLinkScope.
130
130
  Azure REST API version: 2022-12-27.
131
131
 
132
- Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
132
+ Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
133
133
 
134
134
 
135
135
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -159,7 +159,7 @@ def get_private_link_scope_output(resource_group_name: Optional[pulumi.Input[str
159
159
  Returns a Azure Arc PrivateLinkScope.
160
160
  Azure REST API version: 2022-12-27.
161
161
 
162
- Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10.
162
+ Other available API versions: 2020-08-15-preview, 2023-06-20-preview, 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview.
163
163
 
164
164
 
165
165
  :param str resource_group_name: The name of the resource group. The name is case insensitive.