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,222 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetProjectResult',
15
+ 'AwaitableGetProjectResult',
16
+ 'get_project',
17
+ 'get_project_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetProjectResult:
22
+ """
23
+ Represents a project resource.
24
+ """
25
+ def __init__(__self__, description=None, dev_center_id=None, dev_center_uri=None, display_name=None, id=None, location=None, max_dev_boxes_per_user=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
26
+ if description and not isinstance(description, str):
27
+ raise TypeError("Expected argument 'description' to be a str")
28
+ pulumi.set(__self__, "description", description)
29
+ if dev_center_id and not isinstance(dev_center_id, str):
30
+ raise TypeError("Expected argument 'dev_center_id' to be a str")
31
+ pulumi.set(__self__, "dev_center_id", dev_center_id)
32
+ if dev_center_uri and not isinstance(dev_center_uri, str):
33
+ raise TypeError("Expected argument 'dev_center_uri' to be a str")
34
+ pulumi.set(__self__, "dev_center_uri", dev_center_uri)
35
+ if display_name and not isinstance(display_name, str):
36
+ raise TypeError("Expected argument 'display_name' to be a str")
37
+ pulumi.set(__self__, "display_name", display_name)
38
+ if id and not isinstance(id, str):
39
+ raise TypeError("Expected argument 'id' to be a str")
40
+ pulumi.set(__self__, "id", id)
41
+ if location and not isinstance(location, str):
42
+ raise TypeError("Expected argument 'location' to be a str")
43
+ pulumi.set(__self__, "location", location)
44
+ if max_dev_boxes_per_user and not isinstance(max_dev_boxes_per_user, int):
45
+ raise TypeError("Expected argument 'max_dev_boxes_per_user' to be a int")
46
+ pulumi.set(__self__, "max_dev_boxes_per_user", max_dev_boxes_per_user)
47
+ if name and not isinstance(name, str):
48
+ raise TypeError("Expected argument 'name' to be a str")
49
+ pulumi.set(__self__, "name", name)
50
+ if provisioning_state and not isinstance(provisioning_state, str):
51
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
52
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
53
+ if system_data and not isinstance(system_data, dict):
54
+ raise TypeError("Expected argument 'system_data' to be a dict")
55
+ pulumi.set(__self__, "system_data", system_data)
56
+ if tags and not isinstance(tags, dict):
57
+ raise TypeError("Expected argument 'tags' to be a dict")
58
+ pulumi.set(__self__, "tags", tags)
59
+ if type and not isinstance(type, str):
60
+ raise TypeError("Expected argument 'type' to be a str")
61
+ pulumi.set(__self__, "type", type)
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def description(self) -> Optional[str]:
66
+ """
67
+ Description of the project.
68
+ """
69
+ return pulumi.get(self, "description")
70
+
71
+ @property
72
+ @pulumi.getter(name="devCenterId")
73
+ def dev_center_id(self) -> Optional[str]:
74
+ """
75
+ Resource Id of an associated DevCenter
76
+ """
77
+ return pulumi.get(self, "dev_center_id")
78
+
79
+ @property
80
+ @pulumi.getter(name="devCenterUri")
81
+ def dev_center_uri(self) -> str:
82
+ """
83
+ The URI of the Dev Center resource this project is associated with.
84
+ """
85
+ return pulumi.get(self, "dev_center_uri")
86
+
87
+ @property
88
+ @pulumi.getter(name="displayName")
89
+ def display_name(self) -> Optional[str]:
90
+ """
91
+ The display name of the project.
92
+ """
93
+ return pulumi.get(self, "display_name")
94
+
95
+ @property
96
+ @pulumi.getter
97
+ def id(self) -> str:
98
+ """
99
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
100
+ """
101
+ return pulumi.get(self, "id")
102
+
103
+ @property
104
+ @pulumi.getter
105
+ def location(self) -> str:
106
+ """
107
+ The geo-location where the resource lives
108
+ """
109
+ return pulumi.get(self, "location")
110
+
111
+ @property
112
+ @pulumi.getter(name="maxDevBoxesPerUser")
113
+ def max_dev_boxes_per_user(self) -> Optional[int]:
114
+ """
115
+ When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced.
116
+ """
117
+ return pulumi.get(self, "max_dev_boxes_per_user")
118
+
119
+ @property
120
+ @pulumi.getter
121
+ def name(self) -> str:
122
+ """
123
+ The name of the resource
124
+ """
125
+ return pulumi.get(self, "name")
126
+
127
+ @property
128
+ @pulumi.getter(name="provisioningState")
129
+ def provisioning_state(self) -> str:
130
+ """
131
+ The provisioning state of the resource.
132
+ """
133
+ return pulumi.get(self, "provisioning_state")
134
+
135
+ @property
136
+ @pulumi.getter(name="systemData")
137
+ def system_data(self) -> 'outputs.SystemDataResponse':
138
+ """
139
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
140
+ """
141
+ return pulumi.get(self, "system_data")
142
+
143
+ @property
144
+ @pulumi.getter
145
+ def tags(self) -> Optional[Mapping[str, str]]:
146
+ """
147
+ Resource tags.
148
+ """
149
+ return pulumi.get(self, "tags")
150
+
151
+ @property
152
+ @pulumi.getter
153
+ def type(self) -> str:
154
+ """
155
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
156
+ """
157
+ return pulumi.get(self, "type")
158
+
159
+
160
+ class AwaitableGetProjectResult(GetProjectResult):
161
+ # pylint: disable=using-constant-test
162
+ def __await__(self):
163
+ if False:
164
+ yield self
165
+ return GetProjectResult(
166
+ description=self.description,
167
+ dev_center_id=self.dev_center_id,
168
+ dev_center_uri=self.dev_center_uri,
169
+ display_name=self.display_name,
170
+ id=self.id,
171
+ location=self.location,
172
+ max_dev_boxes_per_user=self.max_dev_boxes_per_user,
173
+ name=self.name,
174
+ provisioning_state=self.provisioning_state,
175
+ system_data=self.system_data,
176
+ tags=self.tags,
177
+ type=self.type)
178
+
179
+
180
+ def get_project(project_name: Optional[str] = None,
181
+ resource_group_name: Optional[str] = None,
182
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectResult:
183
+ """
184
+ Gets a specific project.
185
+
186
+
187
+ :param str project_name: The name of the project.
188
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
189
+ """
190
+ __args__ = dict()
191
+ __args__['projectName'] = project_name
192
+ __args__['resourceGroupName'] = resource_group_name
193
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
194
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20231001preview:getProject', __args__, opts=opts, typ=GetProjectResult).value
195
+
196
+ return AwaitableGetProjectResult(
197
+ description=pulumi.get(__ret__, 'description'),
198
+ dev_center_id=pulumi.get(__ret__, 'dev_center_id'),
199
+ dev_center_uri=pulumi.get(__ret__, 'dev_center_uri'),
200
+ display_name=pulumi.get(__ret__, 'display_name'),
201
+ id=pulumi.get(__ret__, 'id'),
202
+ location=pulumi.get(__ret__, 'location'),
203
+ max_dev_boxes_per_user=pulumi.get(__ret__, 'max_dev_boxes_per_user'),
204
+ name=pulumi.get(__ret__, 'name'),
205
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
206
+ system_data=pulumi.get(__ret__, 'system_data'),
207
+ tags=pulumi.get(__ret__, 'tags'),
208
+ type=pulumi.get(__ret__, 'type'))
209
+
210
+
211
+ @_utilities.lift_output_func(get_project)
212
+ def get_project_output(project_name: Optional[pulumi.Input[str]] = None,
213
+ resource_group_name: Optional[pulumi.Input[str]] = None,
214
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectResult]:
215
+ """
216
+ Gets a specific project.
217
+
218
+
219
+ :param str project_name: The name of the project.
220
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
221
+ """
222
+ ...
@@ -0,0 +1,253 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetProjectEnvironmentTypeResult',
15
+ 'AwaitableGetProjectEnvironmentTypeResult',
16
+ 'get_project_environment_type',
17
+ 'get_project_environment_type_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetProjectEnvironmentTypeResult:
22
+ """
23
+ Represents an environment type.
24
+ """
25
+ def __init__(__self__, creator_role_assignment=None, deployment_target_id=None, display_name=None, environment_count=None, id=None, identity=None, location=None, name=None, provisioning_state=None, status=None, system_data=None, tags=None, type=None, user_role_assignments=None):
26
+ if creator_role_assignment and not isinstance(creator_role_assignment, dict):
27
+ raise TypeError("Expected argument 'creator_role_assignment' to be a dict")
28
+ pulumi.set(__self__, "creator_role_assignment", creator_role_assignment)
29
+ if deployment_target_id and not isinstance(deployment_target_id, str):
30
+ raise TypeError("Expected argument 'deployment_target_id' to be a str")
31
+ pulumi.set(__self__, "deployment_target_id", deployment_target_id)
32
+ if display_name and not isinstance(display_name, str):
33
+ raise TypeError("Expected argument 'display_name' to be a str")
34
+ pulumi.set(__self__, "display_name", display_name)
35
+ if environment_count and not isinstance(environment_count, int):
36
+ raise TypeError("Expected argument 'environment_count' to be a int")
37
+ pulumi.set(__self__, "environment_count", environment_count)
38
+ if id and not isinstance(id, str):
39
+ raise TypeError("Expected argument 'id' to be a str")
40
+ pulumi.set(__self__, "id", id)
41
+ if identity and not isinstance(identity, dict):
42
+ raise TypeError("Expected argument 'identity' to be a dict")
43
+ pulumi.set(__self__, "identity", identity)
44
+ if location and not isinstance(location, str):
45
+ raise TypeError("Expected argument 'location' to be a str")
46
+ pulumi.set(__self__, "location", location)
47
+ if name and not isinstance(name, str):
48
+ raise TypeError("Expected argument 'name' to be a str")
49
+ pulumi.set(__self__, "name", name)
50
+ if provisioning_state and not isinstance(provisioning_state, str):
51
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
52
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
53
+ if status and not isinstance(status, str):
54
+ raise TypeError("Expected argument 'status' to be a str")
55
+ pulumi.set(__self__, "status", status)
56
+ if system_data and not isinstance(system_data, dict):
57
+ raise TypeError("Expected argument 'system_data' to be a dict")
58
+ pulumi.set(__self__, "system_data", system_data)
59
+ if tags and not isinstance(tags, dict):
60
+ raise TypeError("Expected argument 'tags' to be a dict")
61
+ pulumi.set(__self__, "tags", tags)
62
+ if type and not isinstance(type, str):
63
+ raise TypeError("Expected argument 'type' to be a str")
64
+ pulumi.set(__self__, "type", type)
65
+ if user_role_assignments and not isinstance(user_role_assignments, dict):
66
+ raise TypeError("Expected argument 'user_role_assignments' to be a dict")
67
+ pulumi.set(__self__, "user_role_assignments", user_role_assignments)
68
+
69
+ @property
70
+ @pulumi.getter(name="creatorRoleAssignment")
71
+ def creator_role_assignment(self) -> Optional['outputs.ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment']:
72
+ """
73
+ The role definition assigned to the environment creator on backing resources.
74
+ """
75
+ return pulumi.get(self, "creator_role_assignment")
76
+
77
+ @property
78
+ @pulumi.getter(name="deploymentTargetId")
79
+ def deployment_target_id(self) -> Optional[str]:
80
+ """
81
+ Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.
82
+ """
83
+ return pulumi.get(self, "deployment_target_id")
84
+
85
+ @property
86
+ @pulumi.getter(name="displayName")
87
+ def display_name(self) -> Optional[str]:
88
+ """
89
+ The display name of the project environment type.
90
+ """
91
+ return pulumi.get(self, "display_name")
92
+
93
+ @property
94
+ @pulumi.getter(name="environmentCount")
95
+ def environment_count(self) -> int:
96
+ """
97
+ The number of environments of this type.
98
+ """
99
+ return pulumi.get(self, "environment_count")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def id(self) -> str:
104
+ """
105
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
106
+ """
107
+ return pulumi.get(self, "id")
108
+
109
+ @property
110
+ @pulumi.getter
111
+ def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
112
+ """
113
+ Managed identity properties
114
+ """
115
+ return pulumi.get(self, "identity")
116
+
117
+ @property
118
+ @pulumi.getter
119
+ def location(self) -> Optional[str]:
120
+ """
121
+ The geo-location for the environment type
122
+ """
123
+ return pulumi.get(self, "location")
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def name(self) -> str:
128
+ """
129
+ The name of the resource
130
+ """
131
+ return pulumi.get(self, "name")
132
+
133
+ @property
134
+ @pulumi.getter(name="provisioningState")
135
+ def provisioning_state(self) -> str:
136
+ """
137
+ The provisioning state of the resource.
138
+ """
139
+ return pulumi.get(self, "provisioning_state")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def status(self) -> Optional[str]:
144
+ """
145
+ Defines whether this Environment Type can be used in this Project.
146
+ """
147
+ return pulumi.get(self, "status")
148
+
149
+ @property
150
+ @pulumi.getter(name="systemData")
151
+ def system_data(self) -> 'outputs.SystemDataResponse':
152
+ """
153
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
154
+ """
155
+ return pulumi.get(self, "system_data")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def tags(self) -> Optional[Mapping[str, str]]:
160
+ """
161
+ Resource tags.
162
+ """
163
+ return pulumi.get(self, "tags")
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def type(self) -> str:
168
+ """
169
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
170
+ """
171
+ return pulumi.get(self, "type")
172
+
173
+ @property
174
+ @pulumi.getter(name="userRoleAssignments")
175
+ def user_role_assignments(self) -> Optional[Mapping[str, 'outputs.UserRoleAssignmentResponse']]:
176
+ """
177
+ Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.
178
+ """
179
+ return pulumi.get(self, "user_role_assignments")
180
+
181
+
182
+ class AwaitableGetProjectEnvironmentTypeResult(GetProjectEnvironmentTypeResult):
183
+ # pylint: disable=using-constant-test
184
+ def __await__(self):
185
+ if False:
186
+ yield self
187
+ return GetProjectEnvironmentTypeResult(
188
+ creator_role_assignment=self.creator_role_assignment,
189
+ deployment_target_id=self.deployment_target_id,
190
+ display_name=self.display_name,
191
+ environment_count=self.environment_count,
192
+ id=self.id,
193
+ identity=self.identity,
194
+ location=self.location,
195
+ name=self.name,
196
+ provisioning_state=self.provisioning_state,
197
+ status=self.status,
198
+ system_data=self.system_data,
199
+ tags=self.tags,
200
+ type=self.type,
201
+ user_role_assignments=self.user_role_assignments)
202
+
203
+
204
+ def get_project_environment_type(environment_type_name: Optional[str] = None,
205
+ project_name: Optional[str] = None,
206
+ resource_group_name: Optional[str] = None,
207
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectEnvironmentTypeResult:
208
+ """
209
+ Gets a project environment type.
210
+
211
+
212
+ :param str environment_type_name: The name of the environment type.
213
+ :param str project_name: The name of the project.
214
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
215
+ """
216
+ __args__ = dict()
217
+ __args__['environmentTypeName'] = environment_type_name
218
+ __args__['projectName'] = project_name
219
+ __args__['resourceGroupName'] = resource_group_name
220
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
221
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20231001preview:getProjectEnvironmentType', __args__, opts=opts, typ=GetProjectEnvironmentTypeResult).value
222
+
223
+ return AwaitableGetProjectEnvironmentTypeResult(
224
+ creator_role_assignment=pulumi.get(__ret__, 'creator_role_assignment'),
225
+ deployment_target_id=pulumi.get(__ret__, 'deployment_target_id'),
226
+ display_name=pulumi.get(__ret__, 'display_name'),
227
+ environment_count=pulumi.get(__ret__, 'environment_count'),
228
+ id=pulumi.get(__ret__, 'id'),
229
+ identity=pulumi.get(__ret__, 'identity'),
230
+ location=pulumi.get(__ret__, 'location'),
231
+ name=pulumi.get(__ret__, 'name'),
232
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
233
+ status=pulumi.get(__ret__, 'status'),
234
+ system_data=pulumi.get(__ret__, 'system_data'),
235
+ tags=pulumi.get(__ret__, 'tags'),
236
+ type=pulumi.get(__ret__, 'type'),
237
+ user_role_assignments=pulumi.get(__ret__, 'user_role_assignments'))
238
+
239
+
240
+ @_utilities.lift_output_func(get_project_environment_type)
241
+ def get_project_environment_type_output(environment_type_name: Optional[pulumi.Input[str]] = None,
242
+ project_name: Optional[pulumi.Input[str]] = None,
243
+ resource_group_name: Optional[pulumi.Input[str]] = None,
244
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectEnvironmentTypeResult]:
245
+ """
246
+ Gets a project environment type.
247
+
248
+
249
+ :param str environment_type_name: The name of the environment type.
250
+ :param str project_name: The name of the project.
251
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
252
+ """
253
+ ...
@@ -0,0 +1,198 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetScheduleResult',
15
+ 'AwaitableGetScheduleResult',
16
+ 'get_schedule',
17
+ 'get_schedule_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetScheduleResult:
22
+ """
23
+ Represents a Schedule to execute a task.
24
+ """
25
+ def __init__(__self__, frequency=None, id=None, name=None, provisioning_state=None, state=None, system_data=None, time=None, time_zone=None, type=None):
26
+ if frequency and not isinstance(frequency, str):
27
+ raise TypeError("Expected argument 'frequency' to be a str")
28
+ pulumi.set(__self__, "frequency", frequency)
29
+ if id and not isinstance(id, str):
30
+ raise TypeError("Expected argument 'id' to be a str")
31
+ pulumi.set(__self__, "id", id)
32
+ if name and not isinstance(name, str):
33
+ raise TypeError("Expected argument 'name' to be a str")
34
+ pulumi.set(__self__, "name", name)
35
+ if provisioning_state and not isinstance(provisioning_state, str):
36
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
37
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
38
+ if state and not isinstance(state, str):
39
+ raise TypeError("Expected argument 'state' to be a str")
40
+ pulumi.set(__self__, "state", state)
41
+ if system_data and not isinstance(system_data, dict):
42
+ raise TypeError("Expected argument 'system_data' to be a dict")
43
+ pulumi.set(__self__, "system_data", system_data)
44
+ if time and not isinstance(time, str):
45
+ raise TypeError("Expected argument 'time' to be a str")
46
+ pulumi.set(__self__, "time", time)
47
+ if time_zone and not isinstance(time_zone, str):
48
+ raise TypeError("Expected argument 'time_zone' to be a str")
49
+ pulumi.set(__self__, "time_zone", time_zone)
50
+ if type and not isinstance(type, str):
51
+ raise TypeError("Expected argument 'type' to be a str")
52
+ pulumi.set(__self__, "type", type)
53
+
54
+ @property
55
+ @pulumi.getter
56
+ def frequency(self) -> str:
57
+ """
58
+ The frequency of this scheduled task.
59
+ """
60
+ return pulumi.get(self, "frequency")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def id(self) -> str:
65
+ """
66
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
67
+ """
68
+ return pulumi.get(self, "id")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def name(self) -> str:
73
+ """
74
+ The name of the resource
75
+ """
76
+ return pulumi.get(self, "name")
77
+
78
+ @property
79
+ @pulumi.getter(name="provisioningState")
80
+ def provisioning_state(self) -> str:
81
+ """
82
+ The provisioning state of the resource.
83
+ """
84
+ return pulumi.get(self, "provisioning_state")
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def state(self) -> Optional[str]:
89
+ """
90
+ Indicates whether or not this scheduled task is enabled.
91
+ """
92
+ return pulumi.get(self, "state")
93
+
94
+ @property
95
+ @pulumi.getter(name="systemData")
96
+ def system_data(self) -> 'outputs.SystemDataResponse':
97
+ """
98
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
99
+ """
100
+ return pulumi.get(self, "system_data")
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def time(self) -> str:
105
+ """
106
+ The target time to trigger the action. The format is HH:MM.
107
+ """
108
+ return pulumi.get(self, "time")
109
+
110
+ @property
111
+ @pulumi.getter(name="timeZone")
112
+ def time_zone(self) -> str:
113
+ """
114
+ The IANA timezone id at which the schedule should execute.
115
+ """
116
+ return pulumi.get(self, "time_zone")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def type(self) -> str:
121
+ """
122
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
123
+ """
124
+ return pulumi.get(self, "type")
125
+
126
+
127
+ class AwaitableGetScheduleResult(GetScheduleResult):
128
+ # pylint: disable=using-constant-test
129
+ def __await__(self):
130
+ if False:
131
+ yield self
132
+ return GetScheduleResult(
133
+ frequency=self.frequency,
134
+ id=self.id,
135
+ name=self.name,
136
+ provisioning_state=self.provisioning_state,
137
+ state=self.state,
138
+ system_data=self.system_data,
139
+ time=self.time,
140
+ time_zone=self.time_zone,
141
+ type=self.type)
142
+
143
+
144
+ def get_schedule(pool_name: Optional[str] = None,
145
+ project_name: Optional[str] = None,
146
+ resource_group_name: Optional[str] = None,
147
+ schedule_name: Optional[str] = None,
148
+ top: Optional[int] = None,
149
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetScheduleResult:
150
+ """
151
+ Gets a schedule resource.
152
+
153
+
154
+ :param str pool_name: Name of the pool.
155
+ :param str project_name: The name of the project.
156
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
157
+ :param str schedule_name: The name of the schedule that uniquely identifies it.
158
+ :param int top: The maximum number of resources to return from the operation. Example: '$top=10'.
159
+ """
160
+ __args__ = dict()
161
+ __args__['poolName'] = pool_name
162
+ __args__['projectName'] = project_name
163
+ __args__['resourceGroupName'] = resource_group_name
164
+ __args__['scheduleName'] = schedule_name
165
+ __args__['top'] = top
166
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
167
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20231001preview:getSchedule', __args__, opts=opts, typ=GetScheduleResult).value
168
+
169
+ return AwaitableGetScheduleResult(
170
+ frequency=pulumi.get(__ret__, 'frequency'),
171
+ id=pulumi.get(__ret__, 'id'),
172
+ name=pulumi.get(__ret__, 'name'),
173
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
174
+ state=pulumi.get(__ret__, 'state'),
175
+ system_data=pulumi.get(__ret__, 'system_data'),
176
+ time=pulumi.get(__ret__, 'time'),
177
+ time_zone=pulumi.get(__ret__, 'time_zone'),
178
+ type=pulumi.get(__ret__, 'type'))
179
+
180
+
181
+ @_utilities.lift_output_func(get_schedule)
182
+ def get_schedule_output(pool_name: Optional[pulumi.Input[str]] = None,
183
+ project_name: Optional[pulumi.Input[str]] = None,
184
+ resource_group_name: Optional[pulumi.Input[str]] = None,
185
+ schedule_name: Optional[pulumi.Input[str]] = None,
186
+ top: Optional[pulumi.Input[Optional[int]]] = None,
187
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetScheduleResult]:
188
+ """
189
+ Gets a schedule resource.
190
+
191
+
192
+ :param str pool_name: Name of the pool.
193
+ :param str project_name: The name of the project.
194
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
195
+ :param str schedule_name: The name of the schedule that uniquely identifies it.
196
+ :param int top: The maximum number of resources to return from the operation. Example: '$top=10'.
197
+ """
198
+ ...