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,177 @@
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
+
18
+ __all__ = ['GroupQuotaSubscriptionArgs', 'GroupQuotaSubscription']
19
+
20
+ @pulumi.input_type
21
+ class GroupQuotaSubscriptionArgs:
22
+ def __init__(__self__, *,
23
+ group_quota_name: pulumi.Input[str],
24
+ management_group_id: pulumi.Input[str]):
25
+ """
26
+ The set of arguments for constructing a GroupQuotaSubscription resource.
27
+ :param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
28
+ :param pulumi.Input[str] management_group_id: Management Group Id.
29
+ """
30
+ pulumi.set(__self__, "group_quota_name", group_quota_name)
31
+ pulumi.set(__self__, "management_group_id", management_group_id)
32
+
33
+ @property
34
+ @pulumi.getter(name="groupQuotaName")
35
+ def group_quota_name(self) -> pulumi.Input[str]:
36
+ """
37
+ The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
38
+ """
39
+ return pulumi.get(self, "group_quota_name")
40
+
41
+ @group_quota_name.setter
42
+ def group_quota_name(self, value: pulumi.Input[str]):
43
+ pulumi.set(self, "group_quota_name", value)
44
+
45
+ @property
46
+ @pulumi.getter(name="managementGroupId")
47
+ def management_group_id(self) -> pulumi.Input[str]:
48
+ """
49
+ Management Group Id.
50
+ """
51
+ return pulumi.get(self, "management_group_id")
52
+
53
+ @management_group_id.setter
54
+ def management_group_id(self, value: pulumi.Input[str]):
55
+ pulumi.set(self, "management_group_id", value)
56
+
57
+
58
+ class GroupQuotaSubscription(pulumi.CustomResource):
59
+ @overload
60
+ def __init__(__self__,
61
+ resource_name: str,
62
+ opts: Optional[pulumi.ResourceOptions] = None,
63
+ group_quota_name: Optional[pulumi.Input[str]] = None,
64
+ management_group_id: Optional[pulumi.Input[str]] = None,
65
+ __props__=None):
66
+ """
67
+ This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
68
+
69
+ :param str resource_name: The name of the resource.
70
+ :param pulumi.ResourceOptions opts: Options for the resource.
71
+ :param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
72
+ :param pulumi.Input[str] management_group_id: Management Group Id.
73
+ """
74
+ ...
75
+ @overload
76
+ def __init__(__self__,
77
+ resource_name: str,
78
+ args: GroupQuotaSubscriptionArgs,
79
+ opts: Optional[pulumi.ResourceOptions] = None):
80
+ """
81
+ This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
82
+
83
+ :param str resource_name: The name of the resource.
84
+ :param GroupQuotaSubscriptionArgs args: The arguments to use to populate this resource's properties.
85
+ :param pulumi.ResourceOptions opts: Options for the resource.
86
+ """
87
+ ...
88
+ def __init__(__self__, resource_name: str, *args, **kwargs):
89
+ resource_args, opts = _utilities.get_resource_args_opts(GroupQuotaSubscriptionArgs, pulumi.ResourceOptions, *args, **kwargs)
90
+ if resource_args is not None:
91
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
92
+ else:
93
+ __self__._internal_init(resource_name, *args, **kwargs)
94
+
95
+ def _internal_init(__self__,
96
+ resource_name: str,
97
+ opts: Optional[pulumi.ResourceOptions] = None,
98
+ group_quota_name: Optional[pulumi.Input[str]] = None,
99
+ management_group_id: Optional[pulumi.Input[str]] = None,
100
+ __props__=None):
101
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
102
+ if not isinstance(opts, pulumi.ResourceOptions):
103
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
104
+ if opts.id is None:
105
+ if __props__ is not None:
106
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
107
+ __props__ = GroupQuotaSubscriptionArgs.__new__(GroupQuotaSubscriptionArgs)
108
+
109
+ if group_quota_name is None and not opts.urn:
110
+ raise TypeError("Missing required property 'group_quota_name'")
111
+ __props__.__dict__["group_quota_name"] = group_quota_name
112
+ if management_group_id is None and not opts.urn:
113
+ raise TypeError("Missing required property 'management_group_id'")
114
+ __props__.__dict__["management_group_id"] = management_group_id
115
+ __props__.__dict__["name"] = None
116
+ __props__.__dict__["properties"] = None
117
+ __props__.__dict__["system_data"] = None
118
+ __props__.__dict__["type"] = None
119
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241218preview:GroupQuotaSubscription")])
120
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
121
+ super(GroupQuotaSubscription, __self__).__init__(
122
+ 'azure-native:quota/v20250301:GroupQuotaSubscription',
123
+ resource_name,
124
+ __props__,
125
+ opts)
126
+
127
+ @staticmethod
128
+ def get(resource_name: str,
129
+ id: pulumi.Input[str],
130
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'GroupQuotaSubscription':
131
+ """
132
+ Get an existing GroupQuotaSubscription resource's state with the given name, id, and optional extra
133
+ properties used to qualify the lookup.
134
+
135
+ :param str resource_name: The unique name of the resulting resource.
136
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
137
+ :param pulumi.ResourceOptions opts: Options for the resource.
138
+ """
139
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
140
+
141
+ __props__ = GroupQuotaSubscriptionArgs.__new__(GroupQuotaSubscriptionArgs)
142
+
143
+ __props__.__dict__["name"] = None
144
+ __props__.__dict__["properties"] = None
145
+ __props__.__dict__["system_data"] = None
146
+ __props__.__dict__["type"] = None
147
+ return GroupQuotaSubscription(resource_name, opts=opts, __props__=__props__)
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def name(self) -> pulumi.Output[str]:
152
+ """
153
+ The name of the resource
154
+ """
155
+ return pulumi.get(self, "name")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def properties(self) -> pulumi.Output['outputs.GroupQuotaSubscriptionIdResponseProperties']:
160
+ return pulumi.get(self, "properties")
161
+
162
+ @property
163
+ @pulumi.getter(name="systemData")
164
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
165
+ """
166
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
167
+ """
168
+ return pulumi.get(self, "system_data")
169
+
170
+ @property
171
+ @pulumi.getter
172
+ def type(self) -> pulumi.Output[str]:
173
+ """
174
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
175
+ """
176
+ return pulumi.get(self, "type")
177
+
@@ -0,0 +1,230 @@
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
+
17
+ __all__ = [
18
+ 'GroupQuotaSubscriptionIdResponseProperties',
19
+ 'GroupQuotasEntityResponseProperties',
20
+ 'SystemDataResponse',
21
+ ]
22
+
23
+ @pulumi.output_type
24
+ class GroupQuotaSubscriptionIdResponseProperties(dict):
25
+ @staticmethod
26
+ def __key_warning(key: str):
27
+ suggest = None
28
+ if key == "provisioningState":
29
+ suggest = "provisioning_state"
30
+ elif key == "subscriptionId":
31
+ suggest = "subscription_id"
32
+
33
+ if suggest:
34
+ pulumi.log.warn(f"Key '{key}' not found in GroupQuotaSubscriptionIdResponseProperties. Access the value via the '{suggest}' property getter instead.")
35
+
36
+ def __getitem__(self, key: str) -> Any:
37
+ GroupQuotaSubscriptionIdResponseProperties.__key_warning(key)
38
+ return super().__getitem__(key)
39
+
40
+ def get(self, key: str, default = None) -> Any:
41
+ GroupQuotaSubscriptionIdResponseProperties.__key_warning(key)
42
+ return super().get(key, default)
43
+
44
+ def __init__(__self__, *,
45
+ provisioning_state: str,
46
+ subscription_id: Optional[str] = None):
47
+ """
48
+ :param str provisioning_state: Status of this subscriptionId being associated with the GroupQuotasEntity.
49
+ :param str subscription_id: An Azure subscriptionId.
50
+ """
51
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
52
+ if subscription_id is not None:
53
+ pulumi.set(__self__, "subscription_id", subscription_id)
54
+
55
+ @property
56
+ @pulumi.getter(name="provisioningState")
57
+ def provisioning_state(self) -> str:
58
+ """
59
+ Status of this subscriptionId being associated with the GroupQuotasEntity.
60
+ """
61
+ return pulumi.get(self, "provisioning_state")
62
+
63
+ @property
64
+ @pulumi.getter(name="subscriptionId")
65
+ def subscription_id(self) -> Optional[str]:
66
+ """
67
+ An Azure subscriptionId.
68
+ """
69
+ return pulumi.get(self, "subscription_id")
70
+
71
+
72
+ @pulumi.output_type
73
+ class GroupQuotasEntityResponseProperties(dict):
74
+ @staticmethod
75
+ def __key_warning(key: str):
76
+ suggest = None
77
+ if key == "provisioningState":
78
+ suggest = "provisioning_state"
79
+ elif key == "displayName":
80
+ suggest = "display_name"
81
+
82
+ if suggest:
83
+ pulumi.log.warn(f"Key '{key}' not found in GroupQuotasEntityResponseProperties. Access the value via the '{suggest}' property getter instead.")
84
+
85
+ def __getitem__(self, key: str) -> Any:
86
+ GroupQuotasEntityResponseProperties.__key_warning(key)
87
+ return super().__getitem__(key)
88
+
89
+ def get(self, key: str, default = None) -> Any:
90
+ GroupQuotasEntityResponseProperties.__key_warning(key)
91
+ return super().get(key, default)
92
+
93
+ def __init__(__self__, *,
94
+ provisioning_state: str,
95
+ display_name: Optional[str] = None):
96
+ """
97
+ :param str provisioning_state: Provisioning state of the operation.
98
+ :param str display_name: Display name of the GroupQuota entity.
99
+ """
100
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
101
+ if display_name is not None:
102
+ pulumi.set(__self__, "display_name", display_name)
103
+
104
+ @property
105
+ @pulumi.getter(name="provisioningState")
106
+ def provisioning_state(self) -> str:
107
+ """
108
+ Provisioning state of the operation.
109
+ """
110
+ return pulumi.get(self, "provisioning_state")
111
+
112
+ @property
113
+ @pulumi.getter(name="displayName")
114
+ def display_name(self) -> Optional[str]:
115
+ """
116
+ Display name of the GroupQuota entity.
117
+ """
118
+ return pulumi.get(self, "display_name")
119
+
120
+
121
+ @pulumi.output_type
122
+ class SystemDataResponse(dict):
123
+ """
124
+ Metadata pertaining to creation and last modification of the resource.
125
+ """
126
+ @staticmethod
127
+ def __key_warning(key: str):
128
+ suggest = None
129
+ if key == "createdAt":
130
+ suggest = "created_at"
131
+ elif key == "createdBy":
132
+ suggest = "created_by"
133
+ elif key == "createdByType":
134
+ suggest = "created_by_type"
135
+ elif key == "lastModifiedAt":
136
+ suggest = "last_modified_at"
137
+ elif key == "lastModifiedBy":
138
+ suggest = "last_modified_by"
139
+ elif key == "lastModifiedByType":
140
+ suggest = "last_modified_by_type"
141
+
142
+ if suggest:
143
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
144
+
145
+ def __getitem__(self, key: str) -> Any:
146
+ SystemDataResponse.__key_warning(key)
147
+ return super().__getitem__(key)
148
+
149
+ def get(self, key: str, default = None) -> Any:
150
+ SystemDataResponse.__key_warning(key)
151
+ return super().get(key, default)
152
+
153
+ def __init__(__self__, *,
154
+ created_at: Optional[str] = None,
155
+ created_by: Optional[str] = None,
156
+ created_by_type: Optional[str] = None,
157
+ last_modified_at: Optional[str] = None,
158
+ last_modified_by: Optional[str] = None,
159
+ last_modified_by_type: Optional[str] = None):
160
+ """
161
+ Metadata pertaining to creation and last modification of the resource.
162
+ :param str created_at: The timestamp of resource creation (UTC).
163
+ :param str created_by: The identity that created the resource.
164
+ :param str created_by_type: The type of identity that created the resource.
165
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
166
+ :param str last_modified_by: The identity that last modified the resource.
167
+ :param str last_modified_by_type: The type of identity that last modified the resource.
168
+ """
169
+ if created_at is not None:
170
+ pulumi.set(__self__, "created_at", created_at)
171
+ if created_by is not None:
172
+ pulumi.set(__self__, "created_by", created_by)
173
+ if created_by_type is not None:
174
+ pulumi.set(__self__, "created_by_type", created_by_type)
175
+ if last_modified_at is not None:
176
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
177
+ if last_modified_by is not None:
178
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
179
+ if last_modified_by_type is not None:
180
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
181
+
182
+ @property
183
+ @pulumi.getter(name="createdAt")
184
+ def created_at(self) -> Optional[str]:
185
+ """
186
+ The timestamp of resource creation (UTC).
187
+ """
188
+ return pulumi.get(self, "created_at")
189
+
190
+ @property
191
+ @pulumi.getter(name="createdBy")
192
+ def created_by(self) -> Optional[str]:
193
+ """
194
+ The identity that created the resource.
195
+ """
196
+ return pulumi.get(self, "created_by")
197
+
198
+ @property
199
+ @pulumi.getter(name="createdByType")
200
+ def created_by_type(self) -> Optional[str]:
201
+ """
202
+ The type of identity that created the resource.
203
+ """
204
+ return pulumi.get(self, "created_by_type")
205
+
206
+ @property
207
+ @pulumi.getter(name="lastModifiedAt")
208
+ def last_modified_at(self) -> Optional[str]:
209
+ """
210
+ The timestamp of resource last modification (UTC)
211
+ """
212
+ return pulumi.get(self, "last_modified_at")
213
+
214
+ @property
215
+ @pulumi.getter(name="lastModifiedBy")
216
+ def last_modified_by(self) -> Optional[str]:
217
+ """
218
+ The identity that last modified the resource.
219
+ """
220
+ return pulumi.get(self, "last_modified_by")
221
+
222
+ @property
223
+ @pulumi.getter(name="lastModifiedByType")
224
+ def last_modified_by_type(self) -> Optional[str]:
225
+ """
226
+ The type of identity that last modified the resource.
227
+ """
228
+ return pulumi.get(self, "last_modified_by_type")
229
+
230
+
@@ -29,10 +29,13 @@ if typing.TYPE_CHECKING:
29
29
  v20240301preview = __v20240301preview
30
30
  import pulumi_azure_native.search.v20240601preview as __v20240601preview
31
31
  v20240601preview = __v20240601preview
32
+ import pulumi_azure_native.search.v20250201preview as __v20250201preview
33
+ v20250201preview = __v20250201preview
32
34
  else:
33
35
  v20210401preview = _utilities.lazy_import('pulumi_azure_native.search.v20210401preview')
34
36
  v20220901 = _utilities.lazy_import('pulumi_azure_native.search.v20220901')
35
37
  v20231101 = _utilities.lazy_import('pulumi_azure_native.search.v20231101')
36
38
  v20240301preview = _utilities.lazy_import('pulumi_azure_native.search.v20240301preview')
37
39
  v20240601preview = _utilities.lazy_import('pulumi_azure_native.search.v20240601preview')
40
+ v20250201preview = _utilities.lazy_import('pulumi_azure_native.search.v20250201preview')
38
41
 
@@ -94,7 +94,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
94
94
  Gets the details of the private endpoint connection to the search service in the given resource group.
95
95
  Azure REST API version: 2022-09-01.
96
96
 
97
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
97
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
98
98
 
99
99
 
100
100
  :param str private_endpoint_connection_name: The name of the private endpoint connection to the Azure Cognitive Search service with the specified resource group.
@@ -121,7 +121,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
121
121
  Gets the details of the private endpoint connection to the search service in the given resource group.
122
122
  Azure REST API version: 2022-09-01.
123
123
 
124
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
124
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
125
125
 
126
126
 
127
127
  :param str private_endpoint_connection_name: The name of the private endpoint connection to the Azure Cognitive Search service with the specified resource group.
@@ -285,7 +285,7 @@ def get_service(resource_group_name: Optional[str] = None,
285
285
  Gets the search service with the given name in the given resource group.
286
286
  Azure REST API version: 2022-09-01.
287
287
 
288
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
288
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
289
289
 
290
290
 
291
291
  :param 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.
@@ -325,7 +325,7 @@ def get_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
325
325
  Gets the search service with the given name in the given resource group.
326
326
  Azure REST API version: 2022-09-01.
327
327
 
328
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
328
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
329
329
 
330
330
 
331
331
  :param 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.
@@ -94,7 +94,7 @@ def get_shared_private_link_resource(resource_group_name: Optional[str] = None,
94
94
  Gets the details of the shared private link resource managed by the search service in the given resource group.
95
95
  Azure REST API version: 2022-09-01.
96
96
 
97
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
97
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
98
98
 
99
99
 
100
100
  :param 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.
@@ -121,7 +121,7 @@ def get_shared_private_link_resource_output(resource_group_name: Optional[pulumi
121
121
  Gets the details of the shared private link resource managed by the search service in the given resource group.
122
122
  Azure REST API version: 2022-09-01.
123
123
 
124
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
124
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
125
125
 
126
126
 
127
127
  :param 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.
@@ -68,7 +68,7 @@ def list_admin_key(resource_group_name: Optional[str] = None,
68
68
  Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
69
69
  Azure REST API version: 2022-09-01.
70
70
 
71
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
71
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
72
72
 
73
73
 
74
74
  :param 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.
@@ -90,7 +90,7 @@ def list_admin_key_output(resource_group_name: Optional[pulumi.Input[str]] = Non
90
90
  Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
91
91
  Azure REST API version: 2022-09-01.
92
92
 
93
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
93
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
94
94
 
95
95
 
96
96
  :param 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.
@@ -69,7 +69,7 @@ def list_query_key_by_search_service(resource_group_name: Optional[str] = None,
69
69
  Returns the list of query API keys for the given Azure Cognitive Search service.
70
70
  Azure REST API version: 2022-09-01.
71
71
 
72
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
72
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
73
73
 
74
74
 
75
75
  :param 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.
@@ -91,7 +91,7 @@ def list_query_key_by_search_service_output(resource_group_name: Optional[pulumi
91
91
  Returns the list of query API keys for the given Azure Cognitive Search service.
92
92
  Azure REST API version: 2022-09-01.
93
93
 
94
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
94
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
95
95
 
96
96
 
97
97
  :param 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.
@@ -103,7 +103,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
103
103
  Describes an existing Private Endpoint connection to the Azure Cognitive Search service.
104
104
  Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-08-01.
105
105
 
106
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
106
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
107
107
 
108
108
  :param str resource_name: The name of the resource.
109
109
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -122,7 +122,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
122
122
  Describes an existing Private Endpoint connection to the Azure Cognitive Search service.
123
123
  Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-08-01.
124
124
 
125
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
125
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
126
126
 
127
127
  :param str resource_name: The name of the resource.
128
128
  :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
@@ -162,7 +162,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
162
162
  __props__.__dict__["search_service_name"] = search_service_name
163
163
  __props__.__dict__["name"] = None
164
164
  __props__.__dict__["type"] = None
165
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:search/v20191001preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200313:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20210401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20220901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20231101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240301preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240601preview:PrivateEndpointConnection")])
165
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:search/v20191001preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200313:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20210401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20220901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20231101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240301preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20250201preview:PrivateEndpointConnection")])
166
166
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
167
167
  super(PrivateEndpointConnection, __self__).__init__(
168
168
  'azure-native:search:PrivateEndpointConnection',
@@ -282,7 +282,7 @@ class Service(pulumi.CustomResource):
282
282
  Describes an Azure Cognitive Search service and its current state.
283
283
  Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-08-01.
284
284
 
285
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
285
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
286
286
 
287
287
  :param str resource_name: The name of the resource.
288
288
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -311,7 +311,7 @@ class Service(pulumi.CustomResource):
311
311
  Describes an Azure Cognitive Search service and its current state.
312
312
  Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-08-01.
313
313
 
314
- Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
314
+ Other available API versions: 2021-04-01-preview, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
315
315
 
316
316
  :param str resource_name: The name of the resource.
317
317
  :param ServiceArgs args: The arguments to use to populate this resource's properties.
@@ -382,7 +382,7 @@ class Service(pulumi.CustomResource):
382
382
  __props__.__dict__["status"] = None
383
383
  __props__.__dict__["status_details"] = None
384
384
  __props__.__dict__["type"] = None
385
- alias_opts = pulumi.ResourceOptions(aliases=[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")])
385
+ alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:search/v20250201preview:Service")])
386
386
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
387
387
  super(Service, __self__).__init__(
388
388
  'azure-native:search:Service',
@@ -103,7 +103,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
103
103
  Describes a Shared Private Link Resource managed by the Azure Cognitive Search service.
104
104
  Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-08-01.
105
105
 
106
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
106
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
107
107
 
108
108
  :param str resource_name: The name of the resource.
109
109
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -122,7 +122,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
122
122
  Describes a Shared Private Link Resource managed by the Azure Cognitive Search service.
123
123
  Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-08-01.
124
124
 
125
- Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview.
125
+ Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.
126
126
 
127
127
  :param str resource_name: The name of the resource.
128
128
  :param SharedPrivateLinkResourceArgs args: The arguments to use to populate this resource's properties.
@@ -162,7 +162,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
162
162
  __props__.__dict__["shared_private_link_resource_name"] = shared_private_link_resource_name
163
163
  __props__.__dict__["name"] = None
164
164
  __props__.__dict__["type"] = None
165
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:search/v20200801:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20200801preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20210401preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20220901:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20231101:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20240301preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20240601preview:SharedPrivateLinkResource")])
165
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:search/v20200801:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20200801preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20210401preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20220901:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20231101:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20240301preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20240601preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:search/v20250201preview:SharedPrivateLinkResource")])
166
166
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
167
167
  super(SharedPrivateLinkResource, __self__).__init__(
168
168
  'azure-native:search:SharedPrivateLinkResource',
@@ -417,7 +417,7 @@ class Service(pulumi.CustomResource):
417
417
  __props__.__dict__["status"] = None
418
418
  __props__.__dict__["status_details"] = None
419
419
  __props__.__dict__["type"] = None
420
- 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/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")])
420
+ 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/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"), pulumi.Alias(type_="azure-native:search/v20250201preview:Service")])
421
421
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
422
422
  super(Service, __self__).__init__(
423
423
  'azure-native:search/v20210401preview:Service',
@@ -156,7 +156,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
156
156
  __props__.__dict__["search_service_name"] = search_service_name
157
157
  __props__.__dict__["name"] = None
158
158
  __props__.__dict__["type"] = None
159
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:search:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20191001preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200313:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20210401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20231101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240301preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240601preview:PrivateEndpointConnection")])
159
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:search:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20191001preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200313:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20200801preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20210401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20231101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240301preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20240601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:search/v20250201preview:PrivateEndpointConnection")])
160
160
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
161
161
  super(PrivateEndpointConnection, __self__).__init__(
162
162
  'azure-native:search/v20220901:PrivateEndpointConnection',
@@ -376,7 +376,7 @@ class Service(pulumi.CustomResource):
376
376
  __props__.__dict__["status"] = None
377
377
  __props__.__dict__["status_details"] = None
378
378
  __props__.__dict__["type"] = None
379
- 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/v20231101:Service"), pulumi.Alias(type_="azure-native:search/v20240301preview:Service"), pulumi.Alias(type_="azure-native:search/v20240601preview:Service")])
379
+ 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/v20231101:Service"), pulumi.Alias(type_="azure-native:search/v20240301preview:Service"), pulumi.Alias(type_="azure-native:search/v20240601preview:Service"), pulumi.Alias(type_="azure-native:search/v20250201preview:Service")])
380
380
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
381
381
  super(Service, __self__).__init__(
382
382
  'azure-native:search/v20220901:Service',