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,256 @@
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
+ from ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
16
+
17
+ @pulumi.input_type
18
+ class PrivateEndpointConnectionArgs:
19
+ def __init__(__self__, *,
20
+ resource_group_name: pulumi.Input[str],
21
+ vault_name: pulumi.Input[str],
22
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
23
+ private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']] = None):
24
+ """
25
+ The set of arguments for constructing a PrivateEndpointConnection resource.
26
+ :param pulumi.Input[str] resource_group_name: Name of the resource group that contains the key vault.
27
+ :param pulumi.Input[str] vault_name: The name of the key vault.
28
+ :param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection associated with the key vault.
29
+ :param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Approval state of the private link connection.
30
+ """
31
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
32
+ pulumi.set(__self__, "vault_name", vault_name)
33
+ if private_endpoint_connection_name is not None:
34
+ pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
35
+ if private_link_service_connection_state is not None:
36
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
37
+
38
+ @property
39
+ @pulumi.getter(name="resourceGroupName")
40
+ def resource_group_name(self) -> pulumi.Input[str]:
41
+ """
42
+ Name of the resource group that contains the key vault.
43
+ """
44
+ return pulumi.get(self, "resource_group_name")
45
+
46
+ @resource_group_name.setter
47
+ def resource_group_name(self, value: pulumi.Input[str]):
48
+ pulumi.set(self, "resource_group_name", value)
49
+
50
+ @property
51
+ @pulumi.getter(name="vaultName")
52
+ def vault_name(self) -> pulumi.Input[str]:
53
+ """
54
+ The name of the key vault.
55
+ """
56
+ return pulumi.get(self, "vault_name")
57
+
58
+ @vault_name.setter
59
+ def vault_name(self, value: pulumi.Input[str]):
60
+ pulumi.set(self, "vault_name", value)
61
+
62
+ @property
63
+ @pulumi.getter(name="privateEndpointConnectionName")
64
+ def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
65
+ """
66
+ Name of the private endpoint connection associated with the key vault.
67
+ """
68
+ return pulumi.get(self, "private_endpoint_connection_name")
69
+
70
+ @private_endpoint_connection_name.setter
71
+ def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
72
+ pulumi.set(self, "private_endpoint_connection_name", value)
73
+
74
+ @property
75
+ @pulumi.getter(name="privateLinkServiceConnectionState")
76
+ def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]:
77
+ """
78
+ Approval state of the private link connection.
79
+ """
80
+ return pulumi.get(self, "private_link_service_connection_state")
81
+
82
+ @private_link_service_connection_state.setter
83
+ def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]):
84
+ pulumi.set(self, "private_link_service_connection_state", value)
85
+
86
+
87
+ class PrivateEndpointConnection(pulumi.CustomResource):
88
+ @overload
89
+ def __init__(__self__,
90
+ resource_name: str,
91
+ opts: Optional[pulumi.ResourceOptions] = None,
92
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
93
+ private_link_service_connection_state: Optional[pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']]] = None,
94
+ resource_group_name: Optional[pulumi.Input[str]] = None,
95
+ vault_name: Optional[pulumi.Input[str]] = None,
96
+ __props__=None):
97
+ """
98
+ Private endpoint connection resource.
99
+
100
+ :param str resource_name: The name of the resource.
101
+ :param pulumi.ResourceOptions opts: Options for the resource.
102
+ :param pulumi.Input[str] private_endpoint_connection_name: Name of the private endpoint connection associated with the key vault.
103
+ :param pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']] private_link_service_connection_state: Approval state of the private link connection.
104
+ :param pulumi.Input[str] resource_group_name: Name of the resource group that contains the key vault.
105
+ :param pulumi.Input[str] vault_name: The name of the key vault.
106
+ """
107
+ ...
108
+ @overload
109
+ def __init__(__self__,
110
+ resource_name: str,
111
+ args: PrivateEndpointConnectionArgs,
112
+ opts: Optional[pulumi.ResourceOptions] = None):
113
+ """
114
+ Private endpoint connection resource.
115
+
116
+ :param str resource_name: The name of the resource.
117
+ :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
118
+ :param pulumi.ResourceOptions opts: Options for the resource.
119
+ """
120
+ ...
121
+ def __init__(__self__, resource_name: str, *args, **kwargs):
122
+ resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
123
+ if resource_args is not None:
124
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
125
+ else:
126
+ __self__._internal_init(resource_name, *args, **kwargs)
127
+
128
+ def _internal_init(__self__,
129
+ resource_name: str,
130
+ opts: Optional[pulumi.ResourceOptions] = None,
131
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
132
+ private_link_service_connection_state: Optional[pulumi.Input[pulumi.InputType['PrivateLinkServiceConnectionStateArgs']]] = None,
133
+ resource_group_name: Optional[pulumi.Input[str]] = None,
134
+ vault_name: Optional[pulumi.Input[str]] = None,
135
+ __props__=None):
136
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
137
+ if not isinstance(opts, pulumi.ResourceOptions):
138
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
139
+ if opts.id is None:
140
+ if __props__ is not None:
141
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
142
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
143
+
144
+ __props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
145
+ __props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
146
+ if resource_group_name is None and not opts.urn:
147
+ raise TypeError("Missing required property 'resource_group_name'")
148
+ __props__.__dict__["resource_group_name"] = resource_group_name
149
+ if vault_name is None and not opts.urn:
150
+ raise TypeError("Missing required property 'vault_name'")
151
+ __props__.__dict__["vault_name"] = vault_name
152
+ __props__.__dict__["etag"] = None
153
+ __props__.__dict__["location"] = None
154
+ __props__.__dict__["name"] = None
155
+ __props__.__dict__["private_endpoint"] = None
156
+ __props__.__dict__["provisioning_state"] = None
157
+ __props__.__dict__["tags"] = None
158
+ __props__.__dict__["type"] = None
159
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:keyvault:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20180214:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20190901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20200401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20210401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20210601preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20211001:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20211101preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20220201preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20220701:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20221101:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:keyvault/v20230201:PrivateEndpointConnection")])
160
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
161
+ super(PrivateEndpointConnection, __self__).__init__(
162
+ 'azure-native:keyvault/v20230701:PrivateEndpointConnection',
163
+ resource_name,
164
+ __props__,
165
+ opts)
166
+
167
+ @staticmethod
168
+ def get(resource_name: str,
169
+ id: pulumi.Input[str],
170
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
171
+ """
172
+ Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
173
+ properties used to qualify the lookup.
174
+
175
+ :param str resource_name: The unique name of the resulting resource.
176
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
177
+ :param pulumi.ResourceOptions opts: Options for the resource.
178
+ """
179
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
180
+
181
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
182
+
183
+ __props__.__dict__["etag"] = None
184
+ __props__.__dict__["location"] = None
185
+ __props__.__dict__["name"] = None
186
+ __props__.__dict__["private_endpoint"] = None
187
+ __props__.__dict__["private_link_service_connection_state"] = None
188
+ __props__.__dict__["provisioning_state"] = None
189
+ __props__.__dict__["tags"] = None
190
+ __props__.__dict__["type"] = None
191
+ return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
192
+
193
+ @property
194
+ @pulumi.getter
195
+ def etag(self) -> pulumi.Output[Optional[str]]:
196
+ """
197
+ Modified whenever there is a change in the state of private endpoint connection.
198
+ """
199
+ return pulumi.get(self, "etag")
200
+
201
+ @property
202
+ @pulumi.getter
203
+ def location(self) -> pulumi.Output[str]:
204
+ """
205
+ Azure location of the key vault resource.
206
+ """
207
+ return pulumi.get(self, "location")
208
+
209
+ @property
210
+ @pulumi.getter
211
+ def name(self) -> pulumi.Output[str]:
212
+ """
213
+ Name of the key vault resource.
214
+ """
215
+ return pulumi.get(self, "name")
216
+
217
+ @property
218
+ @pulumi.getter(name="privateEndpoint")
219
+ def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
220
+ """
221
+ Properties of the private endpoint object.
222
+ """
223
+ return pulumi.get(self, "private_endpoint")
224
+
225
+ @property
226
+ @pulumi.getter(name="privateLinkServiceConnectionState")
227
+ def private_link_service_connection_state(self) -> pulumi.Output[Optional['outputs.PrivateLinkServiceConnectionStateResponse']]:
228
+ """
229
+ Approval state of the private link connection.
230
+ """
231
+ return pulumi.get(self, "private_link_service_connection_state")
232
+
233
+ @property
234
+ @pulumi.getter(name="provisioningState")
235
+ def provisioning_state(self) -> pulumi.Output[str]:
236
+ """
237
+ Provisioning state of the private endpoint connection.
238
+ """
239
+ return pulumi.get(self, "provisioning_state")
240
+
241
+ @property
242
+ @pulumi.getter
243
+ def tags(self) -> pulumi.Output[Mapping[str, str]]:
244
+ """
245
+ Tags assigned to the key vault resource.
246
+ """
247
+ return pulumi.get(self, "tags")
248
+
249
+ @property
250
+ @pulumi.getter
251
+ def type(self) -> pulumi.Output[str]:
252
+ """
253
+ Resource type of the key vault resource.
254
+ """
255
+ return pulumi.get(self, "type")
256
+
@@ -0,0 +1,245 @@
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
+ from ._inputs import *
13
+
14
+ __all__ = ['SecretArgs', 'Secret']
15
+
16
+ @pulumi.input_type
17
+ class SecretArgs:
18
+ def __init__(__self__, *,
19
+ properties: pulumi.Input['SecretPropertiesArgs'],
20
+ resource_group_name: pulumi.Input[str],
21
+ vault_name: pulumi.Input[str],
22
+ secret_name: Optional[pulumi.Input[str]] = None,
23
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
24
+ """
25
+ The set of arguments for constructing a Secret resource.
26
+ :param pulumi.Input['SecretPropertiesArgs'] properties: Properties of the secret
27
+ :param pulumi.Input[str] resource_group_name: The name of the Resource Group to which the vault belongs.
28
+ :param pulumi.Input[str] vault_name: Name of the vault
29
+ :param pulumi.Input[str] secret_name: Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.
30
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags that will be assigned to the secret.
31
+ """
32
+ pulumi.set(__self__, "properties", properties)
33
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
34
+ pulumi.set(__self__, "vault_name", vault_name)
35
+ if secret_name is not None:
36
+ pulumi.set(__self__, "secret_name", secret_name)
37
+ if tags is not None:
38
+ pulumi.set(__self__, "tags", tags)
39
+
40
+ @property
41
+ @pulumi.getter
42
+ def properties(self) -> pulumi.Input['SecretPropertiesArgs']:
43
+ """
44
+ Properties of the secret
45
+ """
46
+ return pulumi.get(self, "properties")
47
+
48
+ @properties.setter
49
+ def properties(self, value: pulumi.Input['SecretPropertiesArgs']):
50
+ pulumi.set(self, "properties", value)
51
+
52
+ @property
53
+ @pulumi.getter(name="resourceGroupName")
54
+ def resource_group_name(self) -> pulumi.Input[str]:
55
+ """
56
+ The name of the Resource Group to which the vault belongs.
57
+ """
58
+ return pulumi.get(self, "resource_group_name")
59
+
60
+ @resource_group_name.setter
61
+ def resource_group_name(self, value: pulumi.Input[str]):
62
+ pulumi.set(self, "resource_group_name", value)
63
+
64
+ @property
65
+ @pulumi.getter(name="vaultName")
66
+ def vault_name(self) -> pulumi.Input[str]:
67
+ """
68
+ Name of the vault
69
+ """
70
+ return pulumi.get(self, "vault_name")
71
+
72
+ @vault_name.setter
73
+ def vault_name(self, value: pulumi.Input[str]):
74
+ pulumi.set(self, "vault_name", value)
75
+
76
+ @property
77
+ @pulumi.getter(name="secretName")
78
+ def secret_name(self) -> Optional[pulumi.Input[str]]:
79
+ """
80
+ Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.
81
+ """
82
+ return pulumi.get(self, "secret_name")
83
+
84
+ @secret_name.setter
85
+ def secret_name(self, value: Optional[pulumi.Input[str]]):
86
+ pulumi.set(self, "secret_name", value)
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
91
+ """
92
+ The tags that will be assigned to the secret.
93
+ """
94
+ return pulumi.get(self, "tags")
95
+
96
+ @tags.setter
97
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
98
+ pulumi.set(self, "tags", value)
99
+
100
+
101
+ class Secret(pulumi.CustomResource):
102
+ @overload
103
+ def __init__(__self__,
104
+ resource_name: str,
105
+ opts: Optional[pulumi.ResourceOptions] = None,
106
+ properties: Optional[pulumi.Input[pulumi.InputType['SecretPropertiesArgs']]] = None,
107
+ resource_group_name: Optional[pulumi.Input[str]] = None,
108
+ secret_name: Optional[pulumi.Input[str]] = None,
109
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
110
+ vault_name: Optional[pulumi.Input[str]] = None,
111
+ __props__=None):
112
+ """
113
+ Resource information with extended details.
114
+
115
+ :param str resource_name: The name of the resource.
116
+ :param pulumi.ResourceOptions opts: Options for the resource.
117
+ :param pulumi.Input[pulumi.InputType['SecretPropertiesArgs']] properties: Properties of the secret
118
+ :param pulumi.Input[str] resource_group_name: The name of the Resource Group to which the vault belongs.
119
+ :param pulumi.Input[str] secret_name: Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.
120
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags that will be assigned to the secret.
121
+ :param pulumi.Input[str] vault_name: Name of the vault
122
+ """
123
+ ...
124
+ @overload
125
+ def __init__(__self__,
126
+ resource_name: str,
127
+ args: SecretArgs,
128
+ opts: Optional[pulumi.ResourceOptions] = None):
129
+ """
130
+ Resource information with extended details.
131
+
132
+ :param str resource_name: The name of the resource.
133
+ :param SecretArgs args: The arguments to use to populate this resource's properties.
134
+ :param pulumi.ResourceOptions opts: Options for the resource.
135
+ """
136
+ ...
137
+ def __init__(__self__, resource_name: str, *args, **kwargs):
138
+ resource_args, opts = _utilities.get_resource_args_opts(SecretArgs, pulumi.ResourceOptions, *args, **kwargs)
139
+ if resource_args is not None:
140
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
141
+ else:
142
+ __self__._internal_init(resource_name, *args, **kwargs)
143
+
144
+ def _internal_init(__self__,
145
+ resource_name: str,
146
+ opts: Optional[pulumi.ResourceOptions] = None,
147
+ properties: Optional[pulumi.Input[pulumi.InputType['SecretPropertiesArgs']]] = None,
148
+ resource_group_name: Optional[pulumi.Input[str]] = None,
149
+ secret_name: Optional[pulumi.Input[str]] = None,
150
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
151
+ vault_name: Optional[pulumi.Input[str]] = None,
152
+ __props__=None):
153
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
154
+ if not isinstance(opts, pulumi.ResourceOptions):
155
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
156
+ if opts.id is None:
157
+ if __props__ is not None:
158
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
159
+ __props__ = SecretArgs.__new__(SecretArgs)
160
+
161
+ if properties is None and not opts.urn:
162
+ raise TypeError("Missing required property 'properties'")
163
+ __props__.__dict__["properties"] = properties
164
+ if resource_group_name is None and not opts.urn:
165
+ raise TypeError("Missing required property 'resource_group_name'")
166
+ __props__.__dict__["resource_group_name"] = resource_group_name
167
+ __props__.__dict__["secret_name"] = secret_name
168
+ __props__.__dict__["tags"] = tags
169
+ if vault_name is None and not opts.urn:
170
+ raise TypeError("Missing required property 'vault_name'")
171
+ __props__.__dict__["vault_name"] = vault_name
172
+ __props__.__dict__["location"] = None
173
+ __props__.__dict__["name"] = None
174
+ __props__.__dict__["type"] = None
175
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:keyvault:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20161001:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20180214:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20180214preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20190901:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20200401preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20210401preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20210601preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20211001:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20211101preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20220201preview:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20220701:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20221101:Secret"), pulumi.Alias(type_="azure-native:keyvault/v20230201:Secret")])
176
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
177
+ super(Secret, __self__).__init__(
178
+ 'azure-native:keyvault/v20230701:Secret',
179
+ resource_name,
180
+ __props__,
181
+ opts)
182
+
183
+ @staticmethod
184
+ def get(resource_name: str,
185
+ id: pulumi.Input[str],
186
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Secret':
187
+ """
188
+ Get an existing Secret resource's state with the given name, id, and optional extra
189
+ properties used to qualify the lookup.
190
+
191
+ :param str resource_name: The unique name of the resulting resource.
192
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
193
+ :param pulumi.ResourceOptions opts: Options for the resource.
194
+ """
195
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
196
+
197
+ __props__ = SecretArgs.__new__(SecretArgs)
198
+
199
+ __props__.__dict__["location"] = None
200
+ __props__.__dict__["name"] = None
201
+ __props__.__dict__["properties"] = None
202
+ __props__.__dict__["tags"] = None
203
+ __props__.__dict__["type"] = None
204
+ return Secret(resource_name, opts=opts, __props__=__props__)
205
+
206
+ @property
207
+ @pulumi.getter
208
+ def location(self) -> pulumi.Output[str]:
209
+ """
210
+ Azure location of the key vault resource.
211
+ """
212
+ return pulumi.get(self, "location")
213
+
214
+ @property
215
+ @pulumi.getter
216
+ def name(self) -> pulumi.Output[str]:
217
+ """
218
+ Name of the key vault resource.
219
+ """
220
+ return pulumi.get(self, "name")
221
+
222
+ @property
223
+ @pulumi.getter
224
+ def properties(self) -> pulumi.Output['outputs.SecretPropertiesResponse']:
225
+ """
226
+ Properties of the secret
227
+ """
228
+ return pulumi.get(self, "properties")
229
+
230
+ @property
231
+ @pulumi.getter
232
+ def tags(self) -> pulumi.Output[Mapping[str, str]]:
233
+ """
234
+ Tags assigned to the key vault resource.
235
+ """
236
+ return pulumi.get(self, "tags")
237
+
238
+ @property
239
+ @pulumi.getter
240
+ def type(self) -> pulumi.Output[str]:
241
+ """
242
+ Resource type of the key vault resource.
243
+ """
244
+ return pulumi.get(self, "type")
245
+