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

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

Potentially problematic release.


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

Files changed (289) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  4. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  5. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  6. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  14. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  15. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  16. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  17. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  18. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  19. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  20. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  95. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  96. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  118. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  119. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  120. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  122. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  123. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  124. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  125. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  126. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  127. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  128. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  129. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  130. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  131. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  132. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  133. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  134. pulumi_azure_native/databasewatcher/target.py +3 -3
  135. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  136. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  137. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  138. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  139. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  140. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  141. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  142. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  143. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  144. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  145. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  146. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  147. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  148. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  149. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  150. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  151. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  152. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  153. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  154. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  155. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  156. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  157. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  158. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  159. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  160. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  161. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  162. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  163. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  164. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  165. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  166. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  167. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  168. pulumi_azure_native/keyvault/__init__.py +6 -0
  169. pulumi_azure_native/keyvault/get_key.py +2 -2
  170. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  171. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  173. pulumi_azure_native/keyvault/get_secret.py +2 -2
  174. pulumi_azure_native/keyvault/get_vault.py +2 -2
  175. pulumi_azure_native/keyvault/key.py +3 -3
  176. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  177. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  178. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  179. pulumi_azure_native/keyvault/secret.py +3 -3
  180. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  181. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  182. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  185. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  186. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  189. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  191. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  192. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  193. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  194. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  197. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  198. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  199. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  200. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  201. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  202. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  203. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  204. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  205. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  206. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  207. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  208. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  209. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  210. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  211. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  212. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  213. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  214. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  215. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  216. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  217. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  218. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  219. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  220. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  221. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  222. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  223. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  224. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  225. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  226. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  227. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  228. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  229. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  230. pulumi_azure_native/keyvault/vault.py +3 -3
  231. pulumi_azure_native/network/ipam_pool.py +17 -16
  232. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  233. pulumi_azure_native/pulumi-plugin.json +1 -1
  234. pulumi_azure_native/quota/__init__.py +3 -0
  235. pulumi_azure_native/quota/get_group_quota.py +2 -2
  236. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  237. pulumi_azure_native/quota/group_quota.py +3 -3
  238. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  239. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  240. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  241. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  242. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  243. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  244. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  245. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  246. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  247. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  248. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  249. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  250. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  251. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  252. pulumi_azure_native/search/__init__.py +3 -0
  253. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/search/get_service.py +2 -2
  255. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  256. pulumi_azure_native/search/list_admin_key.py +2 -2
  257. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  258. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/search/service.py +3 -3
  260. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  261. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  262. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  263. pulumi_azure_native/search/v20220901/service.py +1 -1
  264. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  265. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  266. pulumi_azure_native/search/v20231101/service.py +1 -1
  267. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  268. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  269. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  270. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  271. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  272. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  273. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  274. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  275. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  276. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  277. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  278. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  279. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  280. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  281. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  282. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  283. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  284. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  285. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  286. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
  288. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,540 @@
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__ = ['GalleryImageArgs', 'GalleryImage']
21
+
22
+ @pulumi.input_type
23
+ class GalleryImageArgs:
24
+ def __init__(__self__, *,
25
+ os_type: pulumi.Input[Union[str, 'OperatingSystemTypes']],
26
+ resource_group_name: pulumi.Input[str],
27
+ cloud_init_data_source: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]] = None,
28
+ container_id: Optional[pulumi.Input[str]] = None,
29
+ extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
30
+ gallery_image_name: Optional[pulumi.Input[str]] = None,
31
+ hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
32
+ identifier: Optional[pulumi.Input['GalleryImageIdentifierArgs']] = None,
33
+ image_path: Optional[pulumi.Input[str]] = None,
34
+ location: Optional[pulumi.Input[str]] = None,
35
+ source_virtual_machine_id: Optional[pulumi.Input[str]] = None,
36
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
37
+ version: Optional[pulumi.Input['GalleryImageVersionArgs']] = None,
38
+ vm_image_repository_credentials: Optional[pulumi.Input['VmImageRepositoryCredentialsArgs']] = None):
39
+ """
40
+ The set of arguments for constructing a GalleryImage resource.
41
+ :param pulumi.Input[Union[str, 'OperatingSystemTypes']] os_type: Operating system type that the gallery image uses [Windows, Linux]
42
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
43
+ :param pulumi.Input[Union[str, 'CloudInitDataSource']] cloud_init_data_source: Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
44
+ :param pulumi.Input[str] container_id: Storage ContainerID of the storage container to be used for gallery image
45
+ :param pulumi.Input['ExtendedLocationArgs'] extended_location: The extendedLocation of the resource.
46
+ :param pulumi.Input[str] gallery_image_name: Name of the gallery image
47
+ :param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine [V1, V2]
48
+ :param pulumi.Input['GalleryImageIdentifierArgs'] identifier: This is the gallery image definition identifier.
49
+ :param pulumi.Input[str] image_path: location of the image the gallery image should be created from
50
+ :param pulumi.Input[str] location: The geo-location where the resource lives
51
+ :param pulumi.Input[str] source_virtual_machine_id: Resource ID of the source virtual machine from whose OS disk the gallery image is created.
52
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
53
+ :param pulumi.Input['GalleryImageVersionArgs'] version: Specifies information about the gallery image version that you want to create or update.
54
+ :param pulumi.Input['VmImageRepositoryCredentialsArgs'] vm_image_repository_credentials: The credentials used to login to the image repository that has access to the specified image
55
+ """
56
+ pulumi.set(__self__, "os_type", os_type)
57
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
58
+ if cloud_init_data_source is not None:
59
+ pulumi.set(__self__, "cloud_init_data_source", cloud_init_data_source)
60
+ if container_id is not None:
61
+ pulumi.set(__self__, "container_id", container_id)
62
+ if extended_location is not None:
63
+ pulumi.set(__self__, "extended_location", extended_location)
64
+ if gallery_image_name is not None:
65
+ pulumi.set(__self__, "gallery_image_name", gallery_image_name)
66
+ if hyper_v_generation is not None:
67
+ pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
68
+ if identifier is not None:
69
+ pulumi.set(__self__, "identifier", identifier)
70
+ if image_path is not None:
71
+ pulumi.set(__self__, "image_path", image_path)
72
+ if location is not None:
73
+ pulumi.set(__self__, "location", location)
74
+ if source_virtual_machine_id is not None:
75
+ pulumi.set(__self__, "source_virtual_machine_id", source_virtual_machine_id)
76
+ if tags is not None:
77
+ pulumi.set(__self__, "tags", tags)
78
+ if version is not None:
79
+ pulumi.set(__self__, "version", version)
80
+ if vm_image_repository_credentials is not None:
81
+ pulumi.set(__self__, "vm_image_repository_credentials", vm_image_repository_credentials)
82
+
83
+ @property
84
+ @pulumi.getter(name="osType")
85
+ def os_type(self) -> pulumi.Input[Union[str, 'OperatingSystemTypes']]:
86
+ """
87
+ Operating system type that the gallery image uses [Windows, Linux]
88
+ """
89
+ return pulumi.get(self, "os_type")
90
+
91
+ @os_type.setter
92
+ def os_type(self, value: pulumi.Input[Union[str, 'OperatingSystemTypes']]):
93
+ pulumi.set(self, "os_type", value)
94
+
95
+ @property
96
+ @pulumi.getter(name="resourceGroupName")
97
+ def resource_group_name(self) -> pulumi.Input[str]:
98
+ """
99
+ The name of the resource group. The name is case insensitive.
100
+ """
101
+ return pulumi.get(self, "resource_group_name")
102
+
103
+ @resource_group_name.setter
104
+ def resource_group_name(self, value: pulumi.Input[str]):
105
+ pulumi.set(self, "resource_group_name", value)
106
+
107
+ @property
108
+ @pulumi.getter(name="cloudInitDataSource")
109
+ def cloud_init_data_source(self) -> Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]]:
110
+ """
111
+ Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
112
+ """
113
+ return pulumi.get(self, "cloud_init_data_source")
114
+
115
+ @cloud_init_data_source.setter
116
+ def cloud_init_data_source(self, value: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]]):
117
+ pulumi.set(self, "cloud_init_data_source", value)
118
+
119
+ @property
120
+ @pulumi.getter(name="containerId")
121
+ def container_id(self) -> Optional[pulumi.Input[str]]:
122
+ """
123
+ Storage ContainerID of the storage container to be used for gallery image
124
+ """
125
+ return pulumi.get(self, "container_id")
126
+
127
+ @container_id.setter
128
+ def container_id(self, value: Optional[pulumi.Input[str]]):
129
+ pulumi.set(self, "container_id", value)
130
+
131
+ @property
132
+ @pulumi.getter(name="extendedLocation")
133
+ def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
134
+ """
135
+ The extendedLocation of the resource.
136
+ """
137
+ return pulumi.get(self, "extended_location")
138
+
139
+ @extended_location.setter
140
+ def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
141
+ pulumi.set(self, "extended_location", value)
142
+
143
+ @property
144
+ @pulumi.getter(name="galleryImageName")
145
+ def gallery_image_name(self) -> Optional[pulumi.Input[str]]:
146
+ """
147
+ Name of the gallery image
148
+ """
149
+ return pulumi.get(self, "gallery_image_name")
150
+
151
+ @gallery_image_name.setter
152
+ def gallery_image_name(self, value: Optional[pulumi.Input[str]]):
153
+ pulumi.set(self, "gallery_image_name", value)
154
+
155
+ @property
156
+ @pulumi.getter(name="hyperVGeneration")
157
+ def hyper_v_generation(self) -> Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]:
158
+ """
159
+ The hypervisor generation of the Virtual Machine [V1, V2]
160
+ """
161
+ return pulumi.get(self, "hyper_v_generation")
162
+
163
+ @hyper_v_generation.setter
164
+ def hyper_v_generation(self, value: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]):
165
+ pulumi.set(self, "hyper_v_generation", value)
166
+
167
+ @property
168
+ @pulumi.getter
169
+ def identifier(self) -> Optional[pulumi.Input['GalleryImageIdentifierArgs']]:
170
+ """
171
+ This is the gallery image definition identifier.
172
+ """
173
+ return pulumi.get(self, "identifier")
174
+
175
+ @identifier.setter
176
+ def identifier(self, value: Optional[pulumi.Input['GalleryImageIdentifierArgs']]):
177
+ pulumi.set(self, "identifier", value)
178
+
179
+ @property
180
+ @pulumi.getter(name="imagePath")
181
+ def image_path(self) -> Optional[pulumi.Input[str]]:
182
+ """
183
+ location of the image the gallery image should be created from
184
+ """
185
+ return pulumi.get(self, "image_path")
186
+
187
+ @image_path.setter
188
+ def image_path(self, value: Optional[pulumi.Input[str]]):
189
+ pulumi.set(self, "image_path", value)
190
+
191
+ @property
192
+ @pulumi.getter
193
+ def location(self) -> Optional[pulumi.Input[str]]:
194
+ """
195
+ The geo-location where the resource lives
196
+ """
197
+ return pulumi.get(self, "location")
198
+
199
+ @location.setter
200
+ def location(self, value: Optional[pulumi.Input[str]]):
201
+ pulumi.set(self, "location", value)
202
+
203
+ @property
204
+ @pulumi.getter(name="sourceVirtualMachineId")
205
+ def source_virtual_machine_id(self) -> Optional[pulumi.Input[str]]:
206
+ """
207
+ Resource ID of the source virtual machine from whose OS disk the gallery image is created.
208
+ """
209
+ return pulumi.get(self, "source_virtual_machine_id")
210
+
211
+ @source_virtual_machine_id.setter
212
+ def source_virtual_machine_id(self, value: Optional[pulumi.Input[str]]):
213
+ pulumi.set(self, "source_virtual_machine_id", value)
214
+
215
+ @property
216
+ @pulumi.getter
217
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
218
+ """
219
+ Resource tags.
220
+ """
221
+ return pulumi.get(self, "tags")
222
+
223
+ @tags.setter
224
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
225
+ pulumi.set(self, "tags", value)
226
+
227
+ @property
228
+ @pulumi.getter
229
+ def version(self) -> Optional[pulumi.Input['GalleryImageVersionArgs']]:
230
+ """
231
+ Specifies information about the gallery image version that you want to create or update.
232
+ """
233
+ return pulumi.get(self, "version")
234
+
235
+ @version.setter
236
+ def version(self, value: Optional[pulumi.Input['GalleryImageVersionArgs']]):
237
+ pulumi.set(self, "version", value)
238
+
239
+ @property
240
+ @pulumi.getter(name="vmImageRepositoryCredentials")
241
+ def vm_image_repository_credentials(self) -> Optional[pulumi.Input['VmImageRepositoryCredentialsArgs']]:
242
+ """
243
+ The credentials used to login to the image repository that has access to the specified image
244
+ """
245
+ return pulumi.get(self, "vm_image_repository_credentials")
246
+
247
+ @vm_image_repository_credentials.setter
248
+ def vm_image_repository_credentials(self, value: Optional[pulumi.Input['VmImageRepositoryCredentialsArgs']]):
249
+ pulumi.set(self, "vm_image_repository_credentials", value)
250
+
251
+
252
+ class GalleryImage(pulumi.CustomResource):
253
+ @overload
254
+ def __init__(__self__,
255
+ resource_name: str,
256
+ opts: Optional[pulumi.ResourceOptions] = None,
257
+ cloud_init_data_source: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]] = None,
258
+ container_id: Optional[pulumi.Input[str]] = None,
259
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
260
+ gallery_image_name: Optional[pulumi.Input[str]] = None,
261
+ hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
262
+ identifier: Optional[pulumi.Input[Union['GalleryImageIdentifierArgs', 'GalleryImageIdentifierArgsDict']]] = None,
263
+ image_path: Optional[pulumi.Input[str]] = None,
264
+ location: Optional[pulumi.Input[str]] = None,
265
+ os_type: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]] = None,
266
+ resource_group_name: Optional[pulumi.Input[str]] = None,
267
+ source_virtual_machine_id: Optional[pulumi.Input[str]] = None,
268
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
269
+ version: Optional[pulumi.Input[Union['GalleryImageVersionArgs', 'GalleryImageVersionArgsDict']]] = None,
270
+ vm_image_repository_credentials: Optional[pulumi.Input[Union['VmImageRepositoryCredentialsArgs', 'VmImageRepositoryCredentialsArgsDict']]] = None,
271
+ __props__=None):
272
+ """
273
+ The gallery images resource definition.
274
+
275
+ :param str resource_name: The name of the resource.
276
+ :param pulumi.ResourceOptions opts: Options for the resource.
277
+ :param pulumi.Input[Union[str, 'CloudInitDataSource']] cloud_init_data_source: Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
278
+ :param pulumi.Input[str] container_id: Storage ContainerID of the storage container to be used for gallery image
279
+ :param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extendedLocation of the resource.
280
+ :param pulumi.Input[str] gallery_image_name: Name of the gallery image
281
+ :param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine [V1, V2]
282
+ :param pulumi.Input[Union['GalleryImageIdentifierArgs', 'GalleryImageIdentifierArgsDict']] identifier: This is the gallery image definition identifier.
283
+ :param pulumi.Input[str] image_path: location of the image the gallery image should be created from
284
+ :param pulumi.Input[str] location: The geo-location where the resource lives
285
+ :param pulumi.Input[Union[str, 'OperatingSystemTypes']] os_type: Operating system type that the gallery image uses [Windows, Linux]
286
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
287
+ :param pulumi.Input[str] source_virtual_machine_id: Resource ID of the source virtual machine from whose OS disk the gallery image is created.
288
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
289
+ :param pulumi.Input[Union['GalleryImageVersionArgs', 'GalleryImageVersionArgsDict']] version: Specifies information about the gallery image version that you want to create or update.
290
+ :param pulumi.Input[Union['VmImageRepositoryCredentialsArgs', 'VmImageRepositoryCredentialsArgsDict']] vm_image_repository_credentials: The credentials used to login to the image repository that has access to the specified image
291
+ """
292
+ ...
293
+ @overload
294
+ def __init__(__self__,
295
+ resource_name: str,
296
+ args: GalleryImageArgs,
297
+ opts: Optional[pulumi.ResourceOptions] = None):
298
+ """
299
+ The gallery images resource definition.
300
+
301
+ :param str resource_name: The name of the resource.
302
+ :param GalleryImageArgs args: The arguments to use to populate this resource's properties.
303
+ :param pulumi.ResourceOptions opts: Options for the resource.
304
+ """
305
+ ...
306
+ def __init__(__self__, resource_name: str, *args, **kwargs):
307
+ resource_args, opts = _utilities.get_resource_args_opts(GalleryImageArgs, pulumi.ResourceOptions, *args, **kwargs)
308
+ if resource_args is not None:
309
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
310
+ else:
311
+ __self__._internal_init(resource_name, *args, **kwargs)
312
+
313
+ def _internal_init(__self__,
314
+ resource_name: str,
315
+ opts: Optional[pulumi.ResourceOptions] = None,
316
+ cloud_init_data_source: Optional[pulumi.Input[Union[str, 'CloudInitDataSource']]] = None,
317
+ container_id: Optional[pulumi.Input[str]] = None,
318
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
319
+ gallery_image_name: Optional[pulumi.Input[str]] = None,
320
+ hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
321
+ identifier: Optional[pulumi.Input[Union['GalleryImageIdentifierArgs', 'GalleryImageIdentifierArgsDict']]] = None,
322
+ image_path: Optional[pulumi.Input[str]] = None,
323
+ location: Optional[pulumi.Input[str]] = None,
324
+ os_type: Optional[pulumi.Input[Union[str, 'OperatingSystemTypes']]] = None,
325
+ resource_group_name: Optional[pulumi.Input[str]] = None,
326
+ source_virtual_machine_id: Optional[pulumi.Input[str]] = None,
327
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
328
+ version: Optional[pulumi.Input[Union['GalleryImageVersionArgs', 'GalleryImageVersionArgsDict']]] = None,
329
+ vm_image_repository_credentials: Optional[pulumi.Input[Union['VmImageRepositoryCredentialsArgs', 'VmImageRepositoryCredentialsArgsDict']]] = None,
330
+ __props__=None):
331
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
332
+ if not isinstance(opts, pulumi.ResourceOptions):
333
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
334
+ if opts.id is None:
335
+ if __props__ is not None:
336
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
337
+ __props__ = GalleryImageArgs.__new__(GalleryImageArgs)
338
+
339
+ __props__.__dict__["cloud_init_data_source"] = cloud_init_data_source
340
+ __props__.__dict__["container_id"] = container_id
341
+ __props__.__dict__["extended_location"] = extended_location
342
+ __props__.__dict__["gallery_image_name"] = gallery_image_name
343
+ __props__.__dict__["hyper_v_generation"] = hyper_v_generation
344
+ __props__.__dict__["identifier"] = identifier
345
+ __props__.__dict__["image_path"] = image_path
346
+ __props__.__dict__["location"] = location
347
+ if os_type is None and not opts.urn:
348
+ raise TypeError("Missing required property 'os_type'")
349
+ __props__.__dict__["os_type"] = os_type
350
+ if resource_group_name is None and not opts.urn:
351
+ raise TypeError("Missing required property 'resource_group_name'")
352
+ __props__.__dict__["resource_group_name"] = resource_group_name
353
+ __props__.__dict__["source_virtual_machine_id"] = source_virtual_machine_id
354
+ __props__.__dict__["tags"] = tags
355
+ __props__.__dict__["version"] = version
356
+ __props__.__dict__["vm_image_repository_credentials"] = vm_image_repository_credentials
357
+ __props__.__dict__["name"] = None
358
+ __props__.__dict__["provisioning_state"] = None
359
+ __props__.__dict__["status"] = None
360
+ __props__.__dict__["system_data"] = None
361
+ __props__.__dict__["type"] = None
362
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240715preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240801preview:GalleryImage")])
363
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
364
+ super(GalleryImage, __self__).__init__(
365
+ 'azure-native:azurestackhci/v20241001preview:GalleryImage',
366
+ resource_name,
367
+ __props__,
368
+ opts)
369
+
370
+ @staticmethod
371
+ def get(resource_name: str,
372
+ id: pulumi.Input[str],
373
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'GalleryImage':
374
+ """
375
+ Get an existing GalleryImage resource's state with the given name, id, and optional extra
376
+ properties used to qualify the lookup.
377
+
378
+ :param str resource_name: The unique name of the resulting resource.
379
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
380
+ :param pulumi.ResourceOptions opts: Options for the resource.
381
+ """
382
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
383
+
384
+ __props__ = GalleryImageArgs.__new__(GalleryImageArgs)
385
+
386
+ __props__.__dict__["cloud_init_data_source"] = None
387
+ __props__.__dict__["container_id"] = None
388
+ __props__.__dict__["extended_location"] = None
389
+ __props__.__dict__["hyper_v_generation"] = None
390
+ __props__.__dict__["identifier"] = None
391
+ __props__.__dict__["image_path"] = None
392
+ __props__.__dict__["location"] = None
393
+ __props__.__dict__["name"] = None
394
+ __props__.__dict__["os_type"] = None
395
+ __props__.__dict__["provisioning_state"] = None
396
+ __props__.__dict__["source_virtual_machine_id"] = None
397
+ __props__.__dict__["status"] = None
398
+ __props__.__dict__["system_data"] = None
399
+ __props__.__dict__["tags"] = None
400
+ __props__.__dict__["type"] = None
401
+ __props__.__dict__["version"] = None
402
+ __props__.__dict__["vm_image_repository_credentials"] = None
403
+ return GalleryImage(resource_name, opts=opts, __props__=__props__)
404
+
405
+ @property
406
+ @pulumi.getter(name="cloudInitDataSource")
407
+ def cloud_init_data_source(self) -> pulumi.Output[Optional[str]]:
408
+ """
409
+ Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
410
+ """
411
+ return pulumi.get(self, "cloud_init_data_source")
412
+
413
+ @property
414
+ @pulumi.getter(name="containerId")
415
+ def container_id(self) -> pulumi.Output[Optional[str]]:
416
+ """
417
+ Storage ContainerID of the storage container to be used for gallery image
418
+ """
419
+ return pulumi.get(self, "container_id")
420
+
421
+ @property
422
+ @pulumi.getter(name="extendedLocation")
423
+ def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
424
+ """
425
+ The extendedLocation of the resource.
426
+ """
427
+ return pulumi.get(self, "extended_location")
428
+
429
+ @property
430
+ @pulumi.getter(name="hyperVGeneration")
431
+ def hyper_v_generation(self) -> pulumi.Output[Optional[str]]:
432
+ """
433
+ The hypervisor generation of the Virtual Machine [V1, V2]
434
+ """
435
+ return pulumi.get(self, "hyper_v_generation")
436
+
437
+ @property
438
+ @pulumi.getter
439
+ def identifier(self) -> pulumi.Output[Optional['outputs.GalleryImageIdentifierResponse']]:
440
+ """
441
+ This is the gallery image definition identifier.
442
+ """
443
+ return pulumi.get(self, "identifier")
444
+
445
+ @property
446
+ @pulumi.getter(name="imagePath")
447
+ def image_path(self) -> pulumi.Output[Optional[str]]:
448
+ """
449
+ location of the image the gallery image should be created from
450
+ """
451
+ return pulumi.get(self, "image_path")
452
+
453
+ @property
454
+ @pulumi.getter
455
+ def location(self) -> pulumi.Output[str]:
456
+ """
457
+ The geo-location where the resource lives
458
+ """
459
+ return pulumi.get(self, "location")
460
+
461
+ @property
462
+ @pulumi.getter
463
+ def name(self) -> pulumi.Output[str]:
464
+ """
465
+ The name of the resource
466
+ """
467
+ return pulumi.get(self, "name")
468
+
469
+ @property
470
+ @pulumi.getter(name="osType")
471
+ def os_type(self) -> pulumi.Output[str]:
472
+ """
473
+ Operating system type that the gallery image uses [Windows, Linux]
474
+ """
475
+ return pulumi.get(self, "os_type")
476
+
477
+ @property
478
+ @pulumi.getter(name="provisioningState")
479
+ def provisioning_state(self) -> pulumi.Output[str]:
480
+ """
481
+ Provisioning state of the gallery image.
482
+ """
483
+ return pulumi.get(self, "provisioning_state")
484
+
485
+ @property
486
+ @pulumi.getter(name="sourceVirtualMachineId")
487
+ def source_virtual_machine_id(self) -> pulumi.Output[Optional[str]]:
488
+ """
489
+ Resource ID of the source virtual machine from whose OS disk the gallery image is created.
490
+ """
491
+ return pulumi.get(self, "source_virtual_machine_id")
492
+
493
+ @property
494
+ @pulumi.getter
495
+ def status(self) -> pulumi.Output['outputs.GalleryImageStatusResponse']:
496
+ """
497
+ The observed state of gallery images
498
+ """
499
+ return pulumi.get(self, "status")
500
+
501
+ @property
502
+ @pulumi.getter(name="systemData")
503
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
504
+ """
505
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
506
+ """
507
+ return pulumi.get(self, "system_data")
508
+
509
+ @property
510
+ @pulumi.getter
511
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
512
+ """
513
+ Resource tags.
514
+ """
515
+ return pulumi.get(self, "tags")
516
+
517
+ @property
518
+ @pulumi.getter
519
+ def type(self) -> pulumi.Output[str]:
520
+ """
521
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
522
+ """
523
+ return pulumi.get(self, "type")
524
+
525
+ @property
526
+ @pulumi.getter
527
+ def version(self) -> pulumi.Output[Optional['outputs.GalleryImageVersionResponse']]:
528
+ """
529
+ Specifies information about the gallery image version that you want to create or update.
530
+ """
531
+ return pulumi.get(self, "version")
532
+
533
+ @property
534
+ @pulumi.getter(name="vmImageRepositoryCredentials")
535
+ def vm_image_repository_credentials(self) -> pulumi.Output[Optional['outputs.VmImageRepositoryCredentialsResponse']]:
536
+ """
537
+ The credentials used to login to the image repository that has access to the specified image
538
+ """
539
+ return pulumi.get(self, "vm_image_repository_credentials")
540
+