pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (289) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  4. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  5. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  6. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  14. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  15. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  16. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  17. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  18. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  19. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  20. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  95. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  96. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  118. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  119. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  120. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  122. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  123. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  124. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  125. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  126. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  127. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  128. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  129. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  130. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  131. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  132. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  133. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  134. pulumi_azure_native/databasewatcher/target.py +3 -3
  135. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  136. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  137. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  138. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  139. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  140. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  141. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  142. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  143. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  144. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  145. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  146. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  147. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  148. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  149. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  150. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  151. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  152. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  153. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  154. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  155. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  156. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  157. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  158. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  159. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  160. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  161. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  162. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  163. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  164. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  165. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  166. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  167. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  168. pulumi_azure_native/keyvault/__init__.py +6 -0
  169. pulumi_azure_native/keyvault/get_key.py +2 -2
  170. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  171. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  173. pulumi_azure_native/keyvault/get_secret.py +2 -2
  174. pulumi_azure_native/keyvault/get_vault.py +2 -2
  175. pulumi_azure_native/keyvault/key.py +3 -3
  176. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  177. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  178. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  179. pulumi_azure_native/keyvault/secret.py +3 -3
  180. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  181. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  182. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  185. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  186. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  189. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  191. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  192. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  193. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  194. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  197. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  198. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  199. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  200. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  201. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  202. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  203. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  204. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  205. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  206. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  207. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  208. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  209. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  210. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  211. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  212. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  213. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  214. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  215. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  216. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  217. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  218. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  219. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  220. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  221. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  222. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  223. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  224. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  225. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  226. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  227. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  228. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  229. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  230. pulumi_azure_native/keyvault/vault.py +3 -3
  231. pulumi_azure_native/network/ipam_pool.py +17 -16
  232. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  233. pulumi_azure_native/pulumi-plugin.json +1 -1
  234. pulumi_azure_native/quota/__init__.py +3 -0
  235. pulumi_azure_native/quota/get_group_quota.py +2 -2
  236. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  237. pulumi_azure_native/quota/group_quota.py +3 -3
  238. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  239. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  240. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  241. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  242. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  243. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  244. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  245. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  246. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  247. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  248. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  249. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  250. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  251. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  252. pulumi_azure_native/search/__init__.py +3 -0
  253. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/search/get_service.py +2 -2
  255. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  256. pulumi_azure_native/search/list_admin_key.py +2 -2
  257. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  258. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/search/service.py +3 -3
  260. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  261. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  262. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  263. pulumi_azure_native/search/v20220901/service.py +1 -1
  264. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  265. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  266. pulumi_azure_native/search/v20231101/service.py +1 -1
  267. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  268. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  269. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  270. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  271. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  272. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  273. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  274. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  275. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  276. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  277. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  278. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  279. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  280. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  281. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  282. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  283. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  284. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  285. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  286. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
  288. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,701 @@
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
+ 'DataPlaneAadOrApiKeyAuthOptionArgs',
20
+ 'DataPlaneAadOrApiKeyAuthOptionArgsDict',
21
+ 'DataPlaneAuthOptionsArgs',
22
+ 'DataPlaneAuthOptionsArgsDict',
23
+ 'EncryptionWithCmkArgs',
24
+ 'EncryptionWithCmkArgsDict',
25
+ 'IdentityArgs',
26
+ 'IdentityArgsDict',
27
+ 'IpRuleArgs',
28
+ 'IpRuleArgsDict',
29
+ 'NetworkRuleSetArgs',
30
+ 'NetworkRuleSetArgsDict',
31
+ 'PrivateEndpointConnectionPropertiesPrivateEndpointArgs',
32
+ 'PrivateEndpointConnectionPropertiesPrivateEndpointArgsDict',
33
+ 'PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs',
34
+ 'PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgsDict',
35
+ 'PrivateEndpointConnectionPropertiesArgs',
36
+ 'PrivateEndpointConnectionPropertiesArgsDict',
37
+ 'SharedPrivateLinkResourcePropertiesArgs',
38
+ 'SharedPrivateLinkResourcePropertiesArgsDict',
39
+ 'SkuArgs',
40
+ 'SkuArgsDict',
41
+ ]
42
+
43
+ MYPY = False
44
+
45
+ if not MYPY:
46
+ class DataPlaneAadOrApiKeyAuthOptionArgsDict(TypedDict):
47
+ """
48
+ Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
49
+ """
50
+ aad_auth_failure_mode: NotRequired[pulumi.Input['AadAuthFailureMode']]
51
+ """
52
+ Describes what response the data plane API of a search service would send for requests that failed authentication.
53
+ """
54
+ elif False:
55
+ DataPlaneAadOrApiKeyAuthOptionArgsDict: TypeAlias = Mapping[str, Any]
56
+
57
+ @pulumi.input_type
58
+ class DataPlaneAadOrApiKeyAuthOptionArgs:
59
+ def __init__(__self__, *,
60
+ aad_auth_failure_mode: Optional[pulumi.Input['AadAuthFailureMode']] = None):
61
+ """
62
+ Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
63
+ :param pulumi.Input['AadAuthFailureMode'] aad_auth_failure_mode: Describes what response the data plane API of a search service would send for requests that failed authentication.
64
+ """
65
+ if aad_auth_failure_mode is not None:
66
+ pulumi.set(__self__, "aad_auth_failure_mode", aad_auth_failure_mode)
67
+
68
+ @property
69
+ @pulumi.getter(name="aadAuthFailureMode")
70
+ def aad_auth_failure_mode(self) -> Optional[pulumi.Input['AadAuthFailureMode']]:
71
+ """
72
+ Describes what response the data plane API of a search service would send for requests that failed authentication.
73
+ """
74
+ return pulumi.get(self, "aad_auth_failure_mode")
75
+
76
+ @aad_auth_failure_mode.setter
77
+ def aad_auth_failure_mode(self, value: Optional[pulumi.Input['AadAuthFailureMode']]):
78
+ pulumi.set(self, "aad_auth_failure_mode", value)
79
+
80
+
81
+ if not MYPY:
82
+ class DataPlaneAuthOptionsArgsDict(TypedDict):
83
+ """
84
+ Defines the options for how the search service authenticates a data plane request. This cannot be set if 'disableLocalAuth' is set to true.
85
+ """
86
+ aad_or_api_key: NotRequired[pulumi.Input['DataPlaneAadOrApiKeyAuthOptionArgsDict']]
87
+ """
88
+ Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
89
+ """
90
+ api_key_only: NotRequired[Any]
91
+ """
92
+ Indicates that only the API key can be used for authentication.
93
+ """
94
+ elif False:
95
+ DataPlaneAuthOptionsArgsDict: TypeAlias = Mapping[str, Any]
96
+
97
+ @pulumi.input_type
98
+ class DataPlaneAuthOptionsArgs:
99
+ def __init__(__self__, *,
100
+ aad_or_api_key: Optional[pulumi.Input['DataPlaneAadOrApiKeyAuthOptionArgs']] = None,
101
+ api_key_only: Optional[Any] = None):
102
+ """
103
+ Defines the options for how the search service authenticates a data plane request. This cannot be set if 'disableLocalAuth' is set to true.
104
+ :param pulumi.Input['DataPlaneAadOrApiKeyAuthOptionArgs'] aad_or_api_key: Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
105
+ :param Any api_key_only: Indicates that only the API key can be used for authentication.
106
+ """
107
+ if aad_or_api_key is not None:
108
+ pulumi.set(__self__, "aad_or_api_key", aad_or_api_key)
109
+ if api_key_only is not None:
110
+ pulumi.set(__self__, "api_key_only", api_key_only)
111
+
112
+ @property
113
+ @pulumi.getter(name="aadOrApiKey")
114
+ def aad_or_api_key(self) -> Optional[pulumi.Input['DataPlaneAadOrApiKeyAuthOptionArgs']]:
115
+ """
116
+ Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
117
+ """
118
+ return pulumi.get(self, "aad_or_api_key")
119
+
120
+ @aad_or_api_key.setter
121
+ def aad_or_api_key(self, value: Optional[pulumi.Input['DataPlaneAadOrApiKeyAuthOptionArgs']]):
122
+ pulumi.set(self, "aad_or_api_key", value)
123
+
124
+ @property
125
+ @pulumi.getter(name="apiKeyOnly")
126
+ def api_key_only(self) -> Optional[Any]:
127
+ """
128
+ Indicates that only the API key can be used for authentication.
129
+ """
130
+ return pulumi.get(self, "api_key_only")
131
+
132
+ @api_key_only.setter
133
+ def api_key_only(self, value: Optional[Any]):
134
+ pulumi.set(self, "api_key_only", value)
135
+
136
+
137
+ if not MYPY:
138
+ class EncryptionWithCmkArgsDict(TypedDict):
139
+ """
140
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
141
+ """
142
+ enforcement: NotRequired[pulumi.Input['SearchEncryptionWithCmk']]
143
+ """
144
+ Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
145
+ """
146
+ elif False:
147
+ EncryptionWithCmkArgsDict: TypeAlias = Mapping[str, Any]
148
+
149
+ @pulumi.input_type
150
+ class EncryptionWithCmkArgs:
151
+ def __init__(__self__, *,
152
+ enforcement: Optional[pulumi.Input['SearchEncryptionWithCmk']] = None):
153
+ """
154
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
155
+ :param pulumi.Input['SearchEncryptionWithCmk'] enforcement: Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
156
+ """
157
+ if enforcement is not None:
158
+ pulumi.set(__self__, "enforcement", enforcement)
159
+
160
+ @property
161
+ @pulumi.getter
162
+ def enforcement(self) -> Optional[pulumi.Input['SearchEncryptionWithCmk']]:
163
+ """
164
+ Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
165
+ """
166
+ return pulumi.get(self, "enforcement")
167
+
168
+ @enforcement.setter
169
+ def enforcement(self, value: Optional[pulumi.Input['SearchEncryptionWithCmk']]):
170
+ pulumi.set(self, "enforcement", value)
171
+
172
+
173
+ if not MYPY:
174
+ class IdentityArgsDict(TypedDict):
175
+ """
176
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
177
+ """
178
+ type: pulumi.Input[Union[str, 'IdentityType']]
179
+ """
180
+ The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
181
+ """
182
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
183
+ """
184
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
185
+ """
186
+ elif False:
187
+ IdentityArgsDict: TypeAlias = Mapping[str, Any]
188
+
189
+ @pulumi.input_type
190
+ class IdentityArgs:
191
+ def __init__(__self__, *,
192
+ type: pulumi.Input[Union[str, 'IdentityType']],
193
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
194
+ """
195
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
196
+ :param pulumi.Input[Union[str, 'IdentityType']] type: The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
197
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
198
+ """
199
+ pulumi.set(__self__, "type", type)
200
+ if user_assigned_identities is not None:
201
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
202
+
203
+ @property
204
+ @pulumi.getter
205
+ def type(self) -> pulumi.Input[Union[str, 'IdentityType']]:
206
+ """
207
+ The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
208
+ """
209
+ return pulumi.get(self, "type")
210
+
211
+ @type.setter
212
+ def type(self, value: pulumi.Input[Union[str, 'IdentityType']]):
213
+ pulumi.set(self, "type", value)
214
+
215
+ @property
216
+ @pulumi.getter(name="userAssignedIdentities")
217
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
218
+ """
219
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
220
+ """
221
+ return pulumi.get(self, "user_assigned_identities")
222
+
223
+ @user_assigned_identities.setter
224
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
225
+ pulumi.set(self, "user_assigned_identities", value)
226
+
227
+
228
+ if not MYPY:
229
+ class IpRuleArgsDict(TypedDict):
230
+ """
231
+ The IP restriction rule of the Azure AI Search service.
232
+ """
233
+ value: NotRequired[pulumi.Input[str]]
234
+ """
235
+ Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
236
+ """
237
+ elif False:
238
+ IpRuleArgsDict: TypeAlias = Mapping[str, Any]
239
+
240
+ @pulumi.input_type
241
+ class IpRuleArgs:
242
+ def __init__(__self__, *,
243
+ value: Optional[pulumi.Input[str]] = None):
244
+ """
245
+ The IP restriction rule of the Azure AI Search service.
246
+ :param pulumi.Input[str] value: Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
247
+ """
248
+ if value is not None:
249
+ pulumi.set(__self__, "value", value)
250
+
251
+ @property
252
+ @pulumi.getter
253
+ def value(self) -> Optional[pulumi.Input[str]]:
254
+ """
255
+ Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
256
+ """
257
+ return pulumi.get(self, "value")
258
+
259
+ @value.setter
260
+ def value(self, value: Optional[pulumi.Input[str]]):
261
+ pulumi.set(self, "value", value)
262
+
263
+
264
+ if not MYPY:
265
+ class NetworkRuleSetArgsDict(TypedDict):
266
+ """
267
+ Network specific rules that determine how the Azure AI Search service may be reached.
268
+ """
269
+ bypass: NotRequired[pulumi.Input[Union[str, 'SearchBypass']]]
270
+ """
271
+ Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
272
+ """
273
+ ip_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpRuleArgsDict']]]]
274
+ """
275
+ A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
276
+ """
277
+ elif False:
278
+ NetworkRuleSetArgsDict: TypeAlias = Mapping[str, Any]
279
+
280
+ @pulumi.input_type
281
+ class NetworkRuleSetArgs:
282
+ def __init__(__self__, *,
283
+ bypass: Optional[pulumi.Input[Union[str, 'SearchBypass']]] = None,
284
+ ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]]] = None):
285
+ """
286
+ Network specific rules that determine how the Azure AI Search service may be reached.
287
+ :param pulumi.Input[Union[str, 'SearchBypass']] bypass: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
288
+ :param pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]] ip_rules: A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
289
+ """
290
+ if bypass is not None:
291
+ pulumi.set(__self__, "bypass", bypass)
292
+ if ip_rules is not None:
293
+ pulumi.set(__self__, "ip_rules", ip_rules)
294
+
295
+ @property
296
+ @pulumi.getter
297
+ def bypass(self) -> Optional[pulumi.Input[Union[str, 'SearchBypass']]]:
298
+ """
299
+ Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
300
+ """
301
+ return pulumi.get(self, "bypass")
302
+
303
+ @bypass.setter
304
+ def bypass(self, value: Optional[pulumi.Input[Union[str, 'SearchBypass']]]):
305
+ pulumi.set(self, "bypass", value)
306
+
307
+ @property
308
+ @pulumi.getter(name="ipRules")
309
+ def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]]]:
310
+ """
311
+ A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
312
+ """
313
+ return pulumi.get(self, "ip_rules")
314
+
315
+ @ip_rules.setter
316
+ def ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpRuleArgs']]]]):
317
+ pulumi.set(self, "ip_rules", value)
318
+
319
+
320
+ if not MYPY:
321
+ class PrivateEndpointConnectionPropertiesPrivateEndpointArgsDict(TypedDict):
322
+ """
323
+ The private endpoint resource from Microsoft.Network provider.
324
+ """
325
+ id: NotRequired[pulumi.Input[str]]
326
+ """
327
+ The resource ID of the private endpoint resource from Microsoft.Network provider.
328
+ """
329
+ elif False:
330
+ PrivateEndpointConnectionPropertiesPrivateEndpointArgsDict: TypeAlias = Mapping[str, Any]
331
+
332
+ @pulumi.input_type
333
+ class PrivateEndpointConnectionPropertiesPrivateEndpointArgs:
334
+ def __init__(__self__, *,
335
+ id: Optional[pulumi.Input[str]] = None):
336
+ """
337
+ The private endpoint resource from Microsoft.Network provider.
338
+ :param pulumi.Input[str] id: The resource ID of the private endpoint resource from Microsoft.Network provider.
339
+ """
340
+ if id is not None:
341
+ pulumi.set(__self__, "id", id)
342
+
343
+ @property
344
+ @pulumi.getter
345
+ def id(self) -> Optional[pulumi.Input[str]]:
346
+ """
347
+ The resource ID of the private endpoint resource from Microsoft.Network provider.
348
+ """
349
+ return pulumi.get(self, "id")
350
+
351
+ @id.setter
352
+ def id(self, value: Optional[pulumi.Input[str]]):
353
+ pulumi.set(self, "id", value)
354
+
355
+
356
+ if not MYPY:
357
+ class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgsDict(TypedDict):
358
+ """
359
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
360
+ """
361
+ actions_required: NotRequired[pulumi.Input[str]]
362
+ """
363
+ A description of any extra actions that may be required.
364
+ """
365
+ description: NotRequired[pulumi.Input[str]]
366
+ """
367
+ The description for the private link service connection state.
368
+ """
369
+ status: NotRequired[pulumi.Input['PrivateLinkServiceConnectionStatus']]
370
+ """
371
+ Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
372
+ """
373
+ elif False:
374
+ PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
375
+
376
+ @pulumi.input_type
377
+ class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs:
378
+ def __init__(__self__, *,
379
+ actions_required: Optional[pulumi.Input[str]] = None,
380
+ description: Optional[pulumi.Input[str]] = None,
381
+ status: Optional[pulumi.Input['PrivateLinkServiceConnectionStatus']] = None):
382
+ """
383
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
384
+ :param pulumi.Input[str] actions_required: A description of any extra actions that may be required.
385
+ :param pulumi.Input[str] description: The description for the private link service connection state.
386
+ :param pulumi.Input['PrivateLinkServiceConnectionStatus'] status: Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
387
+ """
388
+ if actions_required is None:
389
+ actions_required = 'None'
390
+ if actions_required is not None:
391
+ pulumi.set(__self__, "actions_required", actions_required)
392
+ if description is not None:
393
+ pulumi.set(__self__, "description", description)
394
+ if status is not None:
395
+ pulumi.set(__self__, "status", status)
396
+
397
+ @property
398
+ @pulumi.getter(name="actionsRequired")
399
+ def actions_required(self) -> Optional[pulumi.Input[str]]:
400
+ """
401
+ A description of any extra actions that may be required.
402
+ """
403
+ return pulumi.get(self, "actions_required")
404
+
405
+ @actions_required.setter
406
+ def actions_required(self, value: Optional[pulumi.Input[str]]):
407
+ pulumi.set(self, "actions_required", value)
408
+
409
+ @property
410
+ @pulumi.getter
411
+ def description(self) -> Optional[pulumi.Input[str]]:
412
+ """
413
+ The description for the private link service connection state.
414
+ """
415
+ return pulumi.get(self, "description")
416
+
417
+ @description.setter
418
+ def description(self, value: Optional[pulumi.Input[str]]):
419
+ pulumi.set(self, "description", value)
420
+
421
+ @property
422
+ @pulumi.getter
423
+ def status(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStatus']]:
424
+ """
425
+ Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
426
+ """
427
+ return pulumi.get(self, "status")
428
+
429
+ @status.setter
430
+ def status(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStatus']]):
431
+ pulumi.set(self, "status", value)
432
+
433
+
434
+ if not MYPY:
435
+ class PrivateEndpointConnectionPropertiesArgsDict(TypedDict):
436
+ """
437
+ Describes the properties of an existing private endpoint connection to the search service.
438
+ """
439
+ group_id: NotRequired[pulumi.Input[str]]
440
+ """
441
+ The group ID of the Azure resource for which the private link service is for.
442
+ """
443
+ private_endpoint: NotRequired[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateEndpointArgsDict']]
444
+ """
445
+ The private endpoint resource from Microsoft.Network provider.
446
+ """
447
+ private_link_service_connection_state: NotRequired[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgsDict']]
448
+ """
449
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
450
+ """
451
+ provisioning_state: NotRequired[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionProvisioningState']]]
452
+ """
453
+ The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
454
+ """
455
+ elif False:
456
+ PrivateEndpointConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
457
+
458
+ @pulumi.input_type
459
+ class PrivateEndpointConnectionPropertiesArgs:
460
+ def __init__(__self__, *,
461
+ group_id: Optional[pulumi.Input[str]] = None,
462
+ private_endpoint: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateEndpointArgs']] = None,
463
+ private_link_service_connection_state: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs']] = None,
464
+ provisioning_state: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionProvisioningState']]] = None):
465
+ """
466
+ Describes the properties of an existing private endpoint connection to the search service.
467
+ :param pulumi.Input[str] group_id: The group ID of the Azure resource for which the private link service is for.
468
+ :param pulumi.Input['PrivateEndpointConnectionPropertiesPrivateEndpointArgs'] private_endpoint: The private endpoint resource from Microsoft.Network provider.
469
+ :param pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Describes the current state of an existing Azure Private Link service connection to the private endpoint.
470
+ :param pulumi.Input[Union[str, 'PrivateLinkServiceConnectionProvisioningState']] provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
471
+ """
472
+ if group_id is not None:
473
+ pulumi.set(__self__, "group_id", group_id)
474
+ if private_endpoint is not None:
475
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
476
+ if private_link_service_connection_state is not None:
477
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
478
+ if provisioning_state is not None:
479
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
480
+
481
+ @property
482
+ @pulumi.getter(name="groupId")
483
+ def group_id(self) -> Optional[pulumi.Input[str]]:
484
+ """
485
+ The group ID of the Azure resource for which the private link service is for.
486
+ """
487
+ return pulumi.get(self, "group_id")
488
+
489
+ @group_id.setter
490
+ def group_id(self, value: Optional[pulumi.Input[str]]):
491
+ pulumi.set(self, "group_id", value)
492
+
493
+ @property
494
+ @pulumi.getter(name="privateEndpoint")
495
+ def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateEndpointArgs']]:
496
+ """
497
+ The private endpoint resource from Microsoft.Network provider.
498
+ """
499
+ return pulumi.get(self, "private_endpoint")
500
+
501
+ @private_endpoint.setter
502
+ def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateEndpointArgs']]):
503
+ pulumi.set(self, "private_endpoint", value)
504
+
505
+ @property
506
+ @pulumi.getter(name="privateLinkServiceConnectionState")
507
+ def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs']]:
508
+ """
509
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
510
+ """
511
+ return pulumi.get(self, "private_link_service_connection_state")
512
+
513
+ @private_link_service_connection_state.setter
514
+ def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs']]):
515
+ pulumi.set(self, "private_link_service_connection_state", value)
516
+
517
+ @property
518
+ @pulumi.getter(name="provisioningState")
519
+ def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionProvisioningState']]]:
520
+ """
521
+ The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
522
+ """
523
+ return pulumi.get(self, "provisioning_state")
524
+
525
+ @provisioning_state.setter
526
+ def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionProvisioningState']]]):
527
+ pulumi.set(self, "provisioning_state", value)
528
+
529
+
530
+ if not MYPY:
531
+ class SharedPrivateLinkResourcePropertiesArgsDict(TypedDict):
532
+ """
533
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
534
+ """
535
+ group_id: NotRequired[pulumi.Input[str]]
536
+ """
537
+ The group ID from the provider of resource the shared private link resource is for.
538
+ """
539
+ private_link_resource_id: NotRequired[pulumi.Input[str]]
540
+ """
541
+ The resource ID of the resource the shared private link resource is for.
542
+ """
543
+ provisioning_state: NotRequired[pulumi.Input[Union[str, 'SharedPrivateLinkResourceProvisioningState']]]
544
+ """
545
+ The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
546
+ """
547
+ request_message: NotRequired[pulumi.Input[str]]
548
+ """
549
+ The message for requesting approval of the shared private link resource.
550
+ """
551
+ resource_region: NotRequired[pulumi.Input[str]]
552
+ """
553
+ Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
554
+ """
555
+ status: NotRequired[pulumi.Input[Union[str, 'SharedPrivateLinkResourceStatus']]]
556
+ """
557
+ Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
558
+ """
559
+ elif False:
560
+ SharedPrivateLinkResourcePropertiesArgsDict: TypeAlias = Mapping[str, Any]
561
+
562
+ @pulumi.input_type
563
+ class SharedPrivateLinkResourcePropertiesArgs:
564
+ def __init__(__self__, *,
565
+ group_id: Optional[pulumi.Input[str]] = None,
566
+ private_link_resource_id: Optional[pulumi.Input[str]] = None,
567
+ provisioning_state: Optional[pulumi.Input[Union[str, 'SharedPrivateLinkResourceProvisioningState']]] = None,
568
+ request_message: Optional[pulumi.Input[str]] = None,
569
+ resource_region: Optional[pulumi.Input[str]] = None,
570
+ status: Optional[pulumi.Input[Union[str, 'SharedPrivateLinkResourceStatus']]] = None):
571
+ """
572
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
573
+ :param pulumi.Input[str] group_id: The group ID from the provider of resource the shared private link resource is for.
574
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
575
+ :param pulumi.Input[Union[str, 'SharedPrivateLinkResourceProvisioningState']] provisioning_state: The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
576
+ :param pulumi.Input[str] request_message: The message for requesting approval of the shared private link resource.
577
+ :param pulumi.Input[str] resource_region: Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
578
+ :param pulumi.Input[Union[str, 'SharedPrivateLinkResourceStatus']] status: Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
579
+ """
580
+ if group_id is not None:
581
+ pulumi.set(__self__, "group_id", group_id)
582
+ if private_link_resource_id is not None:
583
+ pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
584
+ if provisioning_state is not None:
585
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
586
+ if request_message is not None:
587
+ pulumi.set(__self__, "request_message", request_message)
588
+ if resource_region is not None:
589
+ pulumi.set(__self__, "resource_region", resource_region)
590
+ if status is not None:
591
+ pulumi.set(__self__, "status", status)
592
+
593
+ @property
594
+ @pulumi.getter(name="groupId")
595
+ def group_id(self) -> Optional[pulumi.Input[str]]:
596
+ """
597
+ The group ID from the provider of resource the shared private link resource is for.
598
+ """
599
+ return pulumi.get(self, "group_id")
600
+
601
+ @group_id.setter
602
+ def group_id(self, value: Optional[pulumi.Input[str]]):
603
+ pulumi.set(self, "group_id", value)
604
+
605
+ @property
606
+ @pulumi.getter(name="privateLinkResourceId")
607
+ def private_link_resource_id(self) -> Optional[pulumi.Input[str]]:
608
+ """
609
+ The resource ID of the resource the shared private link resource is for.
610
+ """
611
+ return pulumi.get(self, "private_link_resource_id")
612
+
613
+ @private_link_resource_id.setter
614
+ def private_link_resource_id(self, value: Optional[pulumi.Input[str]]):
615
+ pulumi.set(self, "private_link_resource_id", value)
616
+
617
+ @property
618
+ @pulumi.getter(name="provisioningState")
619
+ def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'SharedPrivateLinkResourceProvisioningState']]]:
620
+ """
621
+ The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
622
+ """
623
+ return pulumi.get(self, "provisioning_state")
624
+
625
+ @provisioning_state.setter
626
+ def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'SharedPrivateLinkResourceProvisioningState']]]):
627
+ pulumi.set(self, "provisioning_state", value)
628
+
629
+ @property
630
+ @pulumi.getter(name="requestMessage")
631
+ def request_message(self) -> Optional[pulumi.Input[str]]:
632
+ """
633
+ The message for requesting approval of the shared private link resource.
634
+ """
635
+ return pulumi.get(self, "request_message")
636
+
637
+ @request_message.setter
638
+ def request_message(self, value: Optional[pulumi.Input[str]]):
639
+ pulumi.set(self, "request_message", value)
640
+
641
+ @property
642
+ @pulumi.getter(name="resourceRegion")
643
+ def resource_region(self) -> Optional[pulumi.Input[str]]:
644
+ """
645
+ Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
646
+ """
647
+ return pulumi.get(self, "resource_region")
648
+
649
+ @resource_region.setter
650
+ def resource_region(self, value: Optional[pulumi.Input[str]]):
651
+ pulumi.set(self, "resource_region", value)
652
+
653
+ @property
654
+ @pulumi.getter
655
+ def status(self) -> Optional[pulumi.Input[Union[str, 'SharedPrivateLinkResourceStatus']]]:
656
+ """
657
+ Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
658
+ """
659
+ return pulumi.get(self, "status")
660
+
661
+ @status.setter
662
+ def status(self, value: Optional[pulumi.Input[Union[str, 'SharedPrivateLinkResourceStatus']]]):
663
+ pulumi.set(self, "status", value)
664
+
665
+
666
+ if not MYPY:
667
+ class SkuArgsDict(TypedDict):
668
+ """
669
+ Defines the SKU of a search service, which determines billing rate and capacity limits.
670
+ """
671
+ name: NotRequired[pulumi.Input[Union[str, 'SkuName']]]
672
+ """
673
+ The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
674
+ """
675
+ elif False:
676
+ SkuArgsDict: TypeAlias = Mapping[str, Any]
677
+
678
+ @pulumi.input_type
679
+ class SkuArgs:
680
+ def __init__(__self__, *,
681
+ name: Optional[pulumi.Input[Union[str, 'SkuName']]] = None):
682
+ """
683
+ Defines the SKU of a search service, which determines billing rate and capacity limits.
684
+ :param pulumi.Input[Union[str, 'SkuName']] name: The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
685
+ """
686
+ if name is not None:
687
+ pulumi.set(__self__, "name", name)
688
+
689
+ @property
690
+ @pulumi.getter
691
+ def name(self) -> Optional[pulumi.Input[Union[str, 'SkuName']]]:
692
+ """
693
+ The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'
694
+ """
695
+ return pulumi.get(self, "name")
696
+
697
+ @name.setter
698
+ def name(self, value: Optional[pulumi.Input[Union[str, 'SkuName']]]):
699
+ pulumi.set(self, "name", value)
700
+
701
+