pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0a1737355563__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.0a1737355563.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/RECORD +289 -202
  288. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,731 @@
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
+ from ._inputs import *
19
+
20
+ __all__ = ['ServiceArgs', 'Service']
21
+
22
+ @pulumi.input_type
23
+ class ServiceArgs:
24
+ def __init__(__self__, *,
25
+ resource_group_name: pulumi.Input[str],
26
+ auth_options: Optional[pulumi.Input['DataPlaneAuthOptionsArgs']] = None,
27
+ compute_type: Optional[pulumi.Input[Union[str, 'ComputeType']]] = None,
28
+ disable_local_auth: Optional[pulumi.Input[bool]] = None,
29
+ disabled_data_exfiltration_options: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SearchDisabledDataExfiltrationOption']]]]] = None,
30
+ encryption_with_cmk: Optional[pulumi.Input['EncryptionWithCmkArgs']] = None,
31
+ endpoint: Optional[pulumi.Input[str]] = None,
32
+ hosting_mode: Optional[pulumi.Input['HostingMode']] = None,
33
+ identity: Optional[pulumi.Input['IdentityArgs']] = None,
34
+ location: Optional[pulumi.Input[str]] = None,
35
+ network_rule_set: Optional[pulumi.Input['NetworkRuleSetArgs']] = None,
36
+ partition_count: Optional[pulumi.Input[int]] = None,
37
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
38
+ replica_count: Optional[pulumi.Input[int]] = None,
39
+ search_service_name: Optional[pulumi.Input[str]] = None,
40
+ semantic_search: Optional[pulumi.Input[Union[str, 'SearchSemanticSearch']]] = None,
41
+ sku: Optional[pulumi.Input['SkuArgs']] = None,
42
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
43
+ """
44
+ The set of arguments for constructing a Service resource.
45
+ :param pulumi.Input[str] resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
46
+ :param pulumi.Input['DataPlaneAuthOptionsArgs'] auth_options: Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
47
+ :param pulumi.Input[Union[str, 'ComputeType']] compute_type: Configure this property to support the search service using either the default compute or Azure Confidential Compute.
48
+ :param pulumi.Input[bool] disable_local_auth: When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined.
49
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'SearchDisabledDataExfiltrationOption']]]] disabled_data_exfiltration_options: A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future.
50
+ :param pulumi.Input['EncryptionWithCmkArgs'] encryption_with_cmk: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
51
+ :param pulumi.Input[str] endpoint: The endpoint of the Azure AI Search service.
52
+ :param pulumi.Input['HostingMode'] hosting_mode: Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.
53
+ :param pulumi.Input['IdentityArgs'] identity: The identity of the resource.
54
+ :param pulumi.Input[str] location: The geo-location where the resource lives
55
+ :param pulumi.Input['NetworkRuleSetArgs'] network_rule_set: Network specific rules that determine how the Azure AI Search service may be reached.
56
+ :param pulumi.Input[int] partition_count: The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
57
+ :param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
58
+ :param pulumi.Input[int] replica_count: The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
59
+ :param pulumi.Input[str] search_service_name: The name of the Azure AI Search service to create or update. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). You cannot change the service name after the service is created.
60
+ :param pulumi.Input[Union[str, 'SearchSemanticSearch']] semantic_search: Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
61
+ :param pulumi.Input['SkuArgs'] sku: The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service.
62
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
63
+ """
64
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
65
+ if auth_options is not None:
66
+ pulumi.set(__self__, "auth_options", auth_options)
67
+ if compute_type is not None:
68
+ pulumi.set(__self__, "compute_type", compute_type)
69
+ if disable_local_auth is not None:
70
+ pulumi.set(__self__, "disable_local_auth", disable_local_auth)
71
+ if disabled_data_exfiltration_options is not None:
72
+ pulumi.set(__self__, "disabled_data_exfiltration_options", disabled_data_exfiltration_options)
73
+ if encryption_with_cmk is not None:
74
+ pulumi.set(__self__, "encryption_with_cmk", encryption_with_cmk)
75
+ if endpoint is not None:
76
+ pulumi.set(__self__, "endpoint", endpoint)
77
+ if hosting_mode is None:
78
+ hosting_mode = 'default'
79
+ if hosting_mode is not None:
80
+ pulumi.set(__self__, "hosting_mode", hosting_mode)
81
+ if identity is not None:
82
+ pulumi.set(__self__, "identity", identity)
83
+ if location is not None:
84
+ pulumi.set(__self__, "location", location)
85
+ if network_rule_set is not None:
86
+ pulumi.set(__self__, "network_rule_set", network_rule_set)
87
+ if partition_count is None:
88
+ partition_count = 1
89
+ if partition_count is not None:
90
+ pulumi.set(__self__, "partition_count", partition_count)
91
+ if public_network_access is None:
92
+ public_network_access = 'enabled'
93
+ if public_network_access is not None:
94
+ pulumi.set(__self__, "public_network_access", public_network_access)
95
+ if replica_count is None:
96
+ replica_count = 1
97
+ if replica_count is not None:
98
+ pulumi.set(__self__, "replica_count", replica_count)
99
+ if search_service_name is not None:
100
+ pulumi.set(__self__, "search_service_name", search_service_name)
101
+ if semantic_search is not None:
102
+ pulumi.set(__self__, "semantic_search", semantic_search)
103
+ if sku is not None:
104
+ pulumi.set(__self__, "sku", sku)
105
+ if tags is not None:
106
+ pulumi.set(__self__, "tags", tags)
107
+
108
+ @property
109
+ @pulumi.getter(name="resourceGroupName")
110
+ def resource_group_name(self) -> pulumi.Input[str]:
111
+ """
112
+ The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
113
+ """
114
+ return pulumi.get(self, "resource_group_name")
115
+
116
+ @resource_group_name.setter
117
+ def resource_group_name(self, value: pulumi.Input[str]):
118
+ pulumi.set(self, "resource_group_name", value)
119
+
120
+ @property
121
+ @pulumi.getter(name="authOptions")
122
+ def auth_options(self) -> Optional[pulumi.Input['DataPlaneAuthOptionsArgs']]:
123
+ """
124
+ Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
125
+ """
126
+ return pulumi.get(self, "auth_options")
127
+
128
+ @auth_options.setter
129
+ def auth_options(self, value: Optional[pulumi.Input['DataPlaneAuthOptionsArgs']]):
130
+ pulumi.set(self, "auth_options", value)
131
+
132
+ @property
133
+ @pulumi.getter(name="computeType")
134
+ def compute_type(self) -> Optional[pulumi.Input[Union[str, 'ComputeType']]]:
135
+ """
136
+ Configure this property to support the search service using either the default compute or Azure Confidential Compute.
137
+ """
138
+ return pulumi.get(self, "compute_type")
139
+
140
+ @compute_type.setter
141
+ def compute_type(self, value: Optional[pulumi.Input[Union[str, 'ComputeType']]]):
142
+ pulumi.set(self, "compute_type", value)
143
+
144
+ @property
145
+ @pulumi.getter(name="disableLocalAuth")
146
+ def disable_local_auth(self) -> Optional[pulumi.Input[bool]]:
147
+ """
148
+ When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined.
149
+ """
150
+ return pulumi.get(self, "disable_local_auth")
151
+
152
+ @disable_local_auth.setter
153
+ def disable_local_auth(self, value: Optional[pulumi.Input[bool]]):
154
+ pulumi.set(self, "disable_local_auth", value)
155
+
156
+ @property
157
+ @pulumi.getter(name="disabledDataExfiltrationOptions")
158
+ def disabled_data_exfiltration_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SearchDisabledDataExfiltrationOption']]]]]:
159
+ """
160
+ A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future.
161
+ """
162
+ return pulumi.get(self, "disabled_data_exfiltration_options")
163
+
164
+ @disabled_data_exfiltration_options.setter
165
+ def disabled_data_exfiltration_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SearchDisabledDataExfiltrationOption']]]]]):
166
+ pulumi.set(self, "disabled_data_exfiltration_options", value)
167
+
168
+ @property
169
+ @pulumi.getter(name="encryptionWithCmk")
170
+ def encryption_with_cmk(self) -> Optional[pulumi.Input['EncryptionWithCmkArgs']]:
171
+ """
172
+ Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
173
+ """
174
+ return pulumi.get(self, "encryption_with_cmk")
175
+
176
+ @encryption_with_cmk.setter
177
+ def encryption_with_cmk(self, value: Optional[pulumi.Input['EncryptionWithCmkArgs']]):
178
+ pulumi.set(self, "encryption_with_cmk", value)
179
+
180
+ @property
181
+ @pulumi.getter
182
+ def endpoint(self) -> Optional[pulumi.Input[str]]:
183
+ """
184
+ The endpoint of the Azure AI Search service.
185
+ """
186
+ return pulumi.get(self, "endpoint")
187
+
188
+ @endpoint.setter
189
+ def endpoint(self, value: Optional[pulumi.Input[str]]):
190
+ pulumi.set(self, "endpoint", value)
191
+
192
+ @property
193
+ @pulumi.getter(name="hostingMode")
194
+ def hosting_mode(self) -> Optional[pulumi.Input['HostingMode']]:
195
+ """
196
+ Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.
197
+ """
198
+ return pulumi.get(self, "hosting_mode")
199
+
200
+ @hosting_mode.setter
201
+ def hosting_mode(self, value: Optional[pulumi.Input['HostingMode']]):
202
+ pulumi.set(self, "hosting_mode", value)
203
+
204
+ @property
205
+ @pulumi.getter
206
+ def identity(self) -> Optional[pulumi.Input['IdentityArgs']]:
207
+ """
208
+ The identity of the resource.
209
+ """
210
+ return pulumi.get(self, "identity")
211
+
212
+ @identity.setter
213
+ def identity(self, value: Optional[pulumi.Input['IdentityArgs']]):
214
+ pulumi.set(self, "identity", value)
215
+
216
+ @property
217
+ @pulumi.getter
218
+ def location(self) -> Optional[pulumi.Input[str]]:
219
+ """
220
+ The geo-location where the resource lives
221
+ """
222
+ return pulumi.get(self, "location")
223
+
224
+ @location.setter
225
+ def location(self, value: Optional[pulumi.Input[str]]):
226
+ pulumi.set(self, "location", value)
227
+
228
+ @property
229
+ @pulumi.getter(name="networkRuleSet")
230
+ def network_rule_set(self) -> Optional[pulumi.Input['NetworkRuleSetArgs']]:
231
+ """
232
+ Network specific rules that determine how the Azure AI Search service may be reached.
233
+ """
234
+ return pulumi.get(self, "network_rule_set")
235
+
236
+ @network_rule_set.setter
237
+ def network_rule_set(self, value: Optional[pulumi.Input['NetworkRuleSetArgs']]):
238
+ pulumi.set(self, "network_rule_set", value)
239
+
240
+ @property
241
+ @pulumi.getter(name="partitionCount")
242
+ def partition_count(self) -> Optional[pulumi.Input[int]]:
243
+ """
244
+ The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
245
+ """
246
+ return pulumi.get(self, "partition_count")
247
+
248
+ @partition_count.setter
249
+ def partition_count(self, value: Optional[pulumi.Input[int]]):
250
+ pulumi.set(self, "partition_count", value)
251
+
252
+ @property
253
+ @pulumi.getter(name="publicNetworkAccess")
254
+ def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]:
255
+ """
256
+ This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
257
+ """
258
+ return pulumi.get(self, "public_network_access")
259
+
260
+ @public_network_access.setter
261
+ def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]):
262
+ pulumi.set(self, "public_network_access", value)
263
+
264
+ @property
265
+ @pulumi.getter(name="replicaCount")
266
+ def replica_count(self) -> Optional[pulumi.Input[int]]:
267
+ """
268
+ The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
269
+ """
270
+ return pulumi.get(self, "replica_count")
271
+
272
+ @replica_count.setter
273
+ def replica_count(self, value: Optional[pulumi.Input[int]]):
274
+ pulumi.set(self, "replica_count", value)
275
+
276
+ @property
277
+ @pulumi.getter(name="searchServiceName")
278
+ def search_service_name(self) -> Optional[pulumi.Input[str]]:
279
+ """
280
+ The name of the Azure AI Search service to create or update. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). You cannot change the service name after the service is created.
281
+ """
282
+ return pulumi.get(self, "search_service_name")
283
+
284
+ @search_service_name.setter
285
+ def search_service_name(self, value: Optional[pulumi.Input[str]]):
286
+ pulumi.set(self, "search_service_name", value)
287
+
288
+ @property
289
+ @pulumi.getter(name="semanticSearch")
290
+ def semantic_search(self) -> Optional[pulumi.Input[Union[str, 'SearchSemanticSearch']]]:
291
+ """
292
+ Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
293
+ """
294
+ return pulumi.get(self, "semantic_search")
295
+
296
+ @semantic_search.setter
297
+ def semantic_search(self, value: Optional[pulumi.Input[Union[str, 'SearchSemanticSearch']]]):
298
+ pulumi.set(self, "semantic_search", value)
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def sku(self) -> Optional[pulumi.Input['SkuArgs']]:
303
+ """
304
+ The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service.
305
+ """
306
+ return pulumi.get(self, "sku")
307
+
308
+ @sku.setter
309
+ def sku(self, value: Optional[pulumi.Input['SkuArgs']]):
310
+ pulumi.set(self, "sku", value)
311
+
312
+ @property
313
+ @pulumi.getter
314
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
315
+ """
316
+ Resource tags.
317
+ """
318
+ return pulumi.get(self, "tags")
319
+
320
+ @tags.setter
321
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
322
+ pulumi.set(self, "tags", value)
323
+
324
+
325
+ class Service(pulumi.CustomResource):
326
+ @overload
327
+ def __init__(__self__,
328
+ resource_name: str,
329
+ opts: Optional[pulumi.ResourceOptions] = None,
330
+ auth_options: Optional[pulumi.Input[Union['DataPlaneAuthOptionsArgs', 'DataPlaneAuthOptionsArgsDict']]] = None,
331
+ compute_type: Optional[pulumi.Input[Union[str, 'ComputeType']]] = None,
332
+ disable_local_auth: Optional[pulumi.Input[bool]] = None,
333
+ disabled_data_exfiltration_options: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SearchDisabledDataExfiltrationOption']]]]] = None,
334
+ encryption_with_cmk: Optional[pulumi.Input[Union['EncryptionWithCmkArgs', 'EncryptionWithCmkArgsDict']]] = None,
335
+ endpoint: Optional[pulumi.Input[str]] = None,
336
+ hosting_mode: Optional[pulumi.Input['HostingMode']] = None,
337
+ identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
338
+ location: Optional[pulumi.Input[str]] = None,
339
+ network_rule_set: Optional[pulumi.Input[Union['NetworkRuleSetArgs', 'NetworkRuleSetArgsDict']]] = None,
340
+ partition_count: Optional[pulumi.Input[int]] = None,
341
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
342
+ replica_count: Optional[pulumi.Input[int]] = None,
343
+ resource_group_name: Optional[pulumi.Input[str]] = None,
344
+ search_service_name: Optional[pulumi.Input[str]] = None,
345
+ semantic_search: Optional[pulumi.Input[Union[str, 'SearchSemanticSearch']]] = None,
346
+ sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
347
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
348
+ __props__=None):
349
+ """
350
+ Describes an Azure AI Search service and its current state.
351
+
352
+ :param str resource_name: The name of the resource.
353
+ :param pulumi.ResourceOptions opts: Options for the resource.
354
+ :param pulumi.Input[Union['DataPlaneAuthOptionsArgs', 'DataPlaneAuthOptionsArgsDict']] auth_options: Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
355
+ :param pulumi.Input[Union[str, 'ComputeType']] compute_type: Configure this property to support the search service using either the default compute or Azure Confidential Compute.
356
+ :param pulumi.Input[bool] disable_local_auth: When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined.
357
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'SearchDisabledDataExfiltrationOption']]]] disabled_data_exfiltration_options: A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future.
358
+ :param pulumi.Input[Union['EncryptionWithCmkArgs', 'EncryptionWithCmkArgsDict']] encryption_with_cmk: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
359
+ :param pulumi.Input[str] endpoint: The endpoint of the Azure AI Search service.
360
+ :param pulumi.Input['HostingMode'] hosting_mode: Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.
361
+ :param pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']] identity: The identity of the resource.
362
+ :param pulumi.Input[str] location: The geo-location where the resource lives
363
+ :param pulumi.Input[Union['NetworkRuleSetArgs', 'NetworkRuleSetArgsDict']] network_rule_set: Network specific rules that determine how the Azure AI Search service may be reached.
364
+ :param pulumi.Input[int] partition_count: The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
365
+ :param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
366
+ :param pulumi.Input[int] replica_count: The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
367
+ :param pulumi.Input[str] resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
368
+ :param pulumi.Input[str] search_service_name: The name of the Azure AI Search service to create or update. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). You cannot change the service name after the service is created.
369
+ :param pulumi.Input[Union[str, 'SearchSemanticSearch']] semantic_search: Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
370
+ :param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service.
371
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
372
+ """
373
+ ...
374
+ @overload
375
+ def __init__(__self__,
376
+ resource_name: str,
377
+ args: ServiceArgs,
378
+ opts: Optional[pulumi.ResourceOptions] = None):
379
+ """
380
+ Describes an Azure AI Search service and its current state.
381
+
382
+ :param str resource_name: The name of the resource.
383
+ :param ServiceArgs args: The arguments to use to populate this resource's properties.
384
+ :param pulumi.ResourceOptions opts: Options for the resource.
385
+ """
386
+ ...
387
+ def __init__(__self__, resource_name: str, *args, **kwargs):
388
+ resource_args, opts = _utilities.get_resource_args_opts(ServiceArgs, pulumi.ResourceOptions, *args, **kwargs)
389
+ if resource_args is not None:
390
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
391
+ else:
392
+ __self__._internal_init(resource_name, *args, **kwargs)
393
+
394
+ def _internal_init(__self__,
395
+ resource_name: str,
396
+ opts: Optional[pulumi.ResourceOptions] = None,
397
+ auth_options: Optional[pulumi.Input[Union['DataPlaneAuthOptionsArgs', 'DataPlaneAuthOptionsArgsDict']]] = None,
398
+ compute_type: Optional[pulumi.Input[Union[str, 'ComputeType']]] = None,
399
+ disable_local_auth: Optional[pulumi.Input[bool]] = None,
400
+ disabled_data_exfiltration_options: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'SearchDisabledDataExfiltrationOption']]]]] = None,
401
+ encryption_with_cmk: Optional[pulumi.Input[Union['EncryptionWithCmkArgs', 'EncryptionWithCmkArgsDict']]] = None,
402
+ endpoint: Optional[pulumi.Input[str]] = None,
403
+ hosting_mode: Optional[pulumi.Input['HostingMode']] = None,
404
+ identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
405
+ location: Optional[pulumi.Input[str]] = None,
406
+ network_rule_set: Optional[pulumi.Input[Union['NetworkRuleSetArgs', 'NetworkRuleSetArgsDict']]] = None,
407
+ partition_count: Optional[pulumi.Input[int]] = None,
408
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
409
+ replica_count: Optional[pulumi.Input[int]] = None,
410
+ resource_group_name: Optional[pulumi.Input[str]] = None,
411
+ search_service_name: Optional[pulumi.Input[str]] = None,
412
+ semantic_search: Optional[pulumi.Input[Union[str, 'SearchSemanticSearch']]] = None,
413
+ sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
414
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
415
+ __props__=None):
416
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
417
+ if not isinstance(opts, pulumi.ResourceOptions):
418
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
419
+ if opts.id is None:
420
+ if __props__ is not None:
421
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
422
+ __props__ = ServiceArgs.__new__(ServiceArgs)
423
+
424
+ __props__.__dict__["auth_options"] = auth_options
425
+ __props__.__dict__["compute_type"] = compute_type
426
+ __props__.__dict__["disable_local_auth"] = disable_local_auth
427
+ __props__.__dict__["disabled_data_exfiltration_options"] = disabled_data_exfiltration_options
428
+ __props__.__dict__["encryption_with_cmk"] = encryption_with_cmk
429
+ __props__.__dict__["endpoint"] = endpoint
430
+ if hosting_mode is None:
431
+ hosting_mode = 'default'
432
+ __props__.__dict__["hosting_mode"] = hosting_mode
433
+ __props__.__dict__["identity"] = identity
434
+ __props__.__dict__["location"] = location
435
+ __props__.__dict__["network_rule_set"] = network_rule_set
436
+ if partition_count is None:
437
+ partition_count = 1
438
+ __props__.__dict__["partition_count"] = partition_count
439
+ if public_network_access is None:
440
+ public_network_access = 'enabled'
441
+ __props__.__dict__["public_network_access"] = public_network_access
442
+ if replica_count is None:
443
+ replica_count = 1
444
+ __props__.__dict__["replica_count"] = replica_count
445
+ if resource_group_name is None and not opts.urn:
446
+ raise TypeError("Missing required property 'resource_group_name'")
447
+ __props__.__dict__["resource_group_name"] = resource_group_name
448
+ __props__.__dict__["search_service_name"] = search_service_name
449
+ __props__.__dict__["semantic_search"] = semantic_search
450
+ __props__.__dict__["sku"] = sku
451
+ __props__.__dict__["tags"] = tags
452
+ __props__.__dict__["e_tag"] = None
453
+ __props__.__dict__["name"] = None
454
+ __props__.__dict__["private_endpoint_connections"] = None
455
+ __props__.__dict__["provisioning_state"] = None
456
+ __props__.__dict__["service_upgrade_date"] = None
457
+ __props__.__dict__["shared_private_link_resources"] = None
458
+ __props__.__dict__["status"] = None
459
+ __props__.__dict__["status_details"] = None
460
+ __props__.__dict__["system_data"] = None
461
+ __props__.__dict__["type"] = None
462
+ __props__.__dict__["upgrade_available"] = None
463
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:search:Service"), pulumi.Alias(type_="azure-native:search/v20150819:Service"), pulumi.Alias(type_="azure-native:search/v20191001preview:Service"), pulumi.Alias(type_="azure-native:search/v20200313:Service"), pulumi.Alias(type_="azure-native:search/v20200801:Service"), pulumi.Alias(type_="azure-native:search/v20200801preview:Service"), pulumi.Alias(type_="azure-native:search/v20210401preview:Service"), pulumi.Alias(type_="azure-native:search/v20220901:Service"), pulumi.Alias(type_="azure-native:search/v20231101:Service"), pulumi.Alias(type_="azure-native:search/v20240301preview:Service"), pulumi.Alias(type_="azure-native:search/v20240601preview:Service")])
464
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
465
+ super(Service, __self__).__init__(
466
+ 'azure-native:search/v20250201preview:Service',
467
+ resource_name,
468
+ __props__,
469
+ opts)
470
+
471
+ @staticmethod
472
+ def get(resource_name: str,
473
+ id: pulumi.Input[str],
474
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Service':
475
+ """
476
+ Get an existing Service resource's state with the given name, id, and optional extra
477
+ properties used to qualify the lookup.
478
+
479
+ :param str resource_name: The unique name of the resulting resource.
480
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
481
+ :param pulumi.ResourceOptions opts: Options for the resource.
482
+ """
483
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
484
+
485
+ __props__ = ServiceArgs.__new__(ServiceArgs)
486
+
487
+ __props__.__dict__["auth_options"] = None
488
+ __props__.__dict__["compute_type"] = None
489
+ __props__.__dict__["disable_local_auth"] = None
490
+ __props__.__dict__["disabled_data_exfiltration_options"] = None
491
+ __props__.__dict__["e_tag"] = None
492
+ __props__.__dict__["encryption_with_cmk"] = None
493
+ __props__.__dict__["endpoint"] = None
494
+ __props__.__dict__["hosting_mode"] = None
495
+ __props__.__dict__["identity"] = None
496
+ __props__.__dict__["location"] = None
497
+ __props__.__dict__["name"] = None
498
+ __props__.__dict__["network_rule_set"] = None
499
+ __props__.__dict__["partition_count"] = None
500
+ __props__.__dict__["private_endpoint_connections"] = None
501
+ __props__.__dict__["provisioning_state"] = None
502
+ __props__.__dict__["public_network_access"] = None
503
+ __props__.__dict__["replica_count"] = None
504
+ __props__.__dict__["semantic_search"] = None
505
+ __props__.__dict__["service_upgrade_date"] = None
506
+ __props__.__dict__["shared_private_link_resources"] = None
507
+ __props__.__dict__["sku"] = None
508
+ __props__.__dict__["status"] = None
509
+ __props__.__dict__["status_details"] = None
510
+ __props__.__dict__["system_data"] = None
511
+ __props__.__dict__["tags"] = None
512
+ __props__.__dict__["type"] = None
513
+ __props__.__dict__["upgrade_available"] = None
514
+ return Service(resource_name, opts=opts, __props__=__props__)
515
+
516
+ @property
517
+ @pulumi.getter(name="authOptions")
518
+ def auth_options(self) -> pulumi.Output[Optional['outputs.DataPlaneAuthOptionsResponse']]:
519
+ """
520
+ Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
521
+ """
522
+ return pulumi.get(self, "auth_options")
523
+
524
+ @property
525
+ @pulumi.getter(name="computeType")
526
+ def compute_type(self) -> pulumi.Output[Optional[str]]:
527
+ """
528
+ Configure this property to support the search service using either the default compute or Azure Confidential Compute.
529
+ """
530
+ return pulumi.get(self, "compute_type")
531
+
532
+ @property
533
+ @pulumi.getter(name="disableLocalAuth")
534
+ def disable_local_auth(self) -> pulumi.Output[Optional[bool]]:
535
+ """
536
+ When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined.
537
+ """
538
+ return pulumi.get(self, "disable_local_auth")
539
+
540
+ @property
541
+ @pulumi.getter(name="disabledDataExfiltrationOptions")
542
+ def disabled_data_exfiltration_options(self) -> pulumi.Output[Optional[Sequence[str]]]:
543
+ """
544
+ A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future.
545
+ """
546
+ return pulumi.get(self, "disabled_data_exfiltration_options")
547
+
548
+ @property
549
+ @pulumi.getter(name="eTag")
550
+ def e_tag(self) -> pulumi.Output[str]:
551
+ """
552
+ A system generated property representing the service's etag that can be for optimistic concurrency control during updates.
553
+ """
554
+ return pulumi.get(self, "e_tag")
555
+
556
+ @property
557
+ @pulumi.getter(name="encryptionWithCmk")
558
+ def encryption_with_cmk(self) -> pulumi.Output[Optional['outputs.EncryptionWithCmkResponse']]:
559
+ """
560
+ Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.
561
+ """
562
+ return pulumi.get(self, "encryption_with_cmk")
563
+
564
+ @property
565
+ @pulumi.getter
566
+ def endpoint(self) -> pulumi.Output[Optional[str]]:
567
+ """
568
+ The endpoint of the Azure AI Search service.
569
+ """
570
+ return pulumi.get(self, "endpoint")
571
+
572
+ @property
573
+ @pulumi.getter(name="hostingMode")
574
+ def hosting_mode(self) -> pulumi.Output[Optional[str]]:
575
+ """
576
+ Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.
577
+ """
578
+ return pulumi.get(self, "hosting_mode")
579
+
580
+ @property
581
+ @pulumi.getter
582
+ def identity(self) -> pulumi.Output[Optional['outputs.IdentityResponse']]:
583
+ """
584
+ The identity of the resource.
585
+ """
586
+ return pulumi.get(self, "identity")
587
+
588
+ @property
589
+ @pulumi.getter
590
+ def location(self) -> pulumi.Output[str]:
591
+ """
592
+ The geo-location where the resource lives
593
+ """
594
+ return pulumi.get(self, "location")
595
+
596
+ @property
597
+ @pulumi.getter
598
+ def name(self) -> pulumi.Output[str]:
599
+ """
600
+ The name of the resource
601
+ """
602
+ return pulumi.get(self, "name")
603
+
604
+ @property
605
+ @pulumi.getter(name="networkRuleSet")
606
+ def network_rule_set(self) -> pulumi.Output[Optional['outputs.NetworkRuleSetResponse']]:
607
+ """
608
+ Network specific rules that determine how the Azure AI Search service may be reached.
609
+ """
610
+ return pulumi.get(self, "network_rule_set")
611
+
612
+ @property
613
+ @pulumi.getter(name="partitionCount")
614
+ def partition_count(self) -> pulumi.Output[Optional[int]]:
615
+ """
616
+ The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
617
+ """
618
+ return pulumi.get(self, "partition_count")
619
+
620
+ @property
621
+ @pulumi.getter(name="privateEndpointConnections")
622
+ def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
623
+ """
624
+ The list of private endpoint connections to the Azure AI Search service.
625
+ """
626
+ return pulumi.get(self, "private_endpoint_connections")
627
+
628
+ @property
629
+ @pulumi.getter(name="provisioningState")
630
+ def provisioning_state(self) -> pulumi.Output[str]:
631
+ """
632
+ The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.
633
+ """
634
+ return pulumi.get(self, "provisioning_state")
635
+
636
+ @property
637
+ @pulumi.getter(name="publicNetworkAccess")
638
+ def public_network_access(self) -> pulumi.Output[Optional[str]]:
639
+ """
640
+ This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
641
+ """
642
+ return pulumi.get(self, "public_network_access")
643
+
644
+ @property
645
+ @pulumi.getter(name="replicaCount")
646
+ def replica_count(self) -> pulumi.Output[Optional[int]]:
647
+ """
648
+ The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
649
+ """
650
+ return pulumi.get(self, "replica_count")
651
+
652
+ @property
653
+ @pulumi.getter(name="semanticSearch")
654
+ def semantic_search(self) -> pulumi.Output[Optional[str]]:
655
+ """
656
+ Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
657
+ """
658
+ return pulumi.get(self, "semantic_search")
659
+
660
+ @property
661
+ @pulumi.getter(name="serviceUpgradeDate")
662
+ def service_upgrade_date(self) -> pulumi.Output[str]:
663
+ """
664
+ The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time.
665
+ """
666
+ return pulumi.get(self, "service_upgrade_date")
667
+
668
+ @property
669
+ @pulumi.getter(name="sharedPrivateLinkResources")
670
+ def shared_private_link_resources(self) -> pulumi.Output[Sequence['outputs.SharedPrivateLinkResourceResponse']]:
671
+ """
672
+ The list of shared private link resources managed by the Azure AI Search service.
673
+ """
674
+ return pulumi.get(self, "shared_private_link_resources")
675
+
676
+ @property
677
+ @pulumi.getter
678
+ def sku(self) -> pulumi.Output[Optional['outputs.SkuResponse']]:
679
+ """
680
+ The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service.
681
+ """
682
+ return pulumi.get(self, "sku")
683
+
684
+ @property
685
+ @pulumi.getter
686
+ def status(self) -> pulumi.Output[str]:
687
+ """
688
+ The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.
689
+ """
690
+ return pulumi.get(self, "status")
691
+
692
+ @property
693
+ @pulumi.getter(name="statusDetails")
694
+ def status_details(self) -> pulumi.Output[str]:
695
+ """
696
+ The details of the search service status.
697
+ """
698
+ return pulumi.get(self, "status_details")
699
+
700
+ @property
701
+ @pulumi.getter(name="systemData")
702
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
703
+ """
704
+ Azure Resource Manager metadata of the search service containing createdBy and modifiedBy information.
705
+ """
706
+ return pulumi.get(self, "system_data")
707
+
708
+ @property
709
+ @pulumi.getter
710
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
711
+ """
712
+ Resource tags.
713
+ """
714
+ return pulumi.get(self, "tags")
715
+
716
+ @property
717
+ @pulumi.getter
718
+ def type(self) -> pulumi.Output[str]:
719
+ """
720
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
721
+ """
722
+ return pulumi.get(self, "type")
723
+
724
+ @property
725
+ @pulumi.getter(name="upgradeAvailable")
726
+ def upgrade_available(self) -> pulumi.Output[bool]:
727
+ """
728
+ Indicates whether or not the search service has an upgrade available.
729
+ """
730
+ return pulumi.get(self, "upgrade_available")
731
+