pulumi-azure-native 2.11.1a1697208201__py3-none-any.whl → 2.12.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 (342) hide show
  1. pulumi_azure_native/__init__.py +112 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +5 -0
  3. pulumi_azure_native/azurestackhci/_inputs.py +284 -0
  4. pulumi_azure_native/azurestackhci/gallery_image.py +1 -1
  5. pulumi_azure_native/azurestackhci/get_logical_network.py +224 -0
  6. pulumi_azure_native/azurestackhci/logical_network.py +362 -0
  7. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +1 -1
  8. pulumi_azure_native/azurestackhci/network_interface.py +1 -1
  9. pulumi_azure_native/azurestackhci/outputs.py +446 -0
  10. pulumi_azure_native/azurestackhci/storage_container.py +1 -1
  11. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  12. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  13. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  14. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  15. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  16. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  17. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  18. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  19. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  20. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  21. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +2 -0
  23. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20230901preview/__init__.py +26 -0
  29. pulumi_azure_native/azurestackhci/v20230901preview/_enums.py +124 -0
  30. pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py +1474 -0
  31. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +477 -0
  32. pulumi_azure_native/azurestackhci/v20230901preview/get_gallery_image.py +274 -0
  33. pulumi_azure_native/azurestackhci/v20230901preview/get_guest_agent.py +165 -0
  34. pulumi_azure_native/azurestackhci/v20230901preview/get_logical_network.py +222 -0
  35. pulumi_azure_native/azurestackhci/v20230901preview/get_marketplace_gallery_image.py +261 -0
  36. pulumi_azure_native/azurestackhci/v20230901preview/get_network_interface.py +222 -0
  37. pulumi_azure_native/azurestackhci/v20230901preview/get_storage_container.py +196 -0
  38. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_hard_disk.py +278 -0
  39. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_machine_instance.py +295 -0
  40. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +224 -0
  41. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +360 -0
  42. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +448 -0
  43. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +360 -0
  44. pulumi_azure_native/azurestackhci/v20230901preview/outputs.py +3323 -0
  45. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +303 -0
  46. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +481 -0
  47. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +457 -0
  48. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +1 -1
  49. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/cognitiveservices/__init__.py +11 -0
  51. pulumi_azure_native/cognitiveservices/_enums.py +38 -0
  52. pulumi_azure_native/cognitiveservices/_inputs.py +344 -0
  53. pulumi_azure_native/cognitiveservices/account.py +1 -1
  54. pulumi_azure_native/cognitiveservices/commitment_plan.py +1 -1
  55. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +1 -1
  56. pulumi_azure_native/cognitiveservices/deployment.py +1 -1
  57. pulumi_azure_native/cognitiveservices/encryption_scope.py +257 -0
  58. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +164 -0
  59. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +164 -0
  60. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +169 -0
  61. pulumi_azure_native/cognitiveservices/get_rai_policy.py +164 -0
  62. pulumi_azure_native/cognitiveservices/outputs.py +411 -0
  63. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/cognitiveservices/rai_blocklist.py +256 -0
  65. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +277 -0
  66. pulumi_azure_native/cognitiveservices/rai_policy.py +257 -0
  67. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/__init__.py +31 -0
  76. pulumi_azure_native/cognitiveservices/v20231001preview/_enums.py +155 -0
  77. pulumi_azure_native/cognitiveservices/v20231001preview/_inputs.py +1814 -0
  78. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +350 -0
  79. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +342 -0
  80. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +253 -0
  81. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +284 -0
  82. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +255 -0
  83. pulumi_azure_native/cognitiveservices/v20231001preview/get_account.py +209 -0
  84. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan.py +201 -0
  85. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan_association.py +162 -0
  86. pulumi_azure_native/cognitiveservices/v20231001preview/get_deployment.py +175 -0
  87. pulumi_azure_native/cognitiveservices/v20231001preview/get_encryption_scope.py +162 -0
  88. pulumi_azure_native/cognitiveservices/v20231001preview/get_private_endpoint_connection.py +162 -0
  89. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist.py +162 -0
  90. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist_item.py +167 -0
  91. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_policy.py +162 -0
  92. pulumi_azure_native/cognitiveservices/v20231001preview/get_shared_commitment_plan.py +196 -0
  93. pulumi_azure_native/cognitiveservices/v20231001preview/list_account_keys.py +91 -0
  94. pulumi_azure_native/cognitiveservices/v20231001preview/outputs.py +3141 -0
  95. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +255 -0
  96. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +254 -0
  97. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +275 -0
  98. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +255 -0
  99. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +321 -0
  100. pulumi_azure_native/devcenter/__init__.py +3 -0
  101. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +1 -1
  102. pulumi_azure_native/devcenter/catalog.py +1 -1
  103. pulumi_azure_native/devcenter/dev_box_definition.py +1 -1
  104. pulumi_azure_native/devcenter/dev_center.py +1 -1
  105. pulumi_azure_native/devcenter/environment_type.py +1 -1
  106. pulumi_azure_native/devcenter/gallery.py +1 -1
  107. pulumi_azure_native/devcenter/network_connection.py +1 -1
  108. pulumi_azure_native/devcenter/pool.py +1 -1
  109. pulumi_azure_native/devcenter/project.py +1 -1
  110. pulumi_azure_native/devcenter/project_environment_type.py +1 -1
  111. pulumi_azure_native/devcenter/schedule.py +1 -1
  112. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  113. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  114. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  115. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  116. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  117. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  118. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  119. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  120. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  121. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  122. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  123. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  124. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  125. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  126. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  127. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  128. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  129. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  130. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  131. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  132. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  133. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  134. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  135. pulumi_azure_native/devcenter/v20231001preview/__init__.py +36 -0
  136. pulumi_azure_native/devcenter/v20231001preview/_enums.py +145 -0
  137. pulumi_azure_native/devcenter/v20231001preview/_inputs.py +454 -0
  138. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +255 -0
  139. pulumi_azure_native/devcenter/v20231001preview/catalog.py +334 -0
  140. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +413 -0
  141. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +331 -0
  142. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +253 -0
  143. pulumi_azure_native/devcenter/v20231001preview/gallery.py +225 -0
  144. pulumi_azure_native/devcenter/v20231001preview/get_attached_network_by_dev_center.py +188 -0
  145. pulumi_azure_native/devcenter/v20231001preview/get_catalog.py +240 -0
  146. pulumi_azure_native/devcenter/v20231001preview/get_catalog_dev_box_definition_error_details.py +89 -0
  147. pulumi_azure_native/devcenter/v20231001preview/get_catalog_sync_error_details.py +110 -0
  148. pulumi_azure_native/devcenter/v20231001preview/get_customization_task_error_details.py +89 -0
  149. pulumi_azure_native/devcenter/v20231001preview/get_dev_box_definition.py +266 -0
  150. pulumi_azure_native/devcenter/v20231001preview/get_dev_center.py +209 -0
  151. pulumi_azure_native/devcenter/v20231001preview/get_environment_definition_error_details.py +89 -0
  152. pulumi_azure_native/devcenter/v20231001preview/get_environment_type.py +162 -0
  153. pulumi_azure_native/devcenter/v20231001preview/get_gallery.py +149 -0
  154. pulumi_azure_native/devcenter/v20231001preview/get_network_connection.py +261 -0
  155. pulumi_azure_native/devcenter/v20231001preview/get_pool.py +318 -0
  156. pulumi_azure_native/devcenter/v20231001preview/get_project.py +222 -0
  157. pulumi_azure_native/devcenter/v20231001preview/get_project_environment_type.py +253 -0
  158. pulumi_azure_native/devcenter/v20231001preview/get_schedule.py +198 -0
  159. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +448 -0
  160. pulumi_azure_native/devcenter/v20231001preview/outputs.py +1042 -0
  161. pulumi_azure_native/devcenter/v20231001preview/pool.py +550 -0
  162. pulumi_azure_native/devcenter/v20231001preview/project.py +358 -0
  163. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +439 -0
  164. pulumi_azure_native/devcenter/v20231001preview/schedule.py +376 -0
  165. pulumi_azure_native/keyvault/__init__.py +3 -0
  166. pulumi_azure_native/keyvault/key.py +1 -1
  167. pulumi_azure_native/keyvault/managed_hsm.py +1 -1
  168. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/keyvault/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/keyvault/secret.py +1 -1
  171. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  172. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  173. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  175. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  176. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  177. pulumi_azure_native/keyvault/v20230701/__init__.py +22 -0
  178. pulumi_azure_native/keyvault/v20230701/_enums.py +242 -0
  179. pulumi_azure_native/keyvault/v20230701/_inputs.py +1621 -0
  180. pulumi_azure_native/keyvault/v20230701/get_key.py +250 -0
  181. pulumi_azure_native/keyvault/v20230701/get_managed_hsm.py +183 -0
  182. pulumi_azure_native/keyvault/v20230701/get_mhsm_private_endpoint_connection.py +227 -0
  183. pulumi_azure_native/keyvault/v20230701/get_private_endpoint_connection.py +188 -0
  184. pulumi_azure_native/keyvault/v20230701/get_secret.py +149 -0
  185. pulumi_azure_native/keyvault/v20230701/get_vault.py +157 -0
  186. pulumi_azure_native/keyvault/v20230701/key.py +324 -0
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +310 -0
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +361 -0
  189. pulumi_azure_native/keyvault/v20230701/outputs.py +2256 -0
  190. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +256 -0
  191. pulumi_azure_native/keyvault/v20230701/secret.py +245 -0
  192. pulumi_azure_native/keyvault/v20230701/vault.py +254 -0
  193. pulumi_azure_native/keyvault/vault.py +1 -1
  194. pulumi_azure_native/managednetworkfabric/v20230615/get_network_fabric.py +1 -1
  195. pulumi_azure_native/managednetworkfabric/v20230615/network_fabric.py +21 -2
  196. pulumi_azure_native/mobilenetwork/__init__.py +3 -0
  197. pulumi_azure_native/mobilenetwork/attached_data_network.py +1 -1
  198. pulumi_azure_native/mobilenetwork/data_network.py +1 -1
  199. pulumi_azure_native/mobilenetwork/diagnostics_package.py +1 -1
  200. pulumi_azure_native/mobilenetwork/mobile_network.py +1 -1
  201. pulumi_azure_native/mobilenetwork/packet_capture.py +1 -1
  202. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +1 -1
  203. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +1 -1
  204. pulumi_azure_native/mobilenetwork/service.py +1 -1
  205. pulumi_azure_native/mobilenetwork/sim.py +1 -1
  206. pulumi_azure_native/mobilenetwork/sim_group.py +1 -1
  207. pulumi_azure_native/mobilenetwork/sim_policy.py +1 -1
  208. pulumi_azure_native/mobilenetwork/site.py +1 -1
  209. pulumi_azure_native/mobilenetwork/slice.py +1 -1
  210. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  211. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  212. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  213. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  214. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  215. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  216. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  217. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  218. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  219. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  220. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  221. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  222. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  223. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  224. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  225. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  226. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  227. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  228. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  229. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  230. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  231. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  232. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  233. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  234. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  235. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  236. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  237. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  238. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  239. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  240. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  241. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  242. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  243. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  244. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  245. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  246. pulumi_azure_native/mobilenetwork/v20230901/__init__.py +36 -0
  247. pulumi_azure_native/mobilenetwork/v20230901/_enums.py +196 -0
  248. pulumi_azure_native/mobilenetwork/v20230901/_inputs.py +1774 -0
  249. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +443 -0
  250. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +282 -0
  251. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +215 -0
  252. pulumi_azure_native/mobilenetwork/v20230901/get_attached_data_network.py +237 -0
  253. pulumi_azure_native/mobilenetwork/v20230901/get_data_network.py +175 -0
  254. pulumi_azure_native/mobilenetwork/v20230901/get_diagnostics_package.py +162 -0
  255. pulumi_azure_native/mobilenetwork/v20230901/get_mobile_network.py +183 -0
  256. pulumi_azure_native/mobilenetwork/v20230901/get_packet_capture.py +240 -0
  257. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_control_plane.py +378 -0
  258. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_data_plane.py +188 -0
  259. pulumi_azure_native/mobilenetwork/v20230901/get_service.py +201 -0
  260. pulumi_azure_native/mobilenetwork/v20230901/get_sim.py +253 -0
  261. pulumi_azure_native/mobilenetwork/v20230901/get_sim_group.py +196 -0
  262. pulumi_azure_native/mobilenetwork/v20230901/get_sim_policy.py +240 -0
  263. pulumi_azure_native/mobilenetwork/v20230901/get_site.py +175 -0
  264. pulumi_azure_native/mobilenetwork/v20230901/get_slice.py +188 -0
  265. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +273 -0
  266. pulumi_azure_native/mobilenetwork/v20230901/outputs.py +2277 -0
  267. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +363 -0
  268. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +698 -0
  269. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +313 -0
  270. pulumi_azure_native/mobilenetwork/v20230901/service.py +344 -0
  271. pulumi_azure_native/mobilenetwork/v20230901/sim.py +422 -0
  272. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +321 -0
  273. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +417 -0
  274. pulumi_azure_native/mobilenetwork/v20230901/site.py +263 -0
  275. pulumi_azure_native/mobilenetwork/v20230901/slice.py +313 -0
  276. pulumi_azure_native/storagesync/__init__.py +3 -0
  277. pulumi_azure_native/storagesync/cloud_endpoint.py +1 -1
  278. pulumi_azure_native/storagesync/private_endpoint_connection.py +1 -1
  279. pulumi_azure_native/storagesync/registered_server.py +1 -1
  280. pulumi_azure_native/storagesync/server_endpoint.py +1 -1
  281. pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
  282. pulumi_azure_native/storagesync/sync_group.py +1 -1
  283. pulumi_azure_native/storagesync/v20220601/cloud_endpoint.py +1 -1
  284. pulumi_azure_native/storagesync/v20220601/private_endpoint_connection.py +1 -1
  285. pulumi_azure_native/storagesync/v20220601/registered_server.py +1 -1
  286. pulumi_azure_native/storagesync/v20220601/server_endpoint.py +1 -1
  287. pulumi_azure_native/storagesync/v20220601/storage_sync_service.py +1 -1
  288. pulumi_azure_native/storagesync/v20220601/sync_group.py +1 -1
  289. pulumi_azure_native/storagesync/v20220901/__init__.py +22 -0
  290. pulumi_azure_native/storagesync/v20220901/_enums.py +75 -0
  291. pulumi_azure_native/storagesync/v20220901/_inputs.py +112 -0
  292. pulumi_azure_native/storagesync/v20220901/cloud_endpoint.py +382 -0
  293. pulumi_azure_native/storagesync/v20220901/get_cloud_endpoint.py +258 -0
  294. pulumi_azure_native/storagesync/v20220901/get_private_endpoint_connection.py +175 -0
  295. pulumi_azure_native/storagesync/v20220901/get_registered_server.py +474 -0
  296. pulumi_azure_native/storagesync/v20220901/get_server_endpoint.py +401 -0
  297. pulumi_azure_native/storagesync/v20220901/get_storage_sync_service.py +261 -0
  298. pulumi_azure_native/storagesync/v20220901/get_sync_group.py +149 -0
  299. pulumi_azure_native/storagesync/v20220901/outputs.py +2372 -0
  300. pulumi_azure_native/storagesync/v20220901/private_endpoint_connection.py +247 -0
  301. pulumi_azure_native/storagesync/v20220901/registered_server.py +644 -0
  302. pulumi_azure_native/storagesync/v20220901/server_endpoint.py +634 -0
  303. pulumi_azure_native/storagesync/v20220901/storage_sync_service.py +371 -0
  304. pulumi_azure_native/storagesync/v20220901/sync_group.py +205 -0
  305. pulumi_azure_native/synapse/_inputs.py +2 -2
  306. pulumi_azure_native/synapse/outputs.py +2 -2
  307. pulumi_azure_native/synapse/v20210501/_inputs.py +2 -2
  308. pulumi_azure_native/synapse/v20210501/outputs.py +2 -2
  309. pulumi_azure_native/synapse/v20210601/_inputs.py +2 -2
  310. pulumi_azure_native/synapse/v20210601/outputs.py +2 -2
  311. pulumi_azure_native/synapse/v20210601preview/_inputs.py +2 -2
  312. pulumi_azure_native/synapse/v20210601preview/outputs.py +2 -2
  313. pulumi_azure_native/workloads/__init__.py +3 -0
  314. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  315. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  316. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  317. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  318. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  319. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  320. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  321. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  322. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  323. pulumi_azure_native/workloads/v20231001preview/__init__.py +22 -0
  324. pulumi_azure_native/workloads/v20231001preview/_enums.py +141 -0
  325. pulumi_azure_native/workloads/v20231001preview/_inputs.py +2377 -0
  326. pulumi_azure_native/workloads/v20231001preview/get_sap_application_server_instance.py +357 -0
  327. pulumi_azure_native/workloads/v20231001preview/get_sap_availability_zone_details.py +90 -0
  328. pulumi_azure_native/workloads/v20231001preview/get_sap_central_instance.py +331 -0
  329. pulumi_azure_native/workloads/v20231001preview/get_sap_database_instance.py +266 -0
  330. pulumi_azure_native/workloads/v20231001preview/get_sap_disk_configurations.py +105 -0
  331. pulumi_azure_native/workloads/v20231001preview/get_sap_sizing_recommendations.py +119 -0
  332. pulumi_azure_native/workloads/v20231001preview/get_sap_supported_sku.py +105 -0
  333. pulumi_azure_native/workloads/v20231001preview/get_sap_virtual_instance.py +287 -0
  334. pulumi_azure_native/workloads/v20231001preview/outputs.py +3828 -0
  335. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +403 -0
  336. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +383 -0
  337. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +333 -0
  338. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +455 -0
  339. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/METADATA +1 -1
  340. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/RECORD +342 -179
  341. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/WHEEL +0 -0
  342. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,261 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetMarketplaceGalleryImageResult',
15
+ 'AwaitableGetMarketplaceGalleryImageResult',
16
+ 'get_marketplace_gallery_image',
17
+ 'get_marketplace_gallery_image_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetMarketplaceGalleryImageResult:
22
+ """
23
+ The marketplace gallery image resource definition.
24
+ """
25
+ def __init__(__self__, cloud_init_data_source=None, container_id=None, extended_location=None, hyper_v_generation=None, id=None, identifier=None, location=None, name=None, os_type=None, provisioning_state=None, status=None, system_data=None, tags=None, type=None, version=None):
26
+ if cloud_init_data_source and not isinstance(cloud_init_data_source, str):
27
+ raise TypeError("Expected argument 'cloud_init_data_source' to be a str")
28
+ pulumi.set(__self__, "cloud_init_data_source", cloud_init_data_source)
29
+ if container_id and not isinstance(container_id, str):
30
+ raise TypeError("Expected argument 'container_id' to be a str")
31
+ pulumi.set(__self__, "container_id", container_id)
32
+ if extended_location and not isinstance(extended_location, dict):
33
+ raise TypeError("Expected argument 'extended_location' to be a dict")
34
+ pulumi.set(__self__, "extended_location", extended_location)
35
+ if hyper_v_generation and not isinstance(hyper_v_generation, str):
36
+ raise TypeError("Expected argument 'hyper_v_generation' to be a str")
37
+ pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
38
+ if id and not isinstance(id, str):
39
+ raise TypeError("Expected argument 'id' to be a str")
40
+ pulumi.set(__self__, "id", id)
41
+ if identifier and not isinstance(identifier, dict):
42
+ raise TypeError("Expected argument 'identifier' to be a dict")
43
+ pulumi.set(__self__, "identifier", identifier)
44
+ if location and not isinstance(location, str):
45
+ raise TypeError("Expected argument 'location' to be a str")
46
+ pulumi.set(__self__, "location", location)
47
+ if name and not isinstance(name, str):
48
+ raise TypeError("Expected argument 'name' to be a str")
49
+ pulumi.set(__self__, "name", name)
50
+ if os_type and not isinstance(os_type, str):
51
+ raise TypeError("Expected argument 'os_type' to be a str")
52
+ pulumi.set(__self__, "os_type", os_type)
53
+ if provisioning_state and not isinstance(provisioning_state, str):
54
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
55
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
56
+ if status and not isinstance(status, dict):
57
+ raise TypeError("Expected argument 'status' to be a dict")
58
+ pulumi.set(__self__, "status", status)
59
+ if system_data and not isinstance(system_data, dict):
60
+ raise TypeError("Expected argument 'system_data' to be a dict")
61
+ pulumi.set(__self__, "system_data", system_data)
62
+ if tags and not isinstance(tags, dict):
63
+ raise TypeError("Expected argument 'tags' to be a dict")
64
+ pulumi.set(__self__, "tags", tags)
65
+ if type and not isinstance(type, str):
66
+ raise TypeError("Expected argument 'type' to be a str")
67
+ pulumi.set(__self__, "type", type)
68
+ if version and not isinstance(version, dict):
69
+ raise TypeError("Expected argument 'version' to be a dict")
70
+ pulumi.set(__self__, "version", version)
71
+
72
+ @property
73
+ @pulumi.getter(name="cloudInitDataSource")
74
+ def cloud_init_data_source(self) -> Optional[str]:
75
+ """
76
+ Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
77
+ """
78
+ return pulumi.get(self, "cloud_init_data_source")
79
+
80
+ @property
81
+ @pulumi.getter(name="containerId")
82
+ def container_id(self) -> Optional[str]:
83
+ """
84
+ Storage ContainerID of the storage container to be used for marketplace gallery image
85
+ """
86
+ return pulumi.get(self, "container_id")
87
+
88
+ @property
89
+ @pulumi.getter(name="extendedLocation")
90
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
91
+ """
92
+ The extendedLocation of the resource.
93
+ """
94
+ return pulumi.get(self, "extended_location")
95
+
96
+ @property
97
+ @pulumi.getter(name="hyperVGeneration")
98
+ def hyper_v_generation(self) -> Optional[str]:
99
+ """
100
+ The hypervisor generation of the Virtual Machine [V1, V2]
101
+ """
102
+ return pulumi.get(self, "hyper_v_generation")
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def id(self) -> str:
107
+ """
108
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
109
+ """
110
+ return pulumi.get(self, "id")
111
+
112
+ @property
113
+ @pulumi.getter
114
+ def identifier(self) -> Optional['outputs.GalleryImageIdentifierResponse']:
115
+ """
116
+ This is the gallery image definition identifier.
117
+ """
118
+ return pulumi.get(self, "identifier")
119
+
120
+ @property
121
+ @pulumi.getter
122
+ def location(self) -> str:
123
+ """
124
+ The geo-location where the resource lives
125
+ """
126
+ return pulumi.get(self, "location")
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def name(self) -> str:
131
+ """
132
+ The name of the resource
133
+ """
134
+ return pulumi.get(self, "name")
135
+
136
+ @property
137
+ @pulumi.getter(name="osType")
138
+ def os_type(self) -> str:
139
+ """
140
+ Operating system type that the gallery image uses [Windows, Linux]
141
+ """
142
+ return pulumi.get(self, "os_type")
143
+
144
+ @property
145
+ @pulumi.getter(name="provisioningState")
146
+ def provisioning_state(self) -> str:
147
+ """
148
+ Provisioning state of the marketplace gallery image.
149
+ """
150
+ return pulumi.get(self, "provisioning_state")
151
+
152
+ @property
153
+ @pulumi.getter
154
+ def status(self) -> 'outputs.MarketplaceGalleryImageStatusResponse':
155
+ """
156
+ The observed state of marketplace gallery images
157
+ """
158
+ return pulumi.get(self, "status")
159
+
160
+ @property
161
+ @pulumi.getter(name="systemData")
162
+ def system_data(self) -> 'outputs.SystemDataResponse':
163
+ """
164
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
165
+ """
166
+ return pulumi.get(self, "system_data")
167
+
168
+ @property
169
+ @pulumi.getter
170
+ def tags(self) -> Optional[Mapping[str, str]]:
171
+ """
172
+ Resource tags.
173
+ """
174
+ return pulumi.get(self, "tags")
175
+
176
+ @property
177
+ @pulumi.getter
178
+ def type(self) -> str:
179
+ """
180
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
181
+ """
182
+ return pulumi.get(self, "type")
183
+
184
+ @property
185
+ @pulumi.getter
186
+ def version(self) -> Optional['outputs.GalleryImageVersionResponse']:
187
+ """
188
+ Specifies information about the gallery image version that you want to create or update.
189
+ """
190
+ return pulumi.get(self, "version")
191
+
192
+
193
+ class AwaitableGetMarketplaceGalleryImageResult(GetMarketplaceGalleryImageResult):
194
+ # pylint: disable=using-constant-test
195
+ def __await__(self):
196
+ if False:
197
+ yield self
198
+ return GetMarketplaceGalleryImageResult(
199
+ cloud_init_data_source=self.cloud_init_data_source,
200
+ container_id=self.container_id,
201
+ extended_location=self.extended_location,
202
+ hyper_v_generation=self.hyper_v_generation,
203
+ id=self.id,
204
+ identifier=self.identifier,
205
+ location=self.location,
206
+ name=self.name,
207
+ os_type=self.os_type,
208
+ provisioning_state=self.provisioning_state,
209
+ status=self.status,
210
+ system_data=self.system_data,
211
+ tags=self.tags,
212
+ type=self.type,
213
+ version=self.version)
214
+
215
+
216
+ def get_marketplace_gallery_image(marketplace_gallery_image_name: Optional[str] = None,
217
+ resource_group_name: Optional[str] = None,
218
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMarketplaceGalleryImageResult:
219
+ """
220
+ Gets a marketplace gallery image
221
+
222
+
223
+ :param str marketplace_gallery_image_name: Name of the marketplace gallery image
224
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
225
+ """
226
+ __args__ = dict()
227
+ __args__['marketplaceGalleryImageName'] = marketplace_gallery_image_name
228
+ __args__['resourceGroupName'] = resource_group_name
229
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
230
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20230901preview:getMarketplaceGalleryImage', __args__, opts=opts, typ=GetMarketplaceGalleryImageResult).value
231
+
232
+ return AwaitableGetMarketplaceGalleryImageResult(
233
+ cloud_init_data_source=pulumi.get(__ret__, 'cloud_init_data_source'),
234
+ container_id=pulumi.get(__ret__, 'container_id'),
235
+ extended_location=pulumi.get(__ret__, 'extended_location'),
236
+ hyper_v_generation=pulumi.get(__ret__, 'hyper_v_generation'),
237
+ id=pulumi.get(__ret__, 'id'),
238
+ identifier=pulumi.get(__ret__, 'identifier'),
239
+ location=pulumi.get(__ret__, 'location'),
240
+ name=pulumi.get(__ret__, 'name'),
241
+ os_type=pulumi.get(__ret__, 'os_type'),
242
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
243
+ status=pulumi.get(__ret__, 'status'),
244
+ system_data=pulumi.get(__ret__, 'system_data'),
245
+ tags=pulumi.get(__ret__, 'tags'),
246
+ type=pulumi.get(__ret__, 'type'),
247
+ version=pulumi.get(__ret__, 'version'))
248
+
249
+
250
+ @_utilities.lift_output_func(get_marketplace_gallery_image)
251
+ def get_marketplace_gallery_image_output(marketplace_gallery_image_name: Optional[pulumi.Input[str]] = None,
252
+ resource_group_name: Optional[pulumi.Input[str]] = None,
253
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMarketplaceGalleryImageResult]:
254
+ """
255
+ Gets a marketplace gallery image
256
+
257
+
258
+ :param str marketplace_gallery_image_name: Name of the marketplace gallery image
259
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
260
+ """
261
+ ...
@@ -0,0 +1,222 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetNetworkInterfaceResult',
15
+ 'AwaitableGetNetworkInterfaceResult',
16
+ 'get_network_interface',
17
+ 'get_network_interface_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetNetworkInterfaceResult:
22
+ """
23
+ The network interface resource definition.
24
+ """
25
+ def __init__(__self__, dns_settings=None, extended_location=None, id=None, ip_configurations=None, location=None, mac_address=None, name=None, provisioning_state=None, status=None, system_data=None, tags=None, type=None):
26
+ if dns_settings and not isinstance(dns_settings, dict):
27
+ raise TypeError("Expected argument 'dns_settings' to be a dict")
28
+ pulumi.set(__self__, "dns_settings", dns_settings)
29
+ if extended_location and not isinstance(extended_location, dict):
30
+ raise TypeError("Expected argument 'extended_location' to be a dict")
31
+ pulumi.set(__self__, "extended_location", extended_location)
32
+ if id and not isinstance(id, str):
33
+ raise TypeError("Expected argument 'id' to be a str")
34
+ pulumi.set(__self__, "id", id)
35
+ if ip_configurations and not isinstance(ip_configurations, list):
36
+ raise TypeError("Expected argument 'ip_configurations' to be a list")
37
+ pulumi.set(__self__, "ip_configurations", ip_configurations)
38
+ if location and not isinstance(location, str):
39
+ raise TypeError("Expected argument 'location' to be a str")
40
+ pulumi.set(__self__, "location", location)
41
+ if mac_address and not isinstance(mac_address, str):
42
+ raise TypeError("Expected argument 'mac_address' to be a str")
43
+ pulumi.set(__self__, "mac_address", mac_address)
44
+ if name and not isinstance(name, str):
45
+ raise TypeError("Expected argument 'name' to be a str")
46
+ pulumi.set(__self__, "name", name)
47
+ if provisioning_state and not isinstance(provisioning_state, str):
48
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
49
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
50
+ if status and not isinstance(status, dict):
51
+ raise TypeError("Expected argument 'status' to be a dict")
52
+ pulumi.set(__self__, "status", status)
53
+ if system_data and not isinstance(system_data, dict):
54
+ raise TypeError("Expected argument 'system_data' to be a dict")
55
+ pulumi.set(__self__, "system_data", system_data)
56
+ if tags and not isinstance(tags, dict):
57
+ raise TypeError("Expected argument 'tags' to be a dict")
58
+ pulumi.set(__self__, "tags", tags)
59
+ if type and not isinstance(type, str):
60
+ raise TypeError("Expected argument 'type' to be a str")
61
+ pulumi.set(__self__, "type", type)
62
+
63
+ @property
64
+ @pulumi.getter(name="dnsSettings")
65
+ def dns_settings(self) -> Optional['outputs.InterfaceDNSSettingsResponse']:
66
+ """
67
+ DNS Settings for the interface
68
+ """
69
+ return pulumi.get(self, "dns_settings")
70
+
71
+ @property
72
+ @pulumi.getter(name="extendedLocation")
73
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
74
+ """
75
+ The extendedLocation of the resource.
76
+ """
77
+ return pulumi.get(self, "extended_location")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def id(self) -> str:
82
+ """
83
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
84
+ """
85
+ return pulumi.get(self, "id")
86
+
87
+ @property
88
+ @pulumi.getter(name="ipConfigurations")
89
+ def ip_configurations(self) -> Optional[Sequence['outputs.IPConfigurationResponse']]:
90
+ """
91
+ IPConfigurations - A list of IPConfigurations of the network interface.
92
+ """
93
+ return pulumi.get(self, "ip_configurations")
94
+
95
+ @property
96
+ @pulumi.getter
97
+ def location(self) -> str:
98
+ """
99
+ The geo-location where the resource lives
100
+ """
101
+ return pulumi.get(self, "location")
102
+
103
+ @property
104
+ @pulumi.getter(name="macAddress")
105
+ def mac_address(self) -> Optional[str]:
106
+ """
107
+ MacAddress - The MAC address of the network interface.
108
+ """
109
+ return pulumi.get(self, "mac_address")
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def name(self) -> str:
114
+ """
115
+ The name of the resource
116
+ """
117
+ return pulumi.get(self, "name")
118
+
119
+ @property
120
+ @pulumi.getter(name="provisioningState")
121
+ def provisioning_state(self) -> str:
122
+ """
123
+ Provisioning state of the network interface.
124
+ """
125
+ return pulumi.get(self, "provisioning_state")
126
+
127
+ @property
128
+ @pulumi.getter
129
+ def status(self) -> 'outputs.NetworkInterfaceStatusResponse':
130
+ """
131
+ The observed state of network interfaces
132
+ """
133
+ return pulumi.get(self, "status")
134
+
135
+ @property
136
+ @pulumi.getter(name="systemData")
137
+ def system_data(self) -> 'outputs.SystemDataResponse':
138
+ """
139
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
140
+ """
141
+ return pulumi.get(self, "system_data")
142
+
143
+ @property
144
+ @pulumi.getter
145
+ def tags(self) -> Optional[Mapping[str, str]]:
146
+ """
147
+ Resource tags.
148
+ """
149
+ return pulumi.get(self, "tags")
150
+
151
+ @property
152
+ @pulumi.getter
153
+ def type(self) -> str:
154
+ """
155
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
156
+ """
157
+ return pulumi.get(self, "type")
158
+
159
+
160
+ class AwaitableGetNetworkInterfaceResult(GetNetworkInterfaceResult):
161
+ # pylint: disable=using-constant-test
162
+ def __await__(self):
163
+ if False:
164
+ yield self
165
+ return GetNetworkInterfaceResult(
166
+ dns_settings=self.dns_settings,
167
+ extended_location=self.extended_location,
168
+ id=self.id,
169
+ ip_configurations=self.ip_configurations,
170
+ location=self.location,
171
+ mac_address=self.mac_address,
172
+ name=self.name,
173
+ provisioning_state=self.provisioning_state,
174
+ status=self.status,
175
+ system_data=self.system_data,
176
+ tags=self.tags,
177
+ type=self.type)
178
+
179
+
180
+ def get_network_interface(network_interface_name: Optional[str] = None,
181
+ resource_group_name: Optional[str] = None,
182
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkInterfaceResult:
183
+ """
184
+ Gets a network interface
185
+
186
+
187
+ :param str network_interface_name: Name of the network interface
188
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
189
+ """
190
+ __args__ = dict()
191
+ __args__['networkInterfaceName'] = network_interface_name
192
+ __args__['resourceGroupName'] = resource_group_name
193
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
194
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20230901preview:getNetworkInterface', __args__, opts=opts, typ=GetNetworkInterfaceResult).value
195
+
196
+ return AwaitableGetNetworkInterfaceResult(
197
+ dns_settings=pulumi.get(__ret__, 'dns_settings'),
198
+ extended_location=pulumi.get(__ret__, 'extended_location'),
199
+ id=pulumi.get(__ret__, 'id'),
200
+ ip_configurations=pulumi.get(__ret__, 'ip_configurations'),
201
+ location=pulumi.get(__ret__, 'location'),
202
+ mac_address=pulumi.get(__ret__, 'mac_address'),
203
+ name=pulumi.get(__ret__, 'name'),
204
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
205
+ status=pulumi.get(__ret__, 'status'),
206
+ system_data=pulumi.get(__ret__, 'system_data'),
207
+ tags=pulumi.get(__ret__, 'tags'),
208
+ type=pulumi.get(__ret__, 'type'))
209
+
210
+
211
+ @_utilities.lift_output_func(get_network_interface)
212
+ def get_network_interface_output(network_interface_name: Optional[pulumi.Input[str]] = None,
213
+ resource_group_name: Optional[pulumi.Input[str]] = None,
214
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkInterfaceResult]:
215
+ """
216
+ Gets a network interface
217
+
218
+
219
+ :param str network_interface_name: Name of the network interface
220
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
221
+ """
222
+ ...
@@ -0,0 +1,196 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetStorageContainerResult',
15
+ 'AwaitableGetStorageContainerResult',
16
+ 'get_storage_container',
17
+ 'get_storage_container_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetStorageContainerResult:
22
+ """
23
+ The storage container resource definition.
24
+ """
25
+ def __init__(__self__, extended_location=None, id=None, location=None, name=None, path=None, provisioning_state=None, status=None, system_data=None, tags=None, type=None):
26
+ if extended_location and not isinstance(extended_location, dict):
27
+ raise TypeError("Expected argument 'extended_location' to be a dict")
28
+ pulumi.set(__self__, "extended_location", extended_location)
29
+ if id and not isinstance(id, str):
30
+ raise TypeError("Expected argument 'id' to be a str")
31
+ pulumi.set(__self__, "id", id)
32
+ if location and not isinstance(location, str):
33
+ raise TypeError("Expected argument 'location' to be a str")
34
+ pulumi.set(__self__, "location", location)
35
+ if name and not isinstance(name, str):
36
+ raise TypeError("Expected argument 'name' to be a str")
37
+ pulumi.set(__self__, "name", name)
38
+ if path and not isinstance(path, str):
39
+ raise TypeError("Expected argument 'path' to be a str")
40
+ pulumi.set(__self__, "path", path)
41
+ if provisioning_state and not isinstance(provisioning_state, str):
42
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
43
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
44
+ if status and not isinstance(status, dict):
45
+ raise TypeError("Expected argument 'status' to be a dict")
46
+ pulumi.set(__self__, "status", status)
47
+ if system_data and not isinstance(system_data, dict):
48
+ raise TypeError("Expected argument 'system_data' to be a dict")
49
+ pulumi.set(__self__, "system_data", system_data)
50
+ if tags and not isinstance(tags, dict):
51
+ raise TypeError("Expected argument 'tags' to be a dict")
52
+ pulumi.set(__self__, "tags", tags)
53
+ if type and not isinstance(type, str):
54
+ raise TypeError("Expected argument 'type' to be a str")
55
+ pulumi.set(__self__, "type", type)
56
+
57
+ @property
58
+ @pulumi.getter(name="extendedLocation")
59
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
60
+ """
61
+ The extendedLocation of the resource.
62
+ """
63
+ return pulumi.get(self, "extended_location")
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def id(self) -> str:
68
+ """
69
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
70
+ """
71
+ return pulumi.get(self, "id")
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def location(self) -> str:
76
+ """
77
+ The geo-location where the resource lives
78
+ """
79
+ return pulumi.get(self, "location")
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def name(self) -> str:
84
+ """
85
+ The name of the resource
86
+ """
87
+ return pulumi.get(self, "name")
88
+
89
+ @property
90
+ @pulumi.getter
91
+ def path(self) -> str:
92
+ """
93
+ Path of the storage container on the disk
94
+ """
95
+ return pulumi.get(self, "path")
96
+
97
+ @property
98
+ @pulumi.getter(name="provisioningState")
99
+ def provisioning_state(self) -> str:
100
+ """
101
+ Provisioning state of the storage container.
102
+ """
103
+ return pulumi.get(self, "provisioning_state")
104
+
105
+ @property
106
+ @pulumi.getter
107
+ def status(self) -> 'outputs.StorageContainerStatusResponse':
108
+ """
109
+ The observed state of storage containers
110
+ """
111
+ return pulumi.get(self, "status")
112
+
113
+ @property
114
+ @pulumi.getter(name="systemData")
115
+ def system_data(self) -> 'outputs.SystemDataResponse':
116
+ """
117
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
118
+ """
119
+ return pulumi.get(self, "system_data")
120
+
121
+ @property
122
+ @pulumi.getter
123
+ def tags(self) -> Optional[Mapping[str, str]]:
124
+ """
125
+ Resource tags.
126
+ """
127
+ return pulumi.get(self, "tags")
128
+
129
+ @property
130
+ @pulumi.getter
131
+ def type(self) -> str:
132
+ """
133
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
134
+ """
135
+ return pulumi.get(self, "type")
136
+
137
+
138
+ class AwaitableGetStorageContainerResult(GetStorageContainerResult):
139
+ # pylint: disable=using-constant-test
140
+ def __await__(self):
141
+ if False:
142
+ yield self
143
+ return GetStorageContainerResult(
144
+ extended_location=self.extended_location,
145
+ id=self.id,
146
+ location=self.location,
147
+ name=self.name,
148
+ path=self.path,
149
+ provisioning_state=self.provisioning_state,
150
+ status=self.status,
151
+ system_data=self.system_data,
152
+ tags=self.tags,
153
+ type=self.type)
154
+
155
+
156
+ def get_storage_container(resource_group_name: Optional[str] = None,
157
+ storage_container_name: Optional[str] = None,
158
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageContainerResult:
159
+ """
160
+ Gets a storage container
161
+
162
+
163
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
164
+ :param str storage_container_name: Name of the storage container
165
+ """
166
+ __args__ = dict()
167
+ __args__['resourceGroupName'] = resource_group_name
168
+ __args__['storageContainerName'] = storage_container_name
169
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
170
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20230901preview:getStorageContainer', __args__, opts=opts, typ=GetStorageContainerResult).value
171
+
172
+ return AwaitableGetStorageContainerResult(
173
+ extended_location=pulumi.get(__ret__, 'extended_location'),
174
+ id=pulumi.get(__ret__, 'id'),
175
+ location=pulumi.get(__ret__, 'location'),
176
+ name=pulumi.get(__ret__, 'name'),
177
+ path=pulumi.get(__ret__, 'path'),
178
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
179
+ status=pulumi.get(__ret__, 'status'),
180
+ system_data=pulumi.get(__ret__, 'system_data'),
181
+ tags=pulumi.get(__ret__, 'tags'),
182
+ type=pulumi.get(__ret__, 'type'))
183
+
184
+
185
+ @_utilities.lift_output_func(get_storage_container)
186
+ def get_storage_container_output(resource_group_name: Optional[pulumi.Input[str]] = None,
187
+ storage_container_name: Optional[pulumi.Input[str]] = None,
188
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStorageContainerResult]:
189
+ """
190
+ Gets a storage container
191
+
192
+
193
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
194
+ :param str storage_container_name: Name of the storage container
195
+ """
196
+ ...