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,943 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'DataPlaneAadOrApiKeyAuthOptionResponse',
21
+ 'DataPlaneAuthOptionsResponse',
22
+ 'EncryptionWithCmkResponse',
23
+ 'IdentityResponse',
24
+ 'IpRuleResponse',
25
+ 'NetworkRuleSetResponse',
26
+ 'PrivateEndpointConnectionPropertiesResponse',
27
+ 'PrivateEndpointConnectionPropertiesResponsePrivateEndpoint',
28
+ 'PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState',
29
+ 'PrivateEndpointConnectionResponse',
30
+ 'QueryKeyResponse',
31
+ 'SharedPrivateLinkResourcePropertiesResponse',
32
+ 'SharedPrivateLinkResourceResponse',
33
+ 'SkuResponse',
34
+ 'SystemDataResponse',
35
+ 'UserAssignedManagedIdentityResponse',
36
+ ]
37
+
38
+ @pulumi.output_type
39
+ class DataPlaneAadOrApiKeyAuthOptionResponse(dict):
40
+ """
41
+ Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
42
+ """
43
+ @staticmethod
44
+ def __key_warning(key: str):
45
+ suggest = None
46
+ if key == "aadAuthFailureMode":
47
+ suggest = "aad_auth_failure_mode"
48
+
49
+ if suggest:
50
+ pulumi.log.warn(f"Key '{key}' not found in DataPlaneAadOrApiKeyAuthOptionResponse. Access the value via the '{suggest}' property getter instead.")
51
+
52
+ def __getitem__(self, key: str) -> Any:
53
+ DataPlaneAadOrApiKeyAuthOptionResponse.__key_warning(key)
54
+ return super().__getitem__(key)
55
+
56
+ def get(self, key: str, default = None) -> Any:
57
+ DataPlaneAadOrApiKeyAuthOptionResponse.__key_warning(key)
58
+ return super().get(key, default)
59
+
60
+ def __init__(__self__, *,
61
+ aad_auth_failure_mode: Optional[str] = None):
62
+ """
63
+ Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
64
+ :param str aad_auth_failure_mode: Describes what response the data plane API of a search service would send for requests that failed authentication.
65
+ """
66
+ if aad_auth_failure_mode is not None:
67
+ pulumi.set(__self__, "aad_auth_failure_mode", aad_auth_failure_mode)
68
+
69
+ @property
70
+ @pulumi.getter(name="aadAuthFailureMode")
71
+ def aad_auth_failure_mode(self) -> Optional[str]:
72
+ """
73
+ Describes what response the data plane API of a search service would send for requests that failed authentication.
74
+ """
75
+ return pulumi.get(self, "aad_auth_failure_mode")
76
+
77
+
78
+ @pulumi.output_type
79
+ class DataPlaneAuthOptionsResponse(dict):
80
+ """
81
+ Defines the options for how the search service authenticates a data plane request. This cannot be set if 'disableLocalAuth' is set to true.
82
+ """
83
+ @staticmethod
84
+ def __key_warning(key: str):
85
+ suggest = None
86
+ if key == "aadOrApiKey":
87
+ suggest = "aad_or_api_key"
88
+ elif key == "apiKeyOnly":
89
+ suggest = "api_key_only"
90
+
91
+ if suggest:
92
+ pulumi.log.warn(f"Key '{key}' not found in DataPlaneAuthOptionsResponse. Access the value via the '{suggest}' property getter instead.")
93
+
94
+ def __getitem__(self, key: str) -> Any:
95
+ DataPlaneAuthOptionsResponse.__key_warning(key)
96
+ return super().__getitem__(key)
97
+
98
+ def get(self, key: str, default = None) -> Any:
99
+ DataPlaneAuthOptionsResponse.__key_warning(key)
100
+ return super().get(key, default)
101
+
102
+ def __init__(__self__, *,
103
+ aad_or_api_key: Optional['outputs.DataPlaneAadOrApiKeyAuthOptionResponse'] = None,
104
+ api_key_only: Optional[Any] = None):
105
+ """
106
+ Defines the options for how the search service authenticates a data plane request. This cannot be set if 'disableLocalAuth' is set to true.
107
+ :param 'DataPlaneAadOrApiKeyAuthOptionResponse' 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.
108
+ :param Any api_key_only: Indicates that only the API key can be used for authentication.
109
+ """
110
+ if aad_or_api_key is not None:
111
+ pulumi.set(__self__, "aad_or_api_key", aad_or_api_key)
112
+ if api_key_only is not None:
113
+ pulumi.set(__self__, "api_key_only", api_key_only)
114
+
115
+ @property
116
+ @pulumi.getter(name="aadOrApiKey")
117
+ def aad_or_api_key(self) -> Optional['outputs.DataPlaneAadOrApiKeyAuthOptionResponse']:
118
+ """
119
+ Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication.
120
+ """
121
+ return pulumi.get(self, "aad_or_api_key")
122
+
123
+ @property
124
+ @pulumi.getter(name="apiKeyOnly")
125
+ def api_key_only(self) -> Optional[Any]:
126
+ """
127
+ Indicates that only the API key can be used for authentication.
128
+ """
129
+ return pulumi.get(self, "api_key_only")
130
+
131
+
132
+ @pulumi.output_type
133
+ class EncryptionWithCmkResponse(dict):
134
+ """
135
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
136
+ """
137
+ @staticmethod
138
+ def __key_warning(key: str):
139
+ suggest = None
140
+ if key == "encryptionComplianceStatus":
141
+ suggest = "encryption_compliance_status"
142
+
143
+ if suggest:
144
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionWithCmkResponse. Access the value via the '{suggest}' property getter instead.")
145
+
146
+ def __getitem__(self, key: str) -> Any:
147
+ EncryptionWithCmkResponse.__key_warning(key)
148
+ return super().__getitem__(key)
149
+
150
+ def get(self, key: str, default = None) -> Any:
151
+ EncryptionWithCmkResponse.__key_warning(key)
152
+ return super().get(key, default)
153
+
154
+ def __init__(__self__, *,
155
+ encryption_compliance_status: str,
156
+ enforcement: Optional[str] = None):
157
+ """
158
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
159
+ :param str encryption_compliance_status: Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant.
160
+ :param str enforcement: Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
161
+ """
162
+ pulumi.set(__self__, "encryption_compliance_status", encryption_compliance_status)
163
+ if enforcement is not None:
164
+ pulumi.set(__self__, "enforcement", enforcement)
165
+
166
+ @property
167
+ @pulumi.getter(name="encryptionComplianceStatus")
168
+ def encryption_compliance_status(self) -> str:
169
+ """
170
+ Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant.
171
+ """
172
+ return pulumi.get(self, "encryption_compliance_status")
173
+
174
+ @property
175
+ @pulumi.getter
176
+ def enforcement(self) -> Optional[str]:
177
+ """
178
+ Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
179
+ """
180
+ return pulumi.get(self, "enforcement")
181
+
182
+
183
+ @pulumi.output_type
184
+ class IdentityResponse(dict):
185
+ """
186
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
187
+ """
188
+ @staticmethod
189
+ def __key_warning(key: str):
190
+ suggest = None
191
+ if key == "principalId":
192
+ suggest = "principal_id"
193
+ elif key == "tenantId":
194
+ suggest = "tenant_id"
195
+ elif key == "userAssignedIdentities":
196
+ suggest = "user_assigned_identities"
197
+
198
+ if suggest:
199
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
200
+
201
+ def __getitem__(self, key: str) -> Any:
202
+ IdentityResponse.__key_warning(key)
203
+ return super().__getitem__(key)
204
+
205
+ def get(self, key: str, default = None) -> Any:
206
+ IdentityResponse.__key_warning(key)
207
+ return super().get(key, default)
208
+
209
+ def __init__(__self__, *,
210
+ principal_id: str,
211
+ tenant_id: str,
212
+ type: str,
213
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedManagedIdentityResponse']] = None):
214
+ """
215
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
216
+ :param str principal_id: The principal ID of the system-assigned identity of the search service.
217
+ :param str tenant_id: The tenant ID of the system-assigned identity of the search service.
218
+ :param str 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.
219
+ :param Mapping[str, 'UserAssignedManagedIdentityResponse'] 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}'.
220
+ """
221
+ pulumi.set(__self__, "principal_id", principal_id)
222
+ pulumi.set(__self__, "tenant_id", tenant_id)
223
+ pulumi.set(__self__, "type", type)
224
+ if user_assigned_identities is not None:
225
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
226
+
227
+ @property
228
+ @pulumi.getter(name="principalId")
229
+ def principal_id(self) -> str:
230
+ """
231
+ The principal ID of the system-assigned identity of the search service.
232
+ """
233
+ return pulumi.get(self, "principal_id")
234
+
235
+ @property
236
+ @pulumi.getter(name="tenantId")
237
+ def tenant_id(self) -> str:
238
+ """
239
+ The tenant ID of the system-assigned identity of the search service.
240
+ """
241
+ return pulumi.get(self, "tenant_id")
242
+
243
+ @property
244
+ @pulumi.getter
245
+ def type(self) -> str:
246
+ """
247
+ 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.
248
+ """
249
+ return pulumi.get(self, "type")
250
+
251
+ @property
252
+ @pulumi.getter(name="userAssignedIdentities")
253
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedManagedIdentityResponse']]:
254
+ """
255
+ 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}'.
256
+ """
257
+ return pulumi.get(self, "user_assigned_identities")
258
+
259
+
260
+ @pulumi.output_type
261
+ class IpRuleResponse(dict):
262
+ """
263
+ The IP restriction rule of the Azure AI Search service.
264
+ """
265
+ def __init__(__self__, *,
266
+ value: Optional[str] = None):
267
+ """
268
+ The IP restriction rule of the Azure AI Search service.
269
+ :param 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.
270
+ """
271
+ if value is not None:
272
+ pulumi.set(__self__, "value", value)
273
+
274
+ @property
275
+ @pulumi.getter
276
+ def value(self) -> Optional[str]:
277
+ """
278
+ 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.
279
+ """
280
+ return pulumi.get(self, "value")
281
+
282
+
283
+ @pulumi.output_type
284
+ class NetworkRuleSetResponse(dict):
285
+ """
286
+ Network specific rules that determine how the Azure AI Search service may be reached.
287
+ """
288
+ @staticmethod
289
+ def __key_warning(key: str):
290
+ suggest = None
291
+ if key == "ipRules":
292
+ suggest = "ip_rules"
293
+
294
+ if suggest:
295
+ pulumi.log.warn(f"Key '{key}' not found in NetworkRuleSetResponse. Access the value via the '{suggest}' property getter instead.")
296
+
297
+ def __getitem__(self, key: str) -> Any:
298
+ NetworkRuleSetResponse.__key_warning(key)
299
+ return super().__getitem__(key)
300
+
301
+ def get(self, key: str, default = None) -> Any:
302
+ NetworkRuleSetResponse.__key_warning(key)
303
+ return super().get(key, default)
304
+
305
+ def __init__(__self__, *,
306
+ bypass: Optional[str] = None,
307
+ ip_rules: Optional[Sequence['outputs.IpRuleResponse']] = None):
308
+ """
309
+ Network specific rules that determine how the Azure AI Search service may be reached.
310
+ :param str bypass: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
311
+ :param Sequence['IpRuleResponse'] 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.
312
+ """
313
+ if bypass is not None:
314
+ pulumi.set(__self__, "bypass", bypass)
315
+ if ip_rules is not None:
316
+ pulumi.set(__self__, "ip_rules", ip_rules)
317
+
318
+ @property
319
+ @pulumi.getter
320
+ def bypass(self) -> Optional[str]:
321
+ """
322
+ Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
323
+ """
324
+ return pulumi.get(self, "bypass")
325
+
326
+ @property
327
+ @pulumi.getter(name="ipRules")
328
+ def ip_rules(self) -> Optional[Sequence['outputs.IpRuleResponse']]:
329
+ """
330
+ 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.
331
+ """
332
+ return pulumi.get(self, "ip_rules")
333
+
334
+
335
+ @pulumi.output_type
336
+ class PrivateEndpointConnectionPropertiesResponse(dict):
337
+ """
338
+ Describes the properties of an existing private endpoint connection to the search service.
339
+ """
340
+ @staticmethod
341
+ def __key_warning(key: str):
342
+ suggest = None
343
+ if key == "groupId":
344
+ suggest = "group_id"
345
+ elif key == "privateEndpoint":
346
+ suggest = "private_endpoint"
347
+ elif key == "privateLinkServiceConnectionState":
348
+ suggest = "private_link_service_connection_state"
349
+ elif key == "provisioningState":
350
+ suggest = "provisioning_state"
351
+
352
+ if suggest:
353
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
354
+
355
+ def __getitem__(self, key: str) -> Any:
356
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
357
+ return super().__getitem__(key)
358
+
359
+ def get(self, key: str, default = None) -> Any:
360
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
361
+ return super().get(key, default)
362
+
363
+ def __init__(__self__, *,
364
+ group_id: Optional[str] = None,
365
+ private_endpoint: Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateEndpoint'] = None,
366
+ private_link_service_connection_state: Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState'] = None,
367
+ provisioning_state: Optional[str] = None):
368
+ """
369
+ Describes the properties of an existing private endpoint connection to the search service.
370
+ :param str group_id: The group ID of the Azure resource for which the private link service is for.
371
+ :param 'PrivateEndpointConnectionPropertiesResponsePrivateEndpoint' private_endpoint: The private endpoint resource from Microsoft.Network provider.
372
+ :param 'PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState' private_link_service_connection_state: Describes the current state of an existing Azure Private Link service connection to the private endpoint.
373
+ :param str provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
374
+ """
375
+ if group_id is not None:
376
+ pulumi.set(__self__, "group_id", group_id)
377
+ if private_endpoint is not None:
378
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
379
+ if private_link_service_connection_state is not None:
380
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
381
+ if provisioning_state is not None:
382
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
383
+
384
+ @property
385
+ @pulumi.getter(name="groupId")
386
+ def group_id(self) -> Optional[str]:
387
+ """
388
+ The group ID of the Azure resource for which the private link service is for.
389
+ """
390
+ return pulumi.get(self, "group_id")
391
+
392
+ @property
393
+ @pulumi.getter(name="privateEndpoint")
394
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateEndpoint']:
395
+ """
396
+ The private endpoint resource from Microsoft.Network provider.
397
+ """
398
+ return pulumi.get(self, "private_endpoint")
399
+
400
+ @property
401
+ @pulumi.getter(name="privateLinkServiceConnectionState")
402
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState']:
403
+ """
404
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
405
+ """
406
+ return pulumi.get(self, "private_link_service_connection_state")
407
+
408
+ @property
409
+ @pulumi.getter(name="provisioningState")
410
+ def provisioning_state(self) -> Optional[str]:
411
+ """
412
+ The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
413
+ """
414
+ return pulumi.get(self, "provisioning_state")
415
+
416
+
417
+ @pulumi.output_type
418
+ class PrivateEndpointConnectionPropertiesResponsePrivateEndpoint(dict):
419
+ """
420
+ The private endpoint resource from Microsoft.Network provider.
421
+ """
422
+ def __init__(__self__, *,
423
+ id: Optional[str] = None):
424
+ """
425
+ The private endpoint resource from Microsoft.Network provider.
426
+ :param str id: The resource ID of the private endpoint resource from Microsoft.Network provider.
427
+ """
428
+ if id is not None:
429
+ pulumi.set(__self__, "id", id)
430
+
431
+ @property
432
+ @pulumi.getter
433
+ def id(self) -> Optional[str]:
434
+ """
435
+ The resource ID of the private endpoint resource from Microsoft.Network provider.
436
+ """
437
+ return pulumi.get(self, "id")
438
+
439
+
440
+ @pulumi.output_type
441
+ class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState(dict):
442
+ """
443
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
444
+ """
445
+ @staticmethod
446
+ def __key_warning(key: str):
447
+ suggest = None
448
+ if key == "actionsRequired":
449
+ suggest = "actions_required"
450
+
451
+ if suggest:
452
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState. Access the value via the '{suggest}' property getter instead.")
453
+
454
+ def __getitem__(self, key: str) -> Any:
455
+ PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState.__key_warning(key)
456
+ return super().__getitem__(key)
457
+
458
+ def get(self, key: str, default = None) -> Any:
459
+ PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState.__key_warning(key)
460
+ return super().get(key, default)
461
+
462
+ def __init__(__self__, *,
463
+ actions_required: Optional[str] = None,
464
+ description: Optional[str] = None,
465
+ status: Optional[str] = None):
466
+ """
467
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
468
+ :param str actions_required: A description of any extra actions that may be required.
469
+ :param str description: The description for the private link service connection state.
470
+ :param str status: Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
471
+ """
472
+ if actions_required is None:
473
+ actions_required = 'None'
474
+ if actions_required is not None:
475
+ pulumi.set(__self__, "actions_required", actions_required)
476
+ if description is not None:
477
+ pulumi.set(__self__, "description", description)
478
+ if status is not None:
479
+ pulumi.set(__self__, "status", status)
480
+
481
+ @property
482
+ @pulumi.getter(name="actionsRequired")
483
+ def actions_required(self) -> Optional[str]:
484
+ """
485
+ A description of any extra actions that may be required.
486
+ """
487
+ return pulumi.get(self, "actions_required")
488
+
489
+ @property
490
+ @pulumi.getter
491
+ def description(self) -> Optional[str]:
492
+ """
493
+ The description for the private link service connection state.
494
+ """
495
+ return pulumi.get(self, "description")
496
+
497
+ @property
498
+ @pulumi.getter
499
+ def status(self) -> Optional[str]:
500
+ """
501
+ Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
502
+ """
503
+ return pulumi.get(self, "status")
504
+
505
+
506
+ @pulumi.output_type
507
+ class PrivateEndpointConnectionResponse(dict):
508
+ """
509
+ Describes an existing private endpoint connection to the Azure AI Search service.
510
+ """
511
+ def __init__(__self__, *,
512
+ id: str,
513
+ name: str,
514
+ type: str,
515
+ properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
516
+ """
517
+ Describes an existing private endpoint connection to the Azure AI Search service.
518
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
519
+ :param str name: The name of the resource
520
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
521
+ :param 'PrivateEndpointConnectionPropertiesResponse' properties: Describes the properties of an existing private endpoint connection to the Azure AI Search service.
522
+ """
523
+ pulumi.set(__self__, "id", id)
524
+ pulumi.set(__self__, "name", name)
525
+ pulumi.set(__self__, "type", type)
526
+ if properties is not None:
527
+ pulumi.set(__self__, "properties", properties)
528
+
529
+ @property
530
+ @pulumi.getter
531
+ def id(self) -> str:
532
+ """
533
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
534
+ """
535
+ return pulumi.get(self, "id")
536
+
537
+ @property
538
+ @pulumi.getter
539
+ def name(self) -> str:
540
+ """
541
+ The name of the resource
542
+ """
543
+ return pulumi.get(self, "name")
544
+
545
+ @property
546
+ @pulumi.getter
547
+ def type(self) -> str:
548
+ """
549
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
550
+ """
551
+ return pulumi.get(self, "type")
552
+
553
+ @property
554
+ @pulumi.getter
555
+ def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
556
+ """
557
+ Describes the properties of an existing private endpoint connection to the Azure AI Search service.
558
+ """
559
+ return pulumi.get(self, "properties")
560
+
561
+
562
+ @pulumi.output_type
563
+ class QueryKeyResponse(dict):
564
+ """
565
+ Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index.
566
+ """
567
+ def __init__(__self__, *,
568
+ key: str,
569
+ name: str):
570
+ """
571
+ Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index.
572
+ :param str key: The value of the query API key.
573
+ :param str name: The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.
574
+ """
575
+ pulumi.set(__self__, "key", key)
576
+ pulumi.set(__self__, "name", name)
577
+
578
+ @property
579
+ @pulumi.getter
580
+ def key(self) -> str:
581
+ """
582
+ The value of the query API key.
583
+ """
584
+ return pulumi.get(self, "key")
585
+
586
+ @property
587
+ @pulumi.getter
588
+ def name(self) -> str:
589
+ """
590
+ The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.
591
+ """
592
+ return pulumi.get(self, "name")
593
+
594
+
595
+ @pulumi.output_type
596
+ class SharedPrivateLinkResourcePropertiesResponse(dict):
597
+ """
598
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
599
+ """
600
+ @staticmethod
601
+ def __key_warning(key: str):
602
+ suggest = None
603
+ if key == "groupId":
604
+ suggest = "group_id"
605
+ elif key == "privateLinkResourceId":
606
+ suggest = "private_link_resource_id"
607
+ elif key == "provisioningState":
608
+ suggest = "provisioning_state"
609
+ elif key == "requestMessage":
610
+ suggest = "request_message"
611
+ elif key == "resourceRegion":
612
+ suggest = "resource_region"
613
+
614
+ if suggest:
615
+ pulumi.log.warn(f"Key '{key}' not found in SharedPrivateLinkResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
616
+
617
+ def __getitem__(self, key: str) -> Any:
618
+ SharedPrivateLinkResourcePropertiesResponse.__key_warning(key)
619
+ return super().__getitem__(key)
620
+
621
+ def get(self, key: str, default = None) -> Any:
622
+ SharedPrivateLinkResourcePropertiesResponse.__key_warning(key)
623
+ return super().get(key, default)
624
+
625
+ def __init__(__self__, *,
626
+ group_id: Optional[str] = None,
627
+ private_link_resource_id: Optional[str] = None,
628
+ provisioning_state: Optional[str] = None,
629
+ request_message: Optional[str] = None,
630
+ resource_region: Optional[str] = None,
631
+ status: Optional[str] = None):
632
+ """
633
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
634
+ :param str group_id: The group ID from the provider of resource the shared private link resource is for.
635
+ :param str private_link_resource_id: The resource ID of the resource the shared private link resource is for.
636
+ :param str provisioning_state: The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
637
+ :param str request_message: The message for requesting approval of the shared private link resource.
638
+ :param 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).
639
+ :param str status: Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
640
+ """
641
+ if group_id is not None:
642
+ pulumi.set(__self__, "group_id", group_id)
643
+ if private_link_resource_id is not None:
644
+ pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
645
+ if provisioning_state is not None:
646
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
647
+ if request_message is not None:
648
+ pulumi.set(__self__, "request_message", request_message)
649
+ if resource_region is not None:
650
+ pulumi.set(__self__, "resource_region", resource_region)
651
+ if status is not None:
652
+ pulumi.set(__self__, "status", status)
653
+
654
+ @property
655
+ @pulumi.getter(name="groupId")
656
+ def group_id(self) -> Optional[str]:
657
+ """
658
+ The group ID from the provider of resource the shared private link resource is for.
659
+ """
660
+ return pulumi.get(self, "group_id")
661
+
662
+ @property
663
+ @pulumi.getter(name="privateLinkResourceId")
664
+ def private_link_resource_id(self) -> Optional[str]:
665
+ """
666
+ The resource ID of the resource the shared private link resource is for.
667
+ """
668
+ return pulumi.get(self, "private_link_resource_id")
669
+
670
+ @property
671
+ @pulumi.getter(name="provisioningState")
672
+ def provisioning_state(self) -> Optional[str]:
673
+ """
674
+ The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
675
+ """
676
+ return pulumi.get(self, "provisioning_state")
677
+
678
+ @property
679
+ @pulumi.getter(name="requestMessage")
680
+ def request_message(self) -> Optional[str]:
681
+ """
682
+ The message for requesting approval of the shared private link resource.
683
+ """
684
+ return pulumi.get(self, "request_message")
685
+
686
+ @property
687
+ @pulumi.getter(name="resourceRegion")
688
+ def resource_region(self) -> Optional[str]:
689
+ """
690
+ 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).
691
+ """
692
+ return pulumi.get(self, "resource_region")
693
+
694
+ @property
695
+ @pulumi.getter
696
+ def status(self) -> Optional[str]:
697
+ """
698
+ Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
699
+ """
700
+ return pulumi.get(self, "status")
701
+
702
+
703
+ @pulumi.output_type
704
+ class SharedPrivateLinkResourceResponse(dict):
705
+ """
706
+ Describes a shared private link resource managed by the Azure AI Search service.
707
+ """
708
+ def __init__(__self__, *,
709
+ id: str,
710
+ name: str,
711
+ type: str,
712
+ properties: Optional['outputs.SharedPrivateLinkResourcePropertiesResponse'] = None):
713
+ """
714
+ Describes a shared private link resource managed by the Azure AI Search service.
715
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
716
+ :param str name: The name of the resource
717
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
718
+ :param 'SharedPrivateLinkResourcePropertiesResponse' properties: Describes the properties of a shared private link resource managed by the Azure AI Search service.
719
+ """
720
+ pulumi.set(__self__, "id", id)
721
+ pulumi.set(__self__, "name", name)
722
+ pulumi.set(__self__, "type", type)
723
+ if properties is not None:
724
+ pulumi.set(__self__, "properties", properties)
725
+
726
+ @property
727
+ @pulumi.getter
728
+ def id(self) -> str:
729
+ """
730
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
731
+ """
732
+ return pulumi.get(self, "id")
733
+
734
+ @property
735
+ @pulumi.getter
736
+ def name(self) -> str:
737
+ """
738
+ The name of the resource
739
+ """
740
+ return pulumi.get(self, "name")
741
+
742
+ @property
743
+ @pulumi.getter
744
+ def type(self) -> str:
745
+ """
746
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
747
+ """
748
+ return pulumi.get(self, "type")
749
+
750
+ @property
751
+ @pulumi.getter
752
+ def properties(self) -> Optional['outputs.SharedPrivateLinkResourcePropertiesResponse']:
753
+ """
754
+ Describes the properties of a shared private link resource managed by the Azure AI Search service.
755
+ """
756
+ return pulumi.get(self, "properties")
757
+
758
+
759
+ @pulumi.output_type
760
+ class SkuResponse(dict):
761
+ """
762
+ Defines the SKU of a search service, which determines billing rate and capacity limits.
763
+ """
764
+ def __init__(__self__, *,
765
+ name: Optional[str] = None):
766
+ """
767
+ Defines the SKU of a search service, which determines billing rate and capacity limits.
768
+ :param str 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.'
769
+ """
770
+ if name is not None:
771
+ pulumi.set(__self__, "name", name)
772
+
773
+ @property
774
+ @pulumi.getter
775
+ def name(self) -> Optional[str]:
776
+ """
777
+ 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.'
778
+ """
779
+ return pulumi.get(self, "name")
780
+
781
+
782
+ @pulumi.output_type
783
+ class SystemDataResponse(dict):
784
+ """
785
+ Metadata pertaining to creation and last modification of the resource.
786
+ """
787
+ @staticmethod
788
+ def __key_warning(key: str):
789
+ suggest = None
790
+ if key == "createdAt":
791
+ suggest = "created_at"
792
+ elif key == "createdBy":
793
+ suggest = "created_by"
794
+ elif key == "createdByType":
795
+ suggest = "created_by_type"
796
+ elif key == "lastModifiedAt":
797
+ suggest = "last_modified_at"
798
+ elif key == "lastModifiedBy":
799
+ suggest = "last_modified_by"
800
+ elif key == "lastModifiedByType":
801
+ suggest = "last_modified_by_type"
802
+
803
+ if suggest:
804
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
805
+
806
+ def __getitem__(self, key: str) -> Any:
807
+ SystemDataResponse.__key_warning(key)
808
+ return super().__getitem__(key)
809
+
810
+ def get(self, key: str, default = None) -> Any:
811
+ SystemDataResponse.__key_warning(key)
812
+ return super().get(key, default)
813
+
814
+ def __init__(__self__, *,
815
+ created_at: Optional[str] = None,
816
+ created_by: Optional[str] = None,
817
+ created_by_type: Optional[str] = None,
818
+ last_modified_at: Optional[str] = None,
819
+ last_modified_by: Optional[str] = None,
820
+ last_modified_by_type: Optional[str] = None):
821
+ """
822
+ Metadata pertaining to creation and last modification of the resource.
823
+ :param str created_at: The timestamp of resource creation (UTC).
824
+ :param str created_by: The identity that created the resource.
825
+ :param str created_by_type: The type of identity that created the resource.
826
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
827
+ :param str last_modified_by: The identity that last modified the resource.
828
+ :param str last_modified_by_type: The type of identity that last modified the resource.
829
+ """
830
+ if created_at is not None:
831
+ pulumi.set(__self__, "created_at", created_at)
832
+ if created_by is not None:
833
+ pulumi.set(__self__, "created_by", created_by)
834
+ if created_by_type is not None:
835
+ pulumi.set(__self__, "created_by_type", created_by_type)
836
+ if last_modified_at is not None:
837
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
838
+ if last_modified_by is not None:
839
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
840
+ if last_modified_by_type is not None:
841
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
842
+
843
+ @property
844
+ @pulumi.getter(name="createdAt")
845
+ def created_at(self) -> Optional[str]:
846
+ """
847
+ The timestamp of resource creation (UTC).
848
+ """
849
+ return pulumi.get(self, "created_at")
850
+
851
+ @property
852
+ @pulumi.getter(name="createdBy")
853
+ def created_by(self) -> Optional[str]:
854
+ """
855
+ The identity that created the resource.
856
+ """
857
+ return pulumi.get(self, "created_by")
858
+
859
+ @property
860
+ @pulumi.getter(name="createdByType")
861
+ def created_by_type(self) -> Optional[str]:
862
+ """
863
+ The type of identity that created the resource.
864
+ """
865
+ return pulumi.get(self, "created_by_type")
866
+
867
+ @property
868
+ @pulumi.getter(name="lastModifiedAt")
869
+ def last_modified_at(self) -> Optional[str]:
870
+ """
871
+ The timestamp of resource last modification (UTC)
872
+ """
873
+ return pulumi.get(self, "last_modified_at")
874
+
875
+ @property
876
+ @pulumi.getter(name="lastModifiedBy")
877
+ def last_modified_by(self) -> Optional[str]:
878
+ """
879
+ The identity that last modified the resource.
880
+ """
881
+ return pulumi.get(self, "last_modified_by")
882
+
883
+ @property
884
+ @pulumi.getter(name="lastModifiedByType")
885
+ def last_modified_by_type(self) -> Optional[str]:
886
+ """
887
+ The type of identity that last modified the resource.
888
+ """
889
+ return pulumi.get(self, "last_modified_by_type")
890
+
891
+
892
+ @pulumi.output_type
893
+ class UserAssignedManagedIdentityResponse(dict):
894
+ """
895
+ The details of the user assigned managed identity assigned to the search service.
896
+ """
897
+ @staticmethod
898
+ def __key_warning(key: str):
899
+ suggest = None
900
+ if key == "clientId":
901
+ suggest = "client_id"
902
+ elif key == "principalId":
903
+ suggest = "principal_id"
904
+
905
+ if suggest:
906
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedManagedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
907
+
908
+ def __getitem__(self, key: str) -> Any:
909
+ UserAssignedManagedIdentityResponse.__key_warning(key)
910
+ return super().__getitem__(key)
911
+
912
+ def get(self, key: str, default = None) -> Any:
913
+ UserAssignedManagedIdentityResponse.__key_warning(key)
914
+ return super().get(key, default)
915
+
916
+ def __init__(__self__, *,
917
+ client_id: str,
918
+ principal_id: str):
919
+ """
920
+ The details of the user assigned managed identity assigned to the search service.
921
+ :param str client_id: The client ID of user assigned identity.
922
+ :param str principal_id: The principal ID of user assigned identity.
923
+ """
924
+ pulumi.set(__self__, "client_id", client_id)
925
+ pulumi.set(__self__, "principal_id", principal_id)
926
+
927
+ @property
928
+ @pulumi.getter(name="clientId")
929
+ def client_id(self) -> str:
930
+ """
931
+ The client ID of user assigned identity.
932
+ """
933
+ return pulumi.get(self, "client_id")
934
+
935
+ @property
936
+ @pulumi.getter(name="principalId")
937
+ def principal_id(self) -> str:
938
+ """
939
+ The principal ID of user assigned identity.
940
+ """
941
+ return pulumi.get(self, "principal_id")
942
+
943
+