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,371 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['StorageSyncServiceArgs', 'StorageSyncService']
16
+
17
+ @pulumi.input_type
18
+ class StorageSyncServiceArgs:
19
+ def __init__(__self__, *,
20
+ resource_group_name: pulumi.Input[str],
21
+ identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
22
+ incoming_traffic_policy: Optional[pulumi.Input[Union[str, 'IncomingTrafficPolicy']]] = None,
23
+ location: Optional[pulumi.Input[str]] = None,
24
+ storage_sync_service_name: Optional[pulumi.Input[str]] = None,
25
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
26
+ use_identity: Optional[pulumi.Input[bool]] = None):
27
+ """
28
+ The set of arguments for constructing a StorageSyncService resource.
29
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
30
+ :param pulumi.Input['ManagedServiceIdentityArgs'] identity: managed identities for the Storage Sync to interact with other Azure services without maintaining any secrets or credentials in code.
31
+ :param pulumi.Input[Union[str, 'IncomingTrafficPolicy']] incoming_traffic_policy: Incoming Traffic Policy
32
+ :param pulumi.Input[str] location: The geo-location where the resource lives
33
+ :param pulumi.Input[str] storage_sync_service_name: Name of Storage Sync Service resource.
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
35
+ :param pulumi.Input[bool] use_identity: Use Identity authorization when customer have finished setup RBAC permissions.
36
+ """
37
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
38
+ if identity is not None:
39
+ pulumi.set(__self__, "identity", identity)
40
+ if incoming_traffic_policy is not None:
41
+ pulumi.set(__self__, "incoming_traffic_policy", incoming_traffic_policy)
42
+ if location is not None:
43
+ pulumi.set(__self__, "location", location)
44
+ if storage_sync_service_name is not None:
45
+ pulumi.set(__self__, "storage_sync_service_name", storage_sync_service_name)
46
+ if tags is not None:
47
+ pulumi.set(__self__, "tags", tags)
48
+ if use_identity is not None:
49
+ pulumi.set(__self__, "use_identity", use_identity)
50
+
51
+ @property
52
+ @pulumi.getter(name="resourceGroupName")
53
+ def resource_group_name(self) -> pulumi.Input[str]:
54
+ """
55
+ The name of the resource group. The name is case insensitive.
56
+ """
57
+ return pulumi.get(self, "resource_group_name")
58
+
59
+ @resource_group_name.setter
60
+ def resource_group_name(self, value: pulumi.Input[str]):
61
+ pulumi.set(self, "resource_group_name", value)
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
66
+ """
67
+ managed identities for the Storage Sync to interact with other Azure services without maintaining any secrets or credentials in code.
68
+ """
69
+ return pulumi.get(self, "identity")
70
+
71
+ @identity.setter
72
+ def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
73
+ pulumi.set(self, "identity", value)
74
+
75
+ @property
76
+ @pulumi.getter(name="incomingTrafficPolicy")
77
+ def incoming_traffic_policy(self) -> Optional[pulumi.Input[Union[str, 'IncomingTrafficPolicy']]]:
78
+ """
79
+ Incoming Traffic Policy
80
+ """
81
+ return pulumi.get(self, "incoming_traffic_policy")
82
+
83
+ @incoming_traffic_policy.setter
84
+ def incoming_traffic_policy(self, value: Optional[pulumi.Input[Union[str, 'IncomingTrafficPolicy']]]):
85
+ pulumi.set(self, "incoming_traffic_policy", value)
86
+
87
+ @property
88
+ @pulumi.getter
89
+ def location(self) -> Optional[pulumi.Input[str]]:
90
+ """
91
+ The geo-location where the resource lives
92
+ """
93
+ return pulumi.get(self, "location")
94
+
95
+ @location.setter
96
+ def location(self, value: Optional[pulumi.Input[str]]):
97
+ pulumi.set(self, "location", value)
98
+
99
+ @property
100
+ @pulumi.getter(name="storageSyncServiceName")
101
+ def storage_sync_service_name(self) -> Optional[pulumi.Input[str]]:
102
+ """
103
+ Name of Storage Sync Service resource.
104
+ """
105
+ return pulumi.get(self, "storage_sync_service_name")
106
+
107
+ @storage_sync_service_name.setter
108
+ def storage_sync_service_name(self, value: Optional[pulumi.Input[str]]):
109
+ pulumi.set(self, "storage_sync_service_name", value)
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
114
+ """
115
+ Resource tags.
116
+ """
117
+ return pulumi.get(self, "tags")
118
+
119
+ @tags.setter
120
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
121
+ pulumi.set(self, "tags", value)
122
+
123
+ @property
124
+ @pulumi.getter(name="useIdentity")
125
+ def use_identity(self) -> Optional[pulumi.Input[bool]]:
126
+ """
127
+ Use Identity authorization when customer have finished setup RBAC permissions.
128
+ """
129
+ return pulumi.get(self, "use_identity")
130
+
131
+ @use_identity.setter
132
+ def use_identity(self, value: Optional[pulumi.Input[bool]]):
133
+ pulumi.set(self, "use_identity", value)
134
+
135
+
136
+ class StorageSyncService(pulumi.CustomResource):
137
+ @overload
138
+ def __init__(__self__,
139
+ resource_name: str,
140
+ opts: Optional[pulumi.ResourceOptions] = None,
141
+ identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
142
+ incoming_traffic_policy: Optional[pulumi.Input[Union[str, 'IncomingTrafficPolicy']]] = None,
143
+ location: Optional[pulumi.Input[str]] = None,
144
+ resource_group_name: Optional[pulumi.Input[str]] = None,
145
+ storage_sync_service_name: Optional[pulumi.Input[str]] = None,
146
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
147
+ use_identity: Optional[pulumi.Input[bool]] = None,
148
+ __props__=None):
149
+ """
150
+ Storage Sync Service object.
151
+
152
+ :param str resource_name: The name of the resource.
153
+ :param pulumi.ResourceOptions opts: Options for the resource.
154
+ :param pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']] identity: managed identities for the Storage Sync to interact with other Azure services without maintaining any secrets or credentials in code.
155
+ :param pulumi.Input[Union[str, 'IncomingTrafficPolicy']] incoming_traffic_policy: Incoming Traffic Policy
156
+ :param pulumi.Input[str] location: The geo-location where the resource lives
157
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
158
+ :param pulumi.Input[str] storage_sync_service_name: Name of Storage Sync Service resource.
159
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
160
+ :param pulumi.Input[bool] use_identity: Use Identity authorization when customer have finished setup RBAC permissions.
161
+ """
162
+ ...
163
+ @overload
164
+ def __init__(__self__,
165
+ resource_name: str,
166
+ args: StorageSyncServiceArgs,
167
+ opts: Optional[pulumi.ResourceOptions] = None):
168
+ """
169
+ Storage Sync Service object.
170
+
171
+ :param str resource_name: The name of the resource.
172
+ :param StorageSyncServiceArgs args: The arguments to use to populate this resource's properties.
173
+ :param pulumi.ResourceOptions opts: Options for the resource.
174
+ """
175
+ ...
176
+ def __init__(__self__, resource_name: str, *args, **kwargs):
177
+ resource_args, opts = _utilities.get_resource_args_opts(StorageSyncServiceArgs, pulumi.ResourceOptions, *args, **kwargs)
178
+ if resource_args is not None:
179
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
180
+ else:
181
+ __self__._internal_init(resource_name, *args, **kwargs)
182
+
183
+ def _internal_init(__self__,
184
+ resource_name: str,
185
+ opts: Optional[pulumi.ResourceOptions] = None,
186
+ identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
187
+ incoming_traffic_policy: Optional[pulumi.Input[Union[str, 'IncomingTrafficPolicy']]] = None,
188
+ location: Optional[pulumi.Input[str]] = None,
189
+ resource_group_name: Optional[pulumi.Input[str]] = None,
190
+ storage_sync_service_name: Optional[pulumi.Input[str]] = None,
191
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
192
+ use_identity: Optional[pulumi.Input[bool]] = None,
193
+ __props__=None):
194
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
195
+ if not isinstance(opts, pulumi.ResourceOptions):
196
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
197
+ if opts.id is None:
198
+ if __props__ is not None:
199
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
200
+ __props__ = StorageSyncServiceArgs.__new__(StorageSyncServiceArgs)
201
+
202
+ __props__.__dict__["identity"] = identity
203
+ __props__.__dict__["incoming_traffic_policy"] = incoming_traffic_policy
204
+ __props__.__dict__["location"] = location
205
+ if resource_group_name is None and not opts.urn:
206
+ raise TypeError("Missing required property 'resource_group_name'")
207
+ __props__.__dict__["resource_group_name"] = resource_group_name
208
+ __props__.__dict__["storage_sync_service_name"] = storage_sync_service_name
209
+ __props__.__dict__["tags"] = tags
210
+ __props__.__dict__["use_identity"] = use_identity
211
+ __props__.__dict__["last_operation_name"] = None
212
+ __props__.__dict__["last_workflow_id"] = None
213
+ __props__.__dict__["name"] = None
214
+ __props__.__dict__["private_endpoint_connections"] = None
215
+ __props__.__dict__["provisioning_state"] = None
216
+ __props__.__dict__["storage_sync_service_status"] = None
217
+ __props__.__dict__["storage_sync_service_uid"] = None
218
+ __props__.__dict__["system_data"] = None
219
+ __props__.__dict__["type"] = None
220
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storagesync:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20170605preview:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20180402:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20180701:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20181001:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20190201:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20190301:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20190601:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20191001:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20200301:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20200901:StorageSyncService"), pulumi.Alias(type_="azure-native:storagesync/v20220601:StorageSyncService")])
221
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
222
+ super(StorageSyncService, __self__).__init__(
223
+ 'azure-native:storagesync/v20220901:StorageSyncService',
224
+ resource_name,
225
+ __props__,
226
+ opts)
227
+
228
+ @staticmethod
229
+ def get(resource_name: str,
230
+ id: pulumi.Input[str],
231
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'StorageSyncService':
232
+ """
233
+ Get an existing StorageSyncService resource's state with the given name, id, and optional extra
234
+ properties used to qualify the lookup.
235
+
236
+ :param str resource_name: The unique name of the resulting resource.
237
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
238
+ :param pulumi.ResourceOptions opts: Options for the resource.
239
+ """
240
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
241
+
242
+ __props__ = StorageSyncServiceArgs.__new__(StorageSyncServiceArgs)
243
+
244
+ __props__.__dict__["identity"] = None
245
+ __props__.__dict__["incoming_traffic_policy"] = None
246
+ __props__.__dict__["last_operation_name"] = None
247
+ __props__.__dict__["last_workflow_id"] = None
248
+ __props__.__dict__["location"] = None
249
+ __props__.__dict__["name"] = None
250
+ __props__.__dict__["private_endpoint_connections"] = None
251
+ __props__.__dict__["provisioning_state"] = None
252
+ __props__.__dict__["storage_sync_service_status"] = None
253
+ __props__.__dict__["storage_sync_service_uid"] = None
254
+ __props__.__dict__["system_data"] = None
255
+ __props__.__dict__["tags"] = None
256
+ __props__.__dict__["type"] = None
257
+ __props__.__dict__["use_identity"] = None
258
+ return StorageSyncService(resource_name, opts=opts, __props__=__props__)
259
+
260
+ @property
261
+ @pulumi.getter
262
+ def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
263
+ """
264
+ managed identities for the Storage Sync service to interact with other Azure services without maintaining any secrets or credentials in code.
265
+ """
266
+ return pulumi.get(self, "identity")
267
+
268
+ @property
269
+ @pulumi.getter(name="incomingTrafficPolicy")
270
+ def incoming_traffic_policy(self) -> pulumi.Output[Optional[str]]:
271
+ """
272
+ Incoming Traffic Policy
273
+ """
274
+ return pulumi.get(self, "incoming_traffic_policy")
275
+
276
+ @property
277
+ @pulumi.getter(name="lastOperationName")
278
+ def last_operation_name(self) -> pulumi.Output[str]:
279
+ """
280
+ Resource Last Operation Name
281
+ """
282
+ return pulumi.get(self, "last_operation_name")
283
+
284
+ @property
285
+ @pulumi.getter(name="lastWorkflowId")
286
+ def last_workflow_id(self) -> pulumi.Output[str]:
287
+ """
288
+ StorageSyncService lastWorkflowId
289
+ """
290
+ return pulumi.get(self, "last_workflow_id")
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def location(self) -> pulumi.Output[str]:
295
+ """
296
+ The geo-location where the resource lives
297
+ """
298
+ return pulumi.get(self, "location")
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def name(self) -> pulumi.Output[str]:
303
+ """
304
+ The name of the resource
305
+ """
306
+ return pulumi.get(self, "name")
307
+
308
+ @property
309
+ @pulumi.getter(name="privateEndpointConnections")
310
+ def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
311
+ """
312
+ List of private endpoint connection associated with the specified storage sync service
313
+ """
314
+ return pulumi.get(self, "private_endpoint_connections")
315
+
316
+ @property
317
+ @pulumi.getter(name="provisioningState")
318
+ def provisioning_state(self) -> pulumi.Output[str]:
319
+ """
320
+ StorageSyncService Provisioning State
321
+ """
322
+ return pulumi.get(self, "provisioning_state")
323
+
324
+ @property
325
+ @pulumi.getter(name="storageSyncServiceStatus")
326
+ def storage_sync_service_status(self) -> pulumi.Output[int]:
327
+ """
328
+ Storage Sync service status.
329
+ """
330
+ return pulumi.get(self, "storage_sync_service_status")
331
+
332
+ @property
333
+ @pulumi.getter(name="storageSyncServiceUid")
334
+ def storage_sync_service_uid(self) -> pulumi.Output[str]:
335
+ """
336
+ Storage Sync service Uid
337
+ """
338
+ return pulumi.get(self, "storage_sync_service_uid")
339
+
340
+ @property
341
+ @pulumi.getter(name="systemData")
342
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
343
+ """
344
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
345
+ """
346
+ return pulumi.get(self, "system_data")
347
+
348
+ @property
349
+ @pulumi.getter
350
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
351
+ """
352
+ Resource tags.
353
+ """
354
+ return pulumi.get(self, "tags")
355
+
356
+ @property
357
+ @pulumi.getter
358
+ def type(self) -> pulumi.Output[str]:
359
+ """
360
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
361
+ """
362
+ return pulumi.get(self, "type")
363
+
364
+ @property
365
+ @pulumi.getter(name="useIdentity")
366
+ def use_identity(self) -> pulumi.Output[bool]:
367
+ """
368
+ Use Identity authorization when customer have finished setup RBAC permissions.
369
+ """
370
+ return pulumi.get(self, "use_identity")
371
+
@@ -0,0 +1,205 @@
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__ = ['SyncGroupArgs', 'SyncGroup']
14
+
15
+ @pulumi.input_type
16
+ class SyncGroupArgs:
17
+ def __init__(__self__, *,
18
+ resource_group_name: pulumi.Input[str],
19
+ storage_sync_service_name: pulumi.Input[str],
20
+ sync_group_name: Optional[pulumi.Input[str]] = None):
21
+ """
22
+ The set of arguments for constructing a SyncGroup resource.
23
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
24
+ :param pulumi.Input[str] storage_sync_service_name: Name of Storage Sync Service resource.
25
+ :param pulumi.Input[str] sync_group_name: Name of Sync Group resource.
26
+ """
27
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
28
+ pulumi.set(__self__, "storage_sync_service_name", storage_sync_service_name)
29
+ if sync_group_name is not None:
30
+ pulumi.set(__self__, "sync_group_name", sync_group_name)
31
+
32
+ @property
33
+ @pulumi.getter(name="resourceGroupName")
34
+ def resource_group_name(self) -> pulumi.Input[str]:
35
+ """
36
+ The name of the resource group. The name is case insensitive.
37
+ """
38
+ return pulumi.get(self, "resource_group_name")
39
+
40
+ @resource_group_name.setter
41
+ def resource_group_name(self, value: pulumi.Input[str]):
42
+ pulumi.set(self, "resource_group_name", value)
43
+
44
+ @property
45
+ @pulumi.getter(name="storageSyncServiceName")
46
+ def storage_sync_service_name(self) -> pulumi.Input[str]:
47
+ """
48
+ Name of Storage Sync Service resource.
49
+ """
50
+ return pulumi.get(self, "storage_sync_service_name")
51
+
52
+ @storage_sync_service_name.setter
53
+ def storage_sync_service_name(self, value: pulumi.Input[str]):
54
+ pulumi.set(self, "storage_sync_service_name", value)
55
+
56
+ @property
57
+ @pulumi.getter(name="syncGroupName")
58
+ def sync_group_name(self) -> Optional[pulumi.Input[str]]:
59
+ """
60
+ Name of Sync Group resource.
61
+ """
62
+ return pulumi.get(self, "sync_group_name")
63
+
64
+ @sync_group_name.setter
65
+ def sync_group_name(self, value: Optional[pulumi.Input[str]]):
66
+ pulumi.set(self, "sync_group_name", value)
67
+
68
+
69
+ class SyncGroup(pulumi.CustomResource):
70
+ @overload
71
+ def __init__(__self__,
72
+ resource_name: str,
73
+ opts: Optional[pulumi.ResourceOptions] = None,
74
+ resource_group_name: Optional[pulumi.Input[str]] = None,
75
+ storage_sync_service_name: Optional[pulumi.Input[str]] = None,
76
+ sync_group_name: Optional[pulumi.Input[str]] = None,
77
+ __props__=None):
78
+ """
79
+ Sync Group object.
80
+
81
+ :param str resource_name: The name of the resource.
82
+ :param pulumi.ResourceOptions opts: Options for the resource.
83
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
84
+ :param pulumi.Input[str] storage_sync_service_name: Name of Storage Sync Service resource.
85
+ :param pulumi.Input[str] sync_group_name: Name of Sync Group resource.
86
+ """
87
+ ...
88
+ @overload
89
+ def __init__(__self__,
90
+ resource_name: str,
91
+ args: SyncGroupArgs,
92
+ opts: Optional[pulumi.ResourceOptions] = None):
93
+ """
94
+ Sync Group object.
95
+
96
+ :param str resource_name: The name of the resource.
97
+ :param SyncGroupArgs args: The arguments to use to populate this resource's properties.
98
+ :param pulumi.ResourceOptions opts: Options for the resource.
99
+ """
100
+ ...
101
+ def __init__(__self__, resource_name: str, *args, **kwargs):
102
+ resource_args, opts = _utilities.get_resource_args_opts(SyncGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
103
+ if resource_args is not None:
104
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
105
+ else:
106
+ __self__._internal_init(resource_name, *args, **kwargs)
107
+
108
+ def _internal_init(__self__,
109
+ resource_name: str,
110
+ opts: Optional[pulumi.ResourceOptions] = None,
111
+ resource_group_name: Optional[pulumi.Input[str]] = None,
112
+ storage_sync_service_name: Optional[pulumi.Input[str]] = None,
113
+ sync_group_name: Optional[pulumi.Input[str]] = None,
114
+ __props__=None):
115
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
116
+ if not isinstance(opts, pulumi.ResourceOptions):
117
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
118
+ if opts.id is None:
119
+ if __props__ is not None:
120
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
121
+ __props__ = SyncGroupArgs.__new__(SyncGroupArgs)
122
+
123
+ if resource_group_name is None and not opts.urn:
124
+ raise TypeError("Missing required property 'resource_group_name'")
125
+ __props__.__dict__["resource_group_name"] = resource_group_name
126
+ if storage_sync_service_name is None and not opts.urn:
127
+ raise TypeError("Missing required property 'storage_sync_service_name'")
128
+ __props__.__dict__["storage_sync_service_name"] = storage_sync_service_name
129
+ __props__.__dict__["sync_group_name"] = sync_group_name
130
+ __props__.__dict__["name"] = None
131
+ __props__.__dict__["sync_group_status"] = None
132
+ __props__.__dict__["system_data"] = None
133
+ __props__.__dict__["type"] = None
134
+ __props__.__dict__["unique_id"] = None
135
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storagesync:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20170605preview:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20180402:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20180701:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20181001:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20190201:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20190301:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20190601:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20191001:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20200301:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20200901:SyncGroup"), pulumi.Alias(type_="azure-native:storagesync/v20220601:SyncGroup")])
136
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
137
+ super(SyncGroup, __self__).__init__(
138
+ 'azure-native:storagesync/v20220901:SyncGroup',
139
+ resource_name,
140
+ __props__,
141
+ opts)
142
+
143
+ @staticmethod
144
+ def get(resource_name: str,
145
+ id: pulumi.Input[str],
146
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'SyncGroup':
147
+ """
148
+ Get an existing SyncGroup resource's state with the given name, id, and optional extra
149
+ properties used to qualify the lookup.
150
+
151
+ :param str resource_name: The unique name of the resulting resource.
152
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
153
+ :param pulumi.ResourceOptions opts: Options for the resource.
154
+ """
155
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
156
+
157
+ __props__ = SyncGroupArgs.__new__(SyncGroupArgs)
158
+
159
+ __props__.__dict__["name"] = None
160
+ __props__.__dict__["sync_group_status"] = None
161
+ __props__.__dict__["system_data"] = None
162
+ __props__.__dict__["type"] = None
163
+ __props__.__dict__["unique_id"] = None
164
+ return SyncGroup(resource_name, opts=opts, __props__=__props__)
165
+
166
+ @property
167
+ @pulumi.getter
168
+ def name(self) -> pulumi.Output[str]:
169
+ """
170
+ The name of the resource
171
+ """
172
+ return pulumi.get(self, "name")
173
+
174
+ @property
175
+ @pulumi.getter(name="syncGroupStatus")
176
+ def sync_group_status(self) -> pulumi.Output[str]:
177
+ """
178
+ Sync group status
179
+ """
180
+ return pulumi.get(self, "sync_group_status")
181
+
182
+ @property
183
+ @pulumi.getter(name="systemData")
184
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
185
+ """
186
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
187
+ """
188
+ return pulumi.get(self, "system_data")
189
+
190
+ @property
191
+ @pulumi.getter
192
+ def type(self) -> pulumi.Output[str]:
193
+ """
194
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
195
+ """
196
+ return pulumi.get(self, "type")
197
+
198
+ @property
199
+ @pulumi.getter(name="uniqueId")
200
+ def unique_id(self) -> pulumi.Output[str]:
201
+ """
202
+ Unique Id
203
+ """
204
+ return pulumi.get(self, "unique_id")
205
+
@@ -2249,7 +2249,7 @@ class WorkspaceRepositoryConfigurationArgs:
2249
2249
  Git integration settings
2250
2250
  :param pulumi.Input[str] account_name: Account name
2251
2251
  :param pulumi.Input[str] collaboration_branch: Collaboration branch
2252
- :param pulumi.Input[str] host_name: GitHub Enterprise host name. For example: https://github.mydomain.com
2252
+ :param pulumi.Input[str] host_name: GitHub Enterprise host name. For example: `https://github.mydomain.com`
2253
2253
  :param pulumi.Input[str] last_commit_id: The last commit ID
2254
2254
  :param pulumi.Input[str] project_name: VSTS project name
2255
2255
  :param pulumi.Input[str] repository_name: Repository name
@@ -2304,7 +2304,7 @@ class WorkspaceRepositoryConfigurationArgs:
2304
2304
  @pulumi.getter(name="hostName")
2305
2305
  def host_name(self) -> Optional[pulumi.Input[str]]:
2306
2306
  """
2307
- GitHub Enterprise host name. For example: https://github.mydomain.com
2307
+ GitHub Enterprise host name. For example: `https://github.mydomain.com`
2308
2308
  """
2309
2309
  return pulumi.get(self, "host_name")
2310
2310
 
@@ -4682,7 +4682,7 @@ class WorkspaceRepositoryConfigurationResponse(dict):
4682
4682
  Git integration settings
4683
4683
  :param str account_name: Account name
4684
4684
  :param str collaboration_branch: Collaboration branch
4685
- :param str host_name: GitHub Enterprise host name. For example: https://github.mydomain.com
4685
+ :param str host_name: GitHub Enterprise host name. For example: `https://github.mydomain.com`
4686
4686
  :param str last_commit_id: The last commit ID
4687
4687
  :param str project_name: VSTS project name
4688
4688
  :param str repository_name: Repository name
@@ -4729,7 +4729,7 @@ class WorkspaceRepositoryConfigurationResponse(dict):
4729
4729
  @pulumi.getter(name="hostName")
4730
4730
  def host_name(self) -> Optional[str]:
4731
4731
  """
4732
- GitHub Enterprise host name. For example: https://github.mydomain.com
4732
+ GitHub Enterprise host name. For example: `https://github.mydomain.com`
4733
4733
  """
4734
4734
  return pulumi.get(self, "host_name")
4735
4735
 
@@ -752,7 +752,7 @@ class WorkspaceRepositoryConfigurationArgs:
752
752
  Git integration settings
753
753
  :param pulumi.Input[str] account_name: Account name
754
754
  :param pulumi.Input[str] collaboration_branch: Collaboration branch
755
- :param pulumi.Input[str] host_name: GitHub Enterprise host name. For example: https://github.mydomain.com
755
+ :param pulumi.Input[str] host_name: GitHub Enterprise host name. For example: `https://github.mydomain.com`
756
756
  :param pulumi.Input[str] last_commit_id: The last commit ID
757
757
  :param pulumi.Input[str] project_name: VSTS project name
758
758
  :param pulumi.Input[str] repository_name: Repository name
@@ -807,7 +807,7 @@ class WorkspaceRepositoryConfigurationArgs:
807
807
  @pulumi.getter(name="hostName")
808
808
  def host_name(self) -> Optional[pulumi.Input[str]]:
809
809
  """
810
- GitHub Enterprise host name. For example: https://github.mydomain.com
810
+ GitHub Enterprise host name. For example: `https://github.mydomain.com`
811
811
  """
812
812
  return pulumi.get(self, "host_name")
813
813
 
@@ -1209,7 +1209,7 @@ class WorkspaceRepositoryConfigurationResponse(dict):
1209
1209
  Git integration settings
1210
1210
  :param str account_name: Account name
1211
1211
  :param str collaboration_branch: Collaboration branch
1212
- :param str host_name: GitHub Enterprise host name. For example: https://github.mydomain.com
1212
+ :param str host_name: GitHub Enterprise host name. For example: `https://github.mydomain.com`
1213
1213
  :param str last_commit_id: The last commit ID
1214
1214
  :param str project_name: VSTS project name
1215
1215
  :param str repository_name: Repository name
@@ -1256,7 +1256,7 @@ class WorkspaceRepositoryConfigurationResponse(dict):
1256
1256
  @pulumi.getter(name="hostName")
1257
1257
  def host_name(self) -> Optional[str]:
1258
1258
  """
1259
- GitHub Enterprise host name. For example: https://github.mydomain.com
1259
+ GitHub Enterprise host name. For example: `https://github.mydomain.com`
1260
1260
  """
1261
1261
  return pulumi.get(self, "host_name")
1262
1262
 
@@ -2020,7 +2020,7 @@ class WorkspaceRepositoryConfigurationArgs:
2020
2020
  Git integration settings
2021
2021
  :param pulumi.Input[str] account_name: Account name
2022
2022
  :param pulumi.Input[str] collaboration_branch: Collaboration branch
2023
- :param pulumi.Input[str] host_name: GitHub Enterprise host name. For example: https://github.mydomain.com
2023
+ :param pulumi.Input[str] host_name: GitHub Enterprise host name. For example: `https://github.mydomain.com`
2024
2024
  :param pulumi.Input[str] last_commit_id: The last commit ID
2025
2025
  :param pulumi.Input[str] project_name: VSTS project name
2026
2026
  :param pulumi.Input[str] repository_name: Repository name
@@ -2075,7 +2075,7 @@ class WorkspaceRepositoryConfigurationArgs:
2075
2075
  @pulumi.getter(name="hostName")
2076
2076
  def host_name(self) -> Optional[pulumi.Input[str]]:
2077
2077
  """
2078
- GitHub Enterprise host name. For example: https://github.mydomain.com
2078
+ GitHub Enterprise host name. For example: `https://github.mydomain.com`
2079
2079
  """
2080
2080
  return pulumi.get(self, "host_name")
2081
2081