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,1042 @@
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
+
14
+ __all__ = [
15
+ 'CatalogConflictErrorResponse',
16
+ 'CatalogErrorDetailsResponse',
17
+ 'CatalogSyncErrorResponse',
18
+ 'CustomerManagedKeyEncryptionResponse',
19
+ 'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity',
20
+ 'EncryptionResponse',
21
+ 'EnvironmentRoleResponse',
22
+ 'GitCatalogResponse',
23
+ 'HealthStatusDetailResponse',
24
+ 'ImageReferenceResponse',
25
+ 'ImageValidationErrorDetailsResponse',
26
+ 'ManagedServiceIdentityResponse',
27
+ 'ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment',
28
+ 'SkuResponse',
29
+ 'StopOnDisconnectConfigurationResponse',
30
+ 'SyncStatsResponse',
31
+ 'SystemDataResponse',
32
+ 'UserAssignedIdentityResponse',
33
+ 'UserRoleAssignmentResponse',
34
+ ]
35
+
36
+ @pulumi.output_type
37
+ class CatalogConflictErrorResponse(dict):
38
+ """
39
+ An individual conflict error.
40
+ """
41
+ def __init__(__self__, *,
42
+ name: str,
43
+ path: str):
44
+ """
45
+ An individual conflict error.
46
+ :param str name: Name of the conflicting catalog item.
47
+ :param str path: The path of the file that has a conflicting name.
48
+ """
49
+ pulumi.set(__self__, "name", name)
50
+ pulumi.set(__self__, "path", path)
51
+
52
+ @property
53
+ @pulumi.getter
54
+ def name(self) -> str:
55
+ """
56
+ Name of the conflicting catalog item.
57
+ """
58
+ return pulumi.get(self, "name")
59
+
60
+ @property
61
+ @pulumi.getter
62
+ def path(self) -> str:
63
+ """
64
+ The path of the file that has a conflicting name.
65
+ """
66
+ return pulumi.get(self, "path")
67
+
68
+
69
+ @pulumi.output_type
70
+ class CatalogErrorDetailsResponse(dict):
71
+ """
72
+ Catalog error details
73
+ """
74
+ def __init__(__self__, *,
75
+ code: Optional[str] = None,
76
+ message: Optional[str] = None):
77
+ """
78
+ Catalog error details
79
+ :param str code: An identifier for the error.
80
+ :param str message: A message describing the error.
81
+ """
82
+ if code is not None:
83
+ pulumi.set(__self__, "code", code)
84
+ if message is not None:
85
+ pulumi.set(__self__, "message", message)
86
+
87
+ @property
88
+ @pulumi.getter
89
+ def code(self) -> Optional[str]:
90
+ """
91
+ An identifier for the error.
92
+ """
93
+ return pulumi.get(self, "code")
94
+
95
+ @property
96
+ @pulumi.getter
97
+ def message(self) -> Optional[str]:
98
+ """
99
+ A message describing the error.
100
+ """
101
+ return pulumi.get(self, "message")
102
+
103
+
104
+ @pulumi.output_type
105
+ class CatalogSyncErrorResponse(dict):
106
+ """
107
+ An individual synchronization error.
108
+ """
109
+ def __init__(__self__, *,
110
+ error_details: Sequence['outputs.CatalogErrorDetailsResponse'],
111
+ path: str):
112
+ """
113
+ An individual synchronization error.
114
+ :param Sequence['CatalogErrorDetailsResponse'] error_details: Errors associated with the file.
115
+ :param str path: The path of the file the error is associated with.
116
+ """
117
+ pulumi.set(__self__, "error_details", error_details)
118
+ pulumi.set(__self__, "path", path)
119
+
120
+ @property
121
+ @pulumi.getter(name="errorDetails")
122
+ def error_details(self) -> Sequence['outputs.CatalogErrorDetailsResponse']:
123
+ """
124
+ Errors associated with the file.
125
+ """
126
+ return pulumi.get(self, "error_details")
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def path(self) -> str:
131
+ """
132
+ The path of the file the error is associated with.
133
+ """
134
+ return pulumi.get(self, "path")
135
+
136
+
137
+ @pulumi.output_type
138
+ class CustomerManagedKeyEncryptionResponse(dict):
139
+ """
140
+ All Customer-managed key encryption properties for the resource.
141
+ """
142
+ @staticmethod
143
+ def __key_warning(key: str):
144
+ suggest = None
145
+ if key == "keyEncryptionKeyIdentity":
146
+ suggest = "key_encryption_key_identity"
147
+ elif key == "keyEncryptionKeyUrl":
148
+ suggest = "key_encryption_key_url"
149
+
150
+ if suggest:
151
+ pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
152
+
153
+ def __getitem__(self, key: str) -> Any:
154
+ CustomerManagedKeyEncryptionResponse.__key_warning(key)
155
+ return super().__getitem__(key)
156
+
157
+ def get(self, key: str, default = None) -> Any:
158
+ CustomerManagedKeyEncryptionResponse.__key_warning(key)
159
+ return super().get(key, default)
160
+
161
+ def __init__(__self__, *,
162
+ key_encryption_key_identity: Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity'] = None,
163
+ key_encryption_key_url: Optional[str] = None):
164
+ """
165
+ All Customer-managed key encryption properties for the resource.
166
+ :param 'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity' key_encryption_key_identity: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
167
+ :param str key_encryption_key_url: key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
168
+ """
169
+ if key_encryption_key_identity is not None:
170
+ pulumi.set(__self__, "key_encryption_key_identity", key_encryption_key_identity)
171
+ if key_encryption_key_url is not None:
172
+ pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
173
+
174
+ @property
175
+ @pulumi.getter(name="keyEncryptionKeyIdentity")
176
+ def key_encryption_key_identity(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity']:
177
+ """
178
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
179
+ """
180
+ return pulumi.get(self, "key_encryption_key_identity")
181
+
182
+ @property
183
+ @pulumi.getter(name="keyEncryptionKeyUrl")
184
+ def key_encryption_key_url(self) -> Optional[str]:
185
+ """
186
+ key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
187
+ """
188
+ return pulumi.get(self, "key_encryption_key_url")
189
+
190
+
191
+ @pulumi.output_type
192
+ class CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity(dict):
193
+ """
194
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
195
+ """
196
+ @staticmethod
197
+ def __key_warning(key: str):
198
+ suggest = None
199
+ if key == "delegatedIdentityClientId":
200
+ suggest = "delegated_identity_client_id"
201
+ elif key == "identityType":
202
+ suggest = "identity_type"
203
+ elif key == "userAssignedIdentityResourceId":
204
+ suggest = "user_assigned_identity_resource_id"
205
+
206
+ if suggest:
207
+ pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity. Access the value via the '{suggest}' property getter instead.")
208
+
209
+ def __getitem__(self, key: str) -> Any:
210
+ CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
211
+ return super().__getitem__(key)
212
+
213
+ def get(self, key: str, default = None) -> Any:
214
+ CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
215
+ return super().get(key, default)
216
+
217
+ def __init__(__self__, *,
218
+ delegated_identity_client_id: Optional[str] = None,
219
+ identity_type: Optional[str] = None,
220
+ user_assigned_identity_resource_id: Optional[str] = None):
221
+ """
222
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
223
+ :param str delegated_identity_client_id: delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
224
+ :param str identity_type: Values can be systemAssignedIdentity or userAssignedIdentity
225
+ :param str user_assigned_identity_resource_id: user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
226
+ """
227
+ if delegated_identity_client_id is not None:
228
+ pulumi.set(__self__, "delegated_identity_client_id", delegated_identity_client_id)
229
+ if identity_type is not None:
230
+ pulumi.set(__self__, "identity_type", identity_type)
231
+ if user_assigned_identity_resource_id is not None:
232
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
233
+
234
+ @property
235
+ @pulumi.getter(name="delegatedIdentityClientId")
236
+ def delegated_identity_client_id(self) -> Optional[str]:
237
+ """
238
+ delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
239
+ """
240
+ return pulumi.get(self, "delegated_identity_client_id")
241
+
242
+ @property
243
+ @pulumi.getter(name="identityType")
244
+ def identity_type(self) -> Optional[str]:
245
+ """
246
+ Values can be systemAssignedIdentity or userAssignedIdentity
247
+ """
248
+ return pulumi.get(self, "identity_type")
249
+
250
+ @property
251
+ @pulumi.getter(name="userAssignedIdentityResourceId")
252
+ def user_assigned_identity_resource_id(self) -> Optional[str]:
253
+ """
254
+ user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
255
+ """
256
+ return pulumi.get(self, "user_assigned_identity_resource_id")
257
+
258
+
259
+ @pulumi.output_type
260
+ class EncryptionResponse(dict):
261
+ @staticmethod
262
+ def __key_warning(key: str):
263
+ suggest = None
264
+ if key == "customerManagedKeyEncryption":
265
+ suggest = "customer_managed_key_encryption"
266
+
267
+ if suggest:
268
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
269
+
270
+ def __getitem__(self, key: str) -> Any:
271
+ EncryptionResponse.__key_warning(key)
272
+ return super().__getitem__(key)
273
+
274
+ def get(self, key: str, default = None) -> Any:
275
+ EncryptionResponse.__key_warning(key)
276
+ return super().get(key, default)
277
+
278
+ def __init__(__self__, *,
279
+ customer_managed_key_encryption: Optional['outputs.CustomerManagedKeyEncryptionResponse'] = None):
280
+ """
281
+ :param 'CustomerManagedKeyEncryptionResponse' customer_managed_key_encryption: All Customer-managed key encryption properties for the resource.
282
+ """
283
+ if customer_managed_key_encryption is not None:
284
+ pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
285
+
286
+ @property
287
+ @pulumi.getter(name="customerManagedKeyEncryption")
288
+ def customer_managed_key_encryption(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponse']:
289
+ """
290
+ All Customer-managed key encryption properties for the resource.
291
+ """
292
+ return pulumi.get(self, "customer_managed_key_encryption")
293
+
294
+
295
+ @pulumi.output_type
296
+ class EnvironmentRoleResponse(dict):
297
+ """
298
+ A role that can be assigned to a user.
299
+ """
300
+ @staticmethod
301
+ def __key_warning(key: str):
302
+ suggest = None
303
+ if key == "roleName":
304
+ suggest = "role_name"
305
+
306
+ if suggest:
307
+ pulumi.log.warn(f"Key '{key}' not found in EnvironmentRoleResponse. Access the value via the '{suggest}' property getter instead.")
308
+
309
+ def __getitem__(self, key: str) -> Any:
310
+ EnvironmentRoleResponse.__key_warning(key)
311
+ return super().__getitem__(key)
312
+
313
+ def get(self, key: str, default = None) -> Any:
314
+ EnvironmentRoleResponse.__key_warning(key)
315
+ return super().get(key, default)
316
+
317
+ def __init__(__self__, *,
318
+ description: str,
319
+ role_name: str):
320
+ """
321
+ A role that can be assigned to a user.
322
+ :param str description: This is a description of the Role Assignment.
323
+ :param str role_name: The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
324
+ """
325
+ pulumi.set(__self__, "description", description)
326
+ pulumi.set(__self__, "role_name", role_name)
327
+
328
+ @property
329
+ @pulumi.getter
330
+ def description(self) -> str:
331
+ """
332
+ This is a description of the Role Assignment.
333
+ """
334
+ return pulumi.get(self, "description")
335
+
336
+ @property
337
+ @pulumi.getter(name="roleName")
338
+ def role_name(self) -> str:
339
+ """
340
+ The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
341
+ """
342
+ return pulumi.get(self, "role_name")
343
+
344
+
345
+ @pulumi.output_type
346
+ class GitCatalogResponse(dict):
347
+ """
348
+ Properties for a Git repository catalog.
349
+ """
350
+ @staticmethod
351
+ def __key_warning(key: str):
352
+ suggest = None
353
+ if key == "secretIdentifier":
354
+ suggest = "secret_identifier"
355
+
356
+ if suggest:
357
+ pulumi.log.warn(f"Key '{key}' not found in GitCatalogResponse. Access the value via the '{suggest}' property getter instead.")
358
+
359
+ def __getitem__(self, key: str) -> Any:
360
+ GitCatalogResponse.__key_warning(key)
361
+ return super().__getitem__(key)
362
+
363
+ def get(self, key: str, default = None) -> Any:
364
+ GitCatalogResponse.__key_warning(key)
365
+ return super().get(key, default)
366
+
367
+ def __init__(__self__, *,
368
+ branch: Optional[str] = None,
369
+ path: Optional[str] = None,
370
+ secret_identifier: Optional[str] = None,
371
+ uri: Optional[str] = None):
372
+ """
373
+ Properties for a Git repository catalog.
374
+ :param str branch: Git branch.
375
+ :param str path: The folder where the catalog items can be found inside the repository.
376
+ :param str secret_identifier: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
377
+ :param str uri: Git URI.
378
+ """
379
+ if branch is not None:
380
+ pulumi.set(__self__, "branch", branch)
381
+ if path is not None:
382
+ pulumi.set(__self__, "path", path)
383
+ if secret_identifier is not None:
384
+ pulumi.set(__self__, "secret_identifier", secret_identifier)
385
+ if uri is not None:
386
+ pulumi.set(__self__, "uri", uri)
387
+
388
+ @property
389
+ @pulumi.getter
390
+ def branch(self) -> Optional[str]:
391
+ """
392
+ Git branch.
393
+ """
394
+ return pulumi.get(self, "branch")
395
+
396
+ @property
397
+ @pulumi.getter
398
+ def path(self) -> Optional[str]:
399
+ """
400
+ The folder where the catalog items can be found inside the repository.
401
+ """
402
+ return pulumi.get(self, "path")
403
+
404
+ @property
405
+ @pulumi.getter(name="secretIdentifier")
406
+ def secret_identifier(self) -> Optional[str]:
407
+ """
408
+ A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
409
+ """
410
+ return pulumi.get(self, "secret_identifier")
411
+
412
+ @property
413
+ @pulumi.getter
414
+ def uri(self) -> Optional[str]:
415
+ """
416
+ Git URI.
417
+ """
418
+ return pulumi.get(self, "uri")
419
+
420
+
421
+ @pulumi.output_type
422
+ class HealthStatusDetailResponse(dict):
423
+ """
424
+ Pool health status detail.
425
+ """
426
+ def __init__(__self__, *,
427
+ code: str,
428
+ message: str):
429
+ """
430
+ Pool health status detail.
431
+ :param str code: An identifier for the issue.
432
+ :param str message: A message describing the issue, intended to be suitable for display in a user interface
433
+ """
434
+ pulumi.set(__self__, "code", code)
435
+ pulumi.set(__self__, "message", message)
436
+
437
+ @property
438
+ @pulumi.getter
439
+ def code(self) -> str:
440
+ """
441
+ An identifier for the issue.
442
+ """
443
+ return pulumi.get(self, "code")
444
+
445
+ @property
446
+ @pulumi.getter
447
+ def message(self) -> str:
448
+ """
449
+ A message describing the issue, intended to be suitable for display in a user interface
450
+ """
451
+ return pulumi.get(self, "message")
452
+
453
+
454
+ @pulumi.output_type
455
+ class ImageReferenceResponse(dict):
456
+ """
457
+ Image reference information
458
+ """
459
+ @staticmethod
460
+ def __key_warning(key: str):
461
+ suggest = None
462
+ if key == "exactVersion":
463
+ suggest = "exact_version"
464
+
465
+ if suggest:
466
+ pulumi.log.warn(f"Key '{key}' not found in ImageReferenceResponse. Access the value via the '{suggest}' property getter instead.")
467
+
468
+ def __getitem__(self, key: str) -> Any:
469
+ ImageReferenceResponse.__key_warning(key)
470
+ return super().__getitem__(key)
471
+
472
+ def get(self, key: str, default = None) -> Any:
473
+ ImageReferenceResponse.__key_warning(key)
474
+ return super().get(key, default)
475
+
476
+ def __init__(__self__, *,
477
+ exact_version: str,
478
+ id: Optional[str] = None):
479
+ """
480
+ Image reference information
481
+ :param str exact_version: The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
482
+ :param str id: Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
483
+ """
484
+ pulumi.set(__self__, "exact_version", exact_version)
485
+ if id is not None:
486
+ pulumi.set(__self__, "id", id)
487
+
488
+ @property
489
+ @pulumi.getter(name="exactVersion")
490
+ def exact_version(self) -> str:
491
+ """
492
+ The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
493
+ """
494
+ return pulumi.get(self, "exact_version")
495
+
496
+ @property
497
+ @pulumi.getter
498
+ def id(self) -> Optional[str]:
499
+ """
500
+ Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
501
+ """
502
+ return pulumi.get(self, "id")
503
+
504
+
505
+ @pulumi.output_type
506
+ class ImageValidationErrorDetailsResponse(dict):
507
+ """
508
+ Image validation error details
509
+ """
510
+ def __init__(__self__, *,
511
+ code: Optional[str] = None,
512
+ message: Optional[str] = None):
513
+ """
514
+ Image validation error details
515
+ :param str code: An identifier for the error.
516
+ :param str message: A message describing the error.
517
+ """
518
+ if code is not None:
519
+ pulumi.set(__self__, "code", code)
520
+ if message is not None:
521
+ pulumi.set(__self__, "message", message)
522
+
523
+ @property
524
+ @pulumi.getter
525
+ def code(self) -> Optional[str]:
526
+ """
527
+ An identifier for the error.
528
+ """
529
+ return pulumi.get(self, "code")
530
+
531
+ @property
532
+ @pulumi.getter
533
+ def message(self) -> Optional[str]:
534
+ """
535
+ A message describing the error.
536
+ """
537
+ return pulumi.get(self, "message")
538
+
539
+
540
+ @pulumi.output_type
541
+ class ManagedServiceIdentityResponse(dict):
542
+ """
543
+ Managed service identity (system assigned and/or user assigned identities)
544
+ """
545
+ @staticmethod
546
+ def __key_warning(key: str):
547
+ suggest = None
548
+ if key == "principalId":
549
+ suggest = "principal_id"
550
+ elif key == "tenantId":
551
+ suggest = "tenant_id"
552
+ elif key == "userAssignedIdentities":
553
+ suggest = "user_assigned_identities"
554
+
555
+ if suggest:
556
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
557
+
558
+ def __getitem__(self, key: str) -> Any:
559
+ ManagedServiceIdentityResponse.__key_warning(key)
560
+ return super().__getitem__(key)
561
+
562
+ def get(self, key: str, default = None) -> Any:
563
+ ManagedServiceIdentityResponse.__key_warning(key)
564
+ return super().get(key, default)
565
+
566
+ def __init__(__self__, *,
567
+ principal_id: str,
568
+ tenant_id: str,
569
+ type: str,
570
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
571
+ """
572
+ Managed service identity (system assigned and/or user assigned identities)
573
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
574
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
575
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
576
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
577
+ """
578
+ pulumi.set(__self__, "principal_id", principal_id)
579
+ pulumi.set(__self__, "tenant_id", tenant_id)
580
+ pulumi.set(__self__, "type", type)
581
+ if user_assigned_identities is not None:
582
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
583
+
584
+ @property
585
+ @pulumi.getter(name="principalId")
586
+ def principal_id(self) -> str:
587
+ """
588
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
589
+ """
590
+ return pulumi.get(self, "principal_id")
591
+
592
+ @property
593
+ @pulumi.getter(name="tenantId")
594
+ def tenant_id(self) -> str:
595
+ """
596
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
597
+ """
598
+ return pulumi.get(self, "tenant_id")
599
+
600
+ @property
601
+ @pulumi.getter
602
+ def type(self) -> str:
603
+ """
604
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
605
+ """
606
+ return pulumi.get(self, "type")
607
+
608
+ @property
609
+ @pulumi.getter(name="userAssignedIdentities")
610
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
611
+ """
612
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
613
+ """
614
+ return pulumi.get(self, "user_assigned_identities")
615
+
616
+
617
+ @pulumi.output_type
618
+ class ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment(dict):
619
+ """
620
+ The role definition assigned to the environment creator on backing resources.
621
+ """
622
+ def __init__(__self__, *,
623
+ roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
624
+ """
625
+ The role definition assigned to the environment creator on backing resources.
626
+ :param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the environment creator.
627
+ """
628
+ if roles is not None:
629
+ pulumi.set(__self__, "roles", roles)
630
+
631
+ @property
632
+ @pulumi.getter
633
+ def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
634
+ """
635
+ A map of roles to assign to the environment creator.
636
+ """
637
+ return pulumi.get(self, "roles")
638
+
639
+
640
+ @pulumi.output_type
641
+ class SkuResponse(dict):
642
+ """
643
+ The resource model definition representing SKU
644
+ """
645
+ def __init__(__self__, *,
646
+ name: str,
647
+ capacity: Optional[int] = None,
648
+ family: Optional[str] = None,
649
+ size: Optional[str] = None,
650
+ tier: Optional[str] = None):
651
+ """
652
+ The resource model definition representing SKU
653
+ :param str name: The name of the SKU. Ex - P3. It is typically a letter+number code
654
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
655
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
656
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
657
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
658
+ """
659
+ pulumi.set(__self__, "name", name)
660
+ if capacity is not None:
661
+ pulumi.set(__self__, "capacity", capacity)
662
+ if family is not None:
663
+ pulumi.set(__self__, "family", family)
664
+ if size is not None:
665
+ pulumi.set(__self__, "size", size)
666
+ if tier is not None:
667
+ pulumi.set(__self__, "tier", tier)
668
+
669
+ @property
670
+ @pulumi.getter
671
+ def name(self) -> str:
672
+ """
673
+ The name of the SKU. Ex - P3. It is typically a letter+number code
674
+ """
675
+ return pulumi.get(self, "name")
676
+
677
+ @property
678
+ @pulumi.getter
679
+ def capacity(self) -> Optional[int]:
680
+ """
681
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
682
+ """
683
+ return pulumi.get(self, "capacity")
684
+
685
+ @property
686
+ @pulumi.getter
687
+ def family(self) -> Optional[str]:
688
+ """
689
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
690
+ """
691
+ return pulumi.get(self, "family")
692
+
693
+ @property
694
+ @pulumi.getter
695
+ def size(self) -> Optional[str]:
696
+ """
697
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
698
+ """
699
+ return pulumi.get(self, "size")
700
+
701
+ @property
702
+ @pulumi.getter
703
+ def tier(self) -> Optional[str]:
704
+ """
705
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
706
+ """
707
+ return pulumi.get(self, "tier")
708
+
709
+
710
+ @pulumi.output_type
711
+ class StopOnDisconnectConfigurationResponse(dict):
712
+ """
713
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
714
+ """
715
+ @staticmethod
716
+ def __key_warning(key: str):
717
+ suggest = None
718
+ if key == "gracePeriodMinutes":
719
+ suggest = "grace_period_minutes"
720
+
721
+ if suggest:
722
+ pulumi.log.warn(f"Key '{key}' not found in StopOnDisconnectConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
723
+
724
+ def __getitem__(self, key: str) -> Any:
725
+ StopOnDisconnectConfigurationResponse.__key_warning(key)
726
+ return super().__getitem__(key)
727
+
728
+ def get(self, key: str, default = None) -> Any:
729
+ StopOnDisconnectConfigurationResponse.__key_warning(key)
730
+ return super().get(key, default)
731
+
732
+ def __init__(__self__, *,
733
+ grace_period_minutes: Optional[int] = None,
734
+ status: Optional[str] = None):
735
+ """
736
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
737
+ :param int grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
738
+ :param str status: Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
739
+ """
740
+ if grace_period_minutes is not None:
741
+ pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
742
+ if status is not None:
743
+ pulumi.set(__self__, "status", status)
744
+
745
+ @property
746
+ @pulumi.getter(name="gracePeriodMinutes")
747
+ def grace_period_minutes(self) -> Optional[int]:
748
+ """
749
+ The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
750
+ """
751
+ return pulumi.get(self, "grace_period_minutes")
752
+
753
+ @property
754
+ @pulumi.getter
755
+ def status(self) -> Optional[str]:
756
+ """
757
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
758
+ """
759
+ return pulumi.get(self, "status")
760
+
761
+
762
+ @pulumi.output_type
763
+ class SyncStatsResponse(dict):
764
+ """
765
+ Stats of the synchronization.
766
+ """
767
+ @staticmethod
768
+ def __key_warning(key: str):
769
+ suggest = None
770
+ if key == "synchronizationErrors":
771
+ suggest = "synchronization_errors"
772
+ elif key == "validationErrors":
773
+ suggest = "validation_errors"
774
+
775
+ if suggest:
776
+ pulumi.log.warn(f"Key '{key}' not found in SyncStatsResponse. Access the value via the '{suggest}' property getter instead.")
777
+
778
+ def __getitem__(self, key: str) -> Any:
779
+ SyncStatsResponse.__key_warning(key)
780
+ return super().__getitem__(key)
781
+
782
+ def get(self, key: str, default = None) -> Any:
783
+ SyncStatsResponse.__key_warning(key)
784
+ return super().get(key, default)
785
+
786
+ def __init__(__self__, *,
787
+ added: int,
788
+ removed: int,
789
+ synchronization_errors: int,
790
+ unchanged: int,
791
+ updated: int,
792
+ validation_errors: int):
793
+ """
794
+ Stats of the synchronization.
795
+ :param int added: Count of catalog items added during synchronization.
796
+ :param int removed: Count of catalog items removed during synchronization.
797
+ :param int synchronization_errors: Count of synchronization errors that occured during synchronization.
798
+ :param int unchanged: Count of catalog items that were unchanged during synchronization.
799
+ :param int updated: Count of catalog items updated during synchronization.
800
+ :param int validation_errors: Count of catalog items that had validation errors during synchronization.
801
+ """
802
+ pulumi.set(__self__, "added", added)
803
+ pulumi.set(__self__, "removed", removed)
804
+ pulumi.set(__self__, "synchronization_errors", synchronization_errors)
805
+ pulumi.set(__self__, "unchanged", unchanged)
806
+ pulumi.set(__self__, "updated", updated)
807
+ pulumi.set(__self__, "validation_errors", validation_errors)
808
+
809
+ @property
810
+ @pulumi.getter
811
+ def added(self) -> int:
812
+ """
813
+ Count of catalog items added during synchronization.
814
+ """
815
+ return pulumi.get(self, "added")
816
+
817
+ @property
818
+ @pulumi.getter
819
+ def removed(self) -> int:
820
+ """
821
+ Count of catalog items removed during synchronization.
822
+ """
823
+ return pulumi.get(self, "removed")
824
+
825
+ @property
826
+ @pulumi.getter(name="synchronizationErrors")
827
+ def synchronization_errors(self) -> int:
828
+ """
829
+ Count of synchronization errors that occured during synchronization.
830
+ """
831
+ return pulumi.get(self, "synchronization_errors")
832
+
833
+ @property
834
+ @pulumi.getter
835
+ def unchanged(self) -> int:
836
+ """
837
+ Count of catalog items that were unchanged during synchronization.
838
+ """
839
+ return pulumi.get(self, "unchanged")
840
+
841
+ @property
842
+ @pulumi.getter
843
+ def updated(self) -> int:
844
+ """
845
+ Count of catalog items updated during synchronization.
846
+ """
847
+ return pulumi.get(self, "updated")
848
+
849
+ @property
850
+ @pulumi.getter(name="validationErrors")
851
+ def validation_errors(self) -> int:
852
+ """
853
+ Count of catalog items that had validation errors during synchronization.
854
+ """
855
+ return pulumi.get(self, "validation_errors")
856
+
857
+
858
+ @pulumi.output_type
859
+ class SystemDataResponse(dict):
860
+ """
861
+ Metadata pertaining to creation and last modification of the resource.
862
+ """
863
+ @staticmethod
864
+ def __key_warning(key: str):
865
+ suggest = None
866
+ if key == "createdAt":
867
+ suggest = "created_at"
868
+ elif key == "createdBy":
869
+ suggest = "created_by"
870
+ elif key == "createdByType":
871
+ suggest = "created_by_type"
872
+ elif key == "lastModifiedAt":
873
+ suggest = "last_modified_at"
874
+ elif key == "lastModifiedBy":
875
+ suggest = "last_modified_by"
876
+ elif key == "lastModifiedByType":
877
+ suggest = "last_modified_by_type"
878
+
879
+ if suggest:
880
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
881
+
882
+ def __getitem__(self, key: str) -> Any:
883
+ SystemDataResponse.__key_warning(key)
884
+ return super().__getitem__(key)
885
+
886
+ def get(self, key: str, default = None) -> Any:
887
+ SystemDataResponse.__key_warning(key)
888
+ return super().get(key, default)
889
+
890
+ def __init__(__self__, *,
891
+ created_at: Optional[str] = None,
892
+ created_by: Optional[str] = None,
893
+ created_by_type: Optional[str] = None,
894
+ last_modified_at: Optional[str] = None,
895
+ last_modified_by: Optional[str] = None,
896
+ last_modified_by_type: Optional[str] = None):
897
+ """
898
+ Metadata pertaining to creation and last modification of the resource.
899
+ :param str created_at: The timestamp of resource creation (UTC).
900
+ :param str created_by: The identity that created the resource.
901
+ :param str created_by_type: The type of identity that created the resource.
902
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
903
+ :param str last_modified_by: The identity that last modified the resource.
904
+ :param str last_modified_by_type: The type of identity that last modified the resource.
905
+ """
906
+ if created_at is not None:
907
+ pulumi.set(__self__, "created_at", created_at)
908
+ if created_by is not None:
909
+ pulumi.set(__self__, "created_by", created_by)
910
+ if created_by_type is not None:
911
+ pulumi.set(__self__, "created_by_type", created_by_type)
912
+ if last_modified_at is not None:
913
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
914
+ if last_modified_by is not None:
915
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
916
+ if last_modified_by_type is not None:
917
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
918
+
919
+ @property
920
+ @pulumi.getter(name="createdAt")
921
+ def created_at(self) -> Optional[str]:
922
+ """
923
+ The timestamp of resource creation (UTC).
924
+ """
925
+ return pulumi.get(self, "created_at")
926
+
927
+ @property
928
+ @pulumi.getter(name="createdBy")
929
+ def created_by(self) -> Optional[str]:
930
+ """
931
+ The identity that created the resource.
932
+ """
933
+ return pulumi.get(self, "created_by")
934
+
935
+ @property
936
+ @pulumi.getter(name="createdByType")
937
+ def created_by_type(self) -> Optional[str]:
938
+ """
939
+ The type of identity that created the resource.
940
+ """
941
+ return pulumi.get(self, "created_by_type")
942
+
943
+ @property
944
+ @pulumi.getter(name="lastModifiedAt")
945
+ def last_modified_at(self) -> Optional[str]:
946
+ """
947
+ The timestamp of resource last modification (UTC)
948
+ """
949
+ return pulumi.get(self, "last_modified_at")
950
+
951
+ @property
952
+ @pulumi.getter(name="lastModifiedBy")
953
+ def last_modified_by(self) -> Optional[str]:
954
+ """
955
+ The identity that last modified the resource.
956
+ """
957
+ return pulumi.get(self, "last_modified_by")
958
+
959
+ @property
960
+ @pulumi.getter(name="lastModifiedByType")
961
+ def last_modified_by_type(self) -> Optional[str]:
962
+ """
963
+ The type of identity that last modified the resource.
964
+ """
965
+ return pulumi.get(self, "last_modified_by_type")
966
+
967
+
968
+ @pulumi.output_type
969
+ class UserAssignedIdentityResponse(dict):
970
+ """
971
+ User assigned identity properties
972
+ """
973
+ @staticmethod
974
+ def __key_warning(key: str):
975
+ suggest = None
976
+ if key == "clientId":
977
+ suggest = "client_id"
978
+ elif key == "principalId":
979
+ suggest = "principal_id"
980
+
981
+ if suggest:
982
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
983
+
984
+ def __getitem__(self, key: str) -> Any:
985
+ UserAssignedIdentityResponse.__key_warning(key)
986
+ return super().__getitem__(key)
987
+
988
+ def get(self, key: str, default = None) -> Any:
989
+ UserAssignedIdentityResponse.__key_warning(key)
990
+ return super().get(key, default)
991
+
992
+ def __init__(__self__, *,
993
+ client_id: str,
994
+ principal_id: str):
995
+ """
996
+ User assigned identity properties
997
+ :param str client_id: The client ID of the assigned identity.
998
+ :param str principal_id: The principal ID of the assigned identity.
999
+ """
1000
+ pulumi.set(__self__, "client_id", client_id)
1001
+ pulumi.set(__self__, "principal_id", principal_id)
1002
+
1003
+ @property
1004
+ @pulumi.getter(name="clientId")
1005
+ def client_id(self) -> str:
1006
+ """
1007
+ The client ID of the assigned identity.
1008
+ """
1009
+ return pulumi.get(self, "client_id")
1010
+
1011
+ @property
1012
+ @pulumi.getter(name="principalId")
1013
+ def principal_id(self) -> str:
1014
+ """
1015
+ The principal ID of the assigned identity.
1016
+ """
1017
+ return pulumi.get(self, "principal_id")
1018
+
1019
+
1020
+ @pulumi.output_type
1021
+ class UserRoleAssignmentResponse(dict):
1022
+ """
1023
+ Mapping of user object ID to role assignments.
1024
+ """
1025
+ def __init__(__self__, *,
1026
+ roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
1027
+ """
1028
+ Mapping of user object ID to role assignments.
1029
+ :param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the parent user.
1030
+ """
1031
+ if roles is not None:
1032
+ pulumi.set(__self__, "roles", roles)
1033
+
1034
+ @property
1035
+ @pulumi.getter
1036
+ def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
1037
+ """
1038
+ A map of roles to assign to the parent user.
1039
+ """
1040
+ return pulumi.get(self, "roles")
1041
+
1042
+