pulumi-azure-native 2.54.0__py3-none-any.whl → 2.54.0a1723036641__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 (447) hide show
  1. pulumi_azure_native/__init__.py +0 -91
  2. pulumi_azure_native/containerservice/__init__.py +0 -3
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  6. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  7. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  8. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  10. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  11. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  14. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  15. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  16. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  17. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  18. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  19. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  20. pulumi_azure_native/containerservice/snapshot.py +3 -3
  21. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  22. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  23. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  26. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  27. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  29. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  30. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  31. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  32. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  35. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  36. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  37. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  39. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  40. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  46. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  47. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  48. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  49. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  52. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  53. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  54. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  55. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  57. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  61. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  64. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  66. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  69. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  76. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  77. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  78. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  79. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  80. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  81. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  82. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  83. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  84. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  85. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  86. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  87. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  88. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  89. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  90. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  91. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  92. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  93. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  94. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  95. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  96. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  97. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  98. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  99. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  100. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  101. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  102. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  103. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  104. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  105. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  107. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  108. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  109. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  110. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  111. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  112. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  114. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  115. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  116. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  117. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  118. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  119. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  120. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  121. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  122. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  123. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  124. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  125. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  126. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  128. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  129. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  130. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  131. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  132. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  133. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  134. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  135. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  136. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  137. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  138. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  139. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  140. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  141. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  142. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  143. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  144. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  145. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  146. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  148. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  149. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  150. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  151. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  154. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  155. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  156. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  157. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  158. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  159. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  160. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  165. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  166. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  167. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  170. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  171. pulumi_azure_native/datafactory/_inputs.py +120 -2520
  172. pulumi_azure_native/datafactory/outputs.py +117 -1557
  173. pulumi_azure_native/datafactory/v20180601/_inputs.py +120 -2520
  174. pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1557
  175. pulumi_azure_native/devcenter/__init__.py +0 -5
  176. pulumi_azure_native/devcenter/_inputs.py +0 -58
  177. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  178. pulumi_azure_native/devcenter/catalog.py +3 -3
  179. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  180. pulumi_azure_native/devcenter/dev_center.py +3 -3
  181. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  182. pulumi_azure_native/devcenter/environment_type.py +3 -3
  183. pulumi_azure_native/devcenter/gallery.py +3 -3
  184. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  185. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  186. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  187. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  188. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  189. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  190. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  191. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  192. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  193. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  194. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  195. pulumi_azure_native/devcenter/get_plan.py +2 -2
  196. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  197. pulumi_azure_native/devcenter/get_pool.py +2 -2
  198. pulumi_azure_native/devcenter/get_project.py +2 -2
  199. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  200. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  201. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +0 -4
  202. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  203. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  204. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  205. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  206. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  207. pulumi_azure_native/devcenter/network_connection.py +3 -3
  208. pulumi_azure_native/devcenter/outputs.py +0 -36
  209. pulumi_azure_native/devcenter/plan.py +3 -3
  210. pulumi_azure_native/devcenter/plan_member.py +3 -3
  211. pulumi_azure_native/devcenter/pool.py +3 -3
  212. pulumi_azure_native/devcenter/project.py +3 -3
  213. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  214. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  215. pulumi_azure_native/devcenter/schedule.py +3 -3
  216. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  217. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  218. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  219. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  220. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  221. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  222. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  223. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  224. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  225. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  226. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  227. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  228. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  229. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  230. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  231. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  232. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  233. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  234. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  235. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  236. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  237. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  238. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  239. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  240. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  241. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  242. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  243. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  244. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  245. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  246. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  247. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  248. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  249. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  250. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  251. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  252. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  253. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  254. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  255. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  256. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  257. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  258. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  259. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  260. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  261. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  262. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  263. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  264. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  265. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  266. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  267. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  268. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  269. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  270. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  271. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  272. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  273. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  274. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  275. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  276. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  277. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  278. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  279. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  280. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  281. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  282. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  283. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  284. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  285. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  286. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  287. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  288. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  289. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  290. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  291. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  292. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
  293. pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
  294. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
  295. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
  296. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
  297. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
  298. pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
  299. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
  300. pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
  301. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
  302. pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
  303. pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
  304. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
  305. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
  306. pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
  307. pulumi_azure_native/portal/_enums.py +0 -11
  308. pulumi_azure_native/portal/_inputs.py +94 -387
  309. pulumi_azure_native/portal/dashboard.py +60 -41
  310. pulumi_azure_native/portal/get_dashboard.py +29 -29
  311. pulumi_azure_native/portal/get_tenant_configuration.py +18 -32
  312. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +3 -3
  313. pulumi_azure_native/portal/outputs.py +76 -446
  314. pulumi_azure_native/portal/tenant_configuration.py +28 -40
  315. pulumi_azure_native/portal/v20200901preview/__init__.py +0 -1
  316. pulumi_azure_native/portal/v20200901preview/_inputs.py +42 -139
  317. pulumi_azure_native/portal/v20200901preview/dashboard.py +60 -41
  318. pulumi_azure_native/portal/v20200901preview/get_dashboard.py +29 -29
  319. pulumi_azure_native/portal/v20200901preview/get_tenant_configuration.py +18 -32
  320. pulumi_azure_native/portal/v20200901preview/list_list_tenant_configuration_violation.py +3 -3
  321. pulumi_azure_native/portal/v20200901preview/outputs.py +84 -314
  322. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +28 -40
  323. pulumi_azure_native/pulumi-plugin.json +1 -1
  324. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/METADATA +1 -1
  325. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/RECORD +327 -447
  326. pulumi_azure_native/containerservice/v20240602preview/__init__.py +0 -29
  327. pulumi_azure_native/containerservice/v20240602preview/_enums.py +0 -912
  328. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +0 -9690
  329. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +0 -1691
  330. pulumi_azure_native/containerservice/v20240602preview/get_agent_pool.py +0 -817
  331. pulumi_azure_native/containerservice/v20240602preview/get_load_balancer.py +0 -206
  332. pulumi_azure_native/containerservice/v20240602preview/get_maintenance_configuration.py +0 -167
  333. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster.py +0 -838
  334. pulumi_azure_native/containerservice/v20240602preview/get_managed_cluster_snapshot.py +0 -188
  335. pulumi_azure_native/containerservice/v20240602preview/get_private_endpoint_connection.py +0 -154
  336. pulumi_azure_native/containerservice/v20240602preview/get_snapshot.py +0 -253
  337. pulumi_azure_native/containerservice/v20240602preview/get_trusted_access_role_binding.py +0 -167
  338. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_admin_credentials.py +0 -89
  339. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
  340. pulumi_azure_native/containerservice/v20240602preview/list_managed_cluster_user_credentials.py +0 -94
  341. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +0 -368
  342. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +0 -279
  343. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +0 -1595
  344. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +0 -297
  345. pulumi_azure_native/containerservice/v20240602preview/outputs.py +0 -8349
  346. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +0 -251
  347. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +0 -347
  348. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +0 -260
  349. pulumi_azure_native/contoso/__init__.py +0 -19
  350. pulumi_azure_native/contoso/_inputs.py +0 -99
  351. pulumi_azure_native/contoso/employee.py +0 -259
  352. pulumi_azure_native/contoso/get_employee.py +0 -164
  353. pulumi_azure_native/contoso/outputs.py +0 -206
  354. pulumi_azure_native/contoso/v20211001preview/__init__.py +0 -11
  355. pulumi_azure_native/contoso/v20211001preview/_inputs.py +0 -99
  356. pulumi_azure_native/contoso/v20211001preview/employee.py +0 -257
  357. pulumi_azure_native/contoso/v20211001preview/get_employee.py +0 -162
  358. pulumi_azure_native/contoso/v20211001preview/outputs.py +0 -206
  359. pulumi_azure_native/devcenter/curation_profile.py +0 -261
  360. pulumi_azure_native/devcenter/get_curation_profile.py +0 -169
  361. pulumi_azure_native/devcenter/v20240801preview/__init__.py +0 -50
  362. pulumi_azure_native/devcenter/v20240801preview/_enums.py +0 -219
  363. pulumi_azure_native/devcenter/v20240801preview/_inputs.py +0 -904
  364. pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +0 -260
  365. pulumi_azure_native/devcenter/v20240801preview/catalog.py +0 -368
  366. pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +0 -259
  367. pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +0 -418
  368. pulumi_azure_native/devcenter/v20240801preview/dev_center.py +0 -481
  369. pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +0 -347
  370. pulumi_azure_native/devcenter/v20240801preview/environment_type.py +0 -258
  371. pulumi_azure_native/devcenter/v20240801preview/gallery.py +0 -230
  372. pulumi_azure_native/devcenter/v20240801preview/get_attached_network_by_dev_center.py +0 -193
  373. pulumi_azure_native/devcenter/v20240801preview/get_catalog.py +0 -258
  374. pulumi_azure_native/devcenter/v20240801preview/get_catalog_sync_error_details.py +0 -115
  375. pulumi_azure_native/devcenter/v20240801preview/get_curation_profile.py +0 -167
  376. pulumi_azure_native/devcenter/v20240801preview/get_customization_task_error_details.py +0 -94
  377. pulumi_azure_native/devcenter/v20240801preview/get_dev_box_definition.py +0 -271
  378. pulumi_azure_native/devcenter/v20240801preview/get_dev_center.py +0 -279
  379. pulumi_azure_native/devcenter/v20240801preview/get_encryption_set.py +0 -206
  380. pulumi_azure_native/devcenter/v20240801preview/get_environment_definition_error_details.py +0 -94
  381. pulumi_azure_native/devcenter/v20240801preview/get_environment_type.py +0 -167
  382. pulumi_azure_native/devcenter/v20240801preview/get_gallery.py +0 -154
  383. pulumi_azure_native/devcenter/v20240801preview/get_network_connection.py +0 -266
  384. pulumi_azure_native/devcenter/v20240801preview/get_plan.py +0 -175
  385. pulumi_azure_native/devcenter/v20240801preview/get_plan_member.py +0 -193
  386. pulumi_azure_native/devcenter/v20240801preview/get_pool.py +0 -349
  387. pulumi_azure_native/devcenter/v20240801preview/get_project.py +0 -253
  388. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog.py +0 -258
  389. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_environment_definition_error_details.py +0 -94
  390. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_image_definition_build_details.py +0 -216
  391. pulumi_azure_native/devcenter/v20240801preview/get_project_catalog_sync_error_details.py +0 -115
  392. pulumi_azure_native/devcenter/v20240801preview/get_project_environment_type.py +0 -258
  393. pulumi_azure_native/devcenter/v20240801preview/get_project_inherited_settings.py +0 -97
  394. pulumi_azure_native/devcenter/v20240801preview/get_schedule.py +0 -229
  395. pulumi_azure_native/devcenter/v20240801preview/list_skus_by_project.py +0 -97
  396. pulumi_azure_native/devcenter/v20240801preview/network_connection.py +0 -453
  397. pulumi_azure_native/devcenter/v20240801preview/outputs.py +0 -1899
  398. pulumi_azure_native/devcenter/v20240801preview/plan.py +0 -268
  399. pulumi_azure_native/devcenter/v20240801preview/plan_member.py +0 -298
  400. pulumi_azure_native/devcenter/v20240801preview/pool.py +0 -613
  401. pulumi_azure_native/devcenter/v20240801preview/project.py +0 -423
  402. pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +0 -368
  403. pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +0 -444
  404. pulumi_azure_native/devcenter/v20240801preview/schedule.py +0 -439
  405. pulumi_azure_native/iotoperations/__init__.py +0 -34
  406. pulumi_azure_native/iotoperations/_enums.py +0 -544
  407. pulumi_azure_native/iotoperations/_inputs.py +0 -6026
  408. pulumi_azure_native/iotoperations/broker.py +0 -253
  409. pulumi_azure_native/iotoperations/broker_authentication.py +0 -274
  410. pulumi_azure_native/iotoperations/broker_authorization.py +0 -274
  411. pulumi_azure_native/iotoperations/broker_listener.py +0 -274
  412. pulumi_azure_native/iotoperations/data_flow.py +0 -274
  413. pulumi_azure_native/iotoperations/data_flow_endpoint.py +0 -253
  414. pulumi_azure_native/iotoperations/data_flow_profile.py +0 -253
  415. pulumi_azure_native/iotoperations/get_broker.py +0 -156
  416. pulumi_azure_native/iotoperations/get_broker_authentication.py +0 -161
  417. pulumi_azure_native/iotoperations/get_broker_authorization.py +0 -161
  418. pulumi_azure_native/iotoperations/get_broker_listener.py +0 -161
  419. pulumi_azure_native/iotoperations/get_data_flow.py +0 -161
  420. pulumi_azure_native/iotoperations/get_data_flow_endpoint.py +0 -156
  421. pulumi_azure_native/iotoperations/get_data_flow_profile.py +0 -156
  422. pulumi_azure_native/iotoperations/get_instance.py +0 -177
  423. pulumi_azure_native/iotoperations/instance.py +0 -290
  424. pulumi_azure_native/iotoperations/outputs.py +0 -4991
  425. pulumi_azure_native/iotoperations/v20240701preview/__init__.py +0 -26
  426. pulumi_azure_native/iotoperations/v20240701preview/_enums.py +0 -544
  427. pulumi_azure_native/iotoperations/v20240701preview/_inputs.py +0 -6026
  428. pulumi_azure_native/iotoperations/v20240701preview/broker.py +0 -251
  429. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +0 -272
  430. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +0 -272
  431. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +0 -272
  432. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +0 -272
  433. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +0 -251
  434. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +0 -251
  435. pulumi_azure_native/iotoperations/v20240701preview/get_broker.py +0 -154
  436. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authentication.py +0 -159
  437. pulumi_azure_native/iotoperations/v20240701preview/get_broker_authorization.py +0 -159
  438. pulumi_azure_native/iotoperations/v20240701preview/get_broker_listener.py +0 -159
  439. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow.py +0 -159
  440. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_endpoint.py +0 -154
  441. pulumi_azure_native/iotoperations/v20240701preview/get_data_flow_profile.py +0 -154
  442. pulumi_azure_native/iotoperations/v20240701preview/get_instance.py +0 -175
  443. pulumi_azure_native/iotoperations/v20240701preview/instance.py +0 -288
  444. pulumi_azure_native/iotoperations/v20240701preview/outputs.py +0 -4991
  445. pulumi_azure_native/portal/v20200901preview/_enums.py +0 -19
  446. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/WHEEL +0 -0
  447. {pulumi_azure_native-2.54.0.dist-info → pulumi_azure_native-2.54.0a1723036641.dist-info}/top_level.txt +0 -0
@@ -14,75 +14,18 @@ else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from ... import _utilities
16
16
  from . import outputs
17
- from ._enums import *
18
17
 
19
18
  __all__ = [
20
- 'ConfigurationPropertiesResponse',
21
19
  'DashboardLensResponse',
22
- 'DashboardPartsPositionResponse',
23
20
  'DashboardPartsResponse',
24
- 'DashboardPropertiesWithProvisioningStateResponse',
21
+ 'DashboardPartsResponsePosition',
25
22
  'MarkdownPartMetadataResponse',
26
- 'MarkdownPartMetadataSettingsContentResponse',
27
- 'MarkdownPartMetadataSettingsContentSettingsResponse',
28
- 'MarkdownPartMetadataSettingsResponse',
29
- 'SystemDataResponse',
23
+ 'MarkdownPartMetadataResponseContent',
24
+ 'MarkdownPartMetadataResponseSettings',
25
+ 'MarkdownPartMetadataResponseSettingsSettings',
30
26
  'ViolationResponse',
31
27
  ]
32
28
 
33
- @pulumi.output_type
34
- class ConfigurationPropertiesResponse(dict):
35
- """
36
- Tenant Configuration Properties with Provisioning state
37
- """
38
- @staticmethod
39
- def __key_warning(key: str):
40
- suggest = None
41
- if key == "provisioningState":
42
- suggest = "provisioning_state"
43
- elif key == "enforcePrivateMarkdownStorage":
44
- suggest = "enforce_private_markdown_storage"
45
-
46
- if suggest:
47
- pulumi.log.warn(f"Key '{key}' not found in ConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
48
-
49
- def __getitem__(self, key: str) -> Any:
50
- ConfigurationPropertiesResponse.__key_warning(key)
51
- return super().__getitem__(key)
52
-
53
- def get(self, key: str, default = None) -> Any:
54
- ConfigurationPropertiesResponse.__key_warning(key)
55
- return super().get(key, default)
56
-
57
- def __init__(__self__, *,
58
- provisioning_state: str,
59
- enforce_private_markdown_storage: Optional[bool] = None):
60
- """
61
- Tenant Configuration Properties with Provisioning state
62
- :param str provisioning_state: The status of the last operation.
63
- :param bool enforce_private_markdown_storage: When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
64
- """
65
- pulumi.set(__self__, "provisioning_state", provisioning_state)
66
- if enforce_private_markdown_storage is not None:
67
- pulumi.set(__self__, "enforce_private_markdown_storage", enforce_private_markdown_storage)
68
-
69
- @property
70
- @pulumi.getter(name="provisioningState")
71
- def provisioning_state(self) -> str:
72
- """
73
- The status of the last operation.
74
- """
75
- return pulumi.get(self, "provisioning_state")
76
-
77
- @property
78
- @pulumi.getter(name="enforcePrivateMarkdownStorage")
79
- def enforce_private_markdown_storage(self) -> Optional[bool]:
80
- """
81
- When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
82
- """
83
- return pulumi.get(self, "enforce_private_markdown_storage")
84
-
85
-
86
29
  @pulumi.output_type
87
30
  class DashboardLensResponse(dict):
88
31
  """
@@ -91,12 +34,12 @@ class DashboardLensResponse(dict):
91
34
  def __init__(__self__, *,
92
35
  order: int,
93
36
  parts: Sequence['outputs.DashboardPartsResponse'],
94
- metadata: Optional[Any] = None):
37
+ metadata: Optional[Mapping[str, Any]] = None):
95
38
  """
96
39
  A dashboard lens.
97
40
  :param int order: The lens order.
98
41
  :param Sequence['DashboardPartsResponse'] parts: The dashboard parts.
99
- :param Any metadata: The dashboard len's metadata.
42
+ :param Mapping[str, Any] metadata: The dashboard len's metadata.
100
43
  """
101
44
  pulumi.set(__self__, "order", order)
102
45
  pulumi.set(__self__, "parts", parts)
@@ -121,7 +64,7 @@ class DashboardLensResponse(dict):
121
64
 
122
65
  @property
123
66
  @pulumi.getter
124
- def metadata(self) -> Optional[Any]:
67
+ def metadata(self) -> Optional[Mapping[str, Any]]:
125
68
  """
126
69
  The dashboard len's metadata.
127
70
  """
@@ -129,7 +72,41 @@ class DashboardLensResponse(dict):
129
72
 
130
73
 
131
74
  @pulumi.output_type
132
- class DashboardPartsPositionResponse(dict):
75
+ class DashboardPartsResponse(dict):
76
+ """
77
+ A dashboard part.
78
+ """
79
+ def __init__(__self__, *,
80
+ position: 'outputs.DashboardPartsResponsePosition',
81
+ metadata: Optional['outputs.MarkdownPartMetadataResponse'] = None):
82
+ """
83
+ A dashboard part.
84
+ :param 'DashboardPartsResponsePosition' position: The dashboard's part position.
85
+ :param 'MarkdownPartMetadataResponse' metadata: The dashboard part's metadata.
86
+ """
87
+ pulumi.set(__self__, "position", position)
88
+ if metadata is not None:
89
+ pulumi.set(__self__, "metadata", metadata)
90
+
91
+ @property
92
+ @pulumi.getter
93
+ def position(self) -> 'outputs.DashboardPartsResponsePosition':
94
+ """
95
+ The dashboard's part position.
96
+ """
97
+ return pulumi.get(self, "position")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def metadata(self) -> Optional['outputs.MarkdownPartMetadataResponse']:
102
+ """
103
+ The dashboard part's metadata.
104
+ """
105
+ return pulumi.get(self, "metadata")
106
+
107
+
108
+ @pulumi.output_type
109
+ class DashboardPartsResponsePosition(dict):
133
110
  """
134
111
  The dashboard's part position.
135
112
  """
@@ -142,14 +119,14 @@ class DashboardPartsPositionResponse(dict):
142
119
  suggest = "row_span"
143
120
 
144
121
  if suggest:
145
- pulumi.log.warn(f"Key '{key}' not found in DashboardPartsPositionResponse. Access the value via the '{suggest}' property getter instead.")
122
+ pulumi.log.warn(f"Key '{key}' not found in DashboardPartsResponsePosition. Access the value via the '{suggest}' property getter instead.")
146
123
 
147
124
  def __getitem__(self, key: str) -> Any:
148
- DashboardPartsPositionResponse.__key_warning(key)
125
+ DashboardPartsResponsePosition.__key_warning(key)
149
126
  return super().__getitem__(key)
150
127
 
151
128
  def get(self, key: str, default = None) -> Any:
152
- DashboardPartsPositionResponse.__key_warning(key)
129
+ DashboardPartsResponsePosition.__key_warning(key)
153
130
  return super().get(key, default)
154
131
 
155
132
  def __init__(__self__, *,
@@ -157,14 +134,14 @@ class DashboardPartsPositionResponse(dict):
157
134
  row_span: int,
158
135
  x: int,
159
136
  y: int,
160
- metadata: Optional[Any] = None):
137
+ metadata: Optional[Mapping[str, Any]] = None):
161
138
  """
162
139
  The dashboard's part position.
163
140
  :param int col_span: The dashboard's part column span.
164
141
  :param int row_span: The dashboard's part row span.
165
142
  :param int x: The dashboard's part x coordinate.
166
143
  :param int y: The dashboard's part y coordinate.
167
- :param Any metadata: The dashboard part's metadata.
144
+ :param Mapping[str, Any] metadata: The dashboard part's metadata.
168
145
  """
169
146
  pulumi.set(__self__, "col_span", col_span)
170
147
  pulumi.set(__self__, "row_span", row_span)
@@ -207,110 +184,13 @@ class DashboardPartsPositionResponse(dict):
207
184
 
208
185
  @property
209
186
  @pulumi.getter
210
- def metadata(self) -> Optional[Any]:
187
+ def metadata(self) -> Optional[Mapping[str, Any]]:
211
188
  """
212
189
  The dashboard part's metadata.
213
190
  """
214
191
  return pulumi.get(self, "metadata")
215
192
 
216
193
 
217
- @pulumi.output_type
218
- class DashboardPartsResponse(dict):
219
- """
220
- A dashboard part.
221
- """
222
- def __init__(__self__, *,
223
- position: 'outputs.DashboardPartsPositionResponse',
224
- metadata: Optional['outputs.MarkdownPartMetadataResponse'] = None):
225
- """
226
- A dashboard part.
227
- :param 'DashboardPartsPositionResponse' position: The dashboard's part position.
228
- :param 'MarkdownPartMetadataResponse' metadata: The dashboard part's metadata.
229
- """
230
- pulumi.set(__self__, "position", position)
231
- if metadata is not None:
232
- pulumi.set(__self__, "metadata", metadata)
233
-
234
- @property
235
- @pulumi.getter
236
- def position(self) -> 'outputs.DashboardPartsPositionResponse':
237
- """
238
- The dashboard's part position.
239
- """
240
- return pulumi.get(self, "position")
241
-
242
- @property
243
- @pulumi.getter
244
- def metadata(self) -> Optional['outputs.MarkdownPartMetadataResponse']:
245
- """
246
- The dashboard part's metadata.
247
- """
248
- return pulumi.get(self, "metadata")
249
-
250
-
251
- @pulumi.output_type
252
- class DashboardPropertiesWithProvisioningStateResponse(dict):
253
- """
254
- Dashboard Properties with Provisioning state
255
- """
256
- @staticmethod
257
- def __key_warning(key: str):
258
- suggest = None
259
- if key == "provisioningState":
260
- suggest = "provisioning_state"
261
-
262
- if suggest:
263
- pulumi.log.warn(f"Key '{key}' not found in DashboardPropertiesWithProvisioningStateResponse. Access the value via the '{suggest}' property getter instead.")
264
-
265
- def __getitem__(self, key: str) -> Any:
266
- DashboardPropertiesWithProvisioningStateResponse.__key_warning(key)
267
- return super().__getitem__(key)
268
-
269
- def get(self, key: str, default = None) -> Any:
270
- DashboardPropertiesWithProvisioningStateResponse.__key_warning(key)
271
- return super().get(key, default)
272
-
273
- def __init__(__self__, *,
274
- provisioning_state: str,
275
- lenses: Optional[Sequence['outputs.DashboardLensResponse']] = None,
276
- metadata: Optional[Any] = None):
277
- """
278
- Dashboard Properties with Provisioning state
279
- :param str provisioning_state: The status of the last operation.
280
- :param Sequence['DashboardLensResponse'] lenses: The dashboard lenses.
281
- :param Any metadata: The dashboard metadata.
282
- """
283
- pulumi.set(__self__, "provisioning_state", provisioning_state)
284
- if lenses is not None:
285
- pulumi.set(__self__, "lenses", lenses)
286
- if metadata is not None:
287
- pulumi.set(__self__, "metadata", metadata)
288
-
289
- @property
290
- @pulumi.getter(name="provisioningState")
291
- def provisioning_state(self) -> str:
292
- """
293
- The status of the last operation.
294
- """
295
- return pulumi.get(self, "provisioning_state")
296
-
297
- @property
298
- @pulumi.getter
299
- def lenses(self) -> Optional[Sequence['outputs.DashboardLensResponse']]:
300
- """
301
- The dashboard lenses.
302
- """
303
- return pulumi.get(self, "lenses")
304
-
305
- @property
306
- @pulumi.getter
307
- def metadata(self) -> Optional[Any]:
308
- """
309
- The dashboard metadata.
310
- """
311
- return pulumi.get(self, "metadata")
312
-
313
-
314
194
  @pulumi.output_type
315
195
  class MarkdownPartMetadataResponse(dict):
316
196
  """
@@ -319,13 +199,13 @@ class MarkdownPartMetadataResponse(dict):
319
199
  def __init__(__self__, *,
320
200
  type: str,
321
201
  inputs: Optional[Sequence[Any]] = None,
322
- settings: Optional['outputs.MarkdownPartMetadataSettingsResponse'] = None):
202
+ settings: Optional['outputs.MarkdownPartMetadataResponseSettings'] = None):
323
203
  """
324
204
  Markdown part metadata.
325
- :param str type: The dashboard part metadata type.
205
+ :param str type: The type of dashboard part.
326
206
  Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
327
207
  :param Sequence[Any] inputs: Input to dashboard part.
328
- :param 'MarkdownPartMetadataSettingsResponse' settings: Markdown part settings.
208
+ :param 'MarkdownPartMetadataResponseSettings' settings: Markdown part settings.
329
209
  """
330
210
  pulumi.set(__self__, "type", 'Extension/HubsExtension/PartType/MarkdownPart')
331
211
  if inputs is not None:
@@ -337,7 +217,7 @@ class MarkdownPartMetadataResponse(dict):
337
217
  @pulumi.getter
338
218
  def type(self) -> str:
339
219
  """
340
- The dashboard part metadata type.
220
+ The type of dashboard part.
341
221
  Expected value is 'Extension/HubsExtension/PartType/MarkdownPart'.
342
222
  """
343
223
  return pulumi.get(self, "type")
@@ -352,7 +232,7 @@ class MarkdownPartMetadataResponse(dict):
352
232
 
353
233
  @property
354
234
  @pulumi.getter
355
- def settings(self) -> Optional['outputs.MarkdownPartMetadataSettingsResponse']:
235
+ def settings(self) -> Optional['outputs.MarkdownPartMetadataResponseSettings']:
356
236
  """
357
237
  Markdown part settings.
358
238
  """
@@ -360,22 +240,22 @@ class MarkdownPartMetadataResponse(dict):
360
240
 
361
241
 
362
242
  @pulumi.output_type
363
- class MarkdownPartMetadataSettingsContentResponse(dict):
243
+ class MarkdownPartMetadataResponseContent(dict):
364
244
  """
365
245
  The content of markdown part.
366
246
  """
367
247
  def __init__(__self__, *,
368
- settings: Optional['outputs.MarkdownPartMetadataSettingsContentSettingsResponse'] = None):
248
+ settings: Optional['outputs.MarkdownPartMetadataResponseSettingsSettings'] = None):
369
249
  """
370
250
  The content of markdown part.
371
- :param 'MarkdownPartMetadataSettingsContentSettingsResponse' settings: The setting of the content of markdown part.
251
+ :param 'MarkdownPartMetadataResponseSettingsSettings' settings: The setting of the content of markdown part.
372
252
  """
373
253
  if settings is not None:
374
254
  pulumi.set(__self__, "settings", settings)
375
255
 
376
256
  @property
377
257
  @pulumi.getter
378
- def settings(self) -> Optional['outputs.MarkdownPartMetadataSettingsContentSettingsResponse']:
258
+ def settings(self) -> Optional['outputs.MarkdownPartMetadataResponseSettingsSettings']:
379
259
  """
380
260
  The setting of the content of markdown part.
381
261
  """
@@ -383,7 +263,30 @@ class MarkdownPartMetadataSettingsContentResponse(dict):
383
263
 
384
264
 
385
265
  @pulumi.output_type
386
- class MarkdownPartMetadataSettingsContentSettingsResponse(dict):
266
+ class MarkdownPartMetadataResponseSettings(dict):
267
+ """
268
+ Markdown part settings.
269
+ """
270
+ def __init__(__self__, *,
271
+ content: Optional['outputs.MarkdownPartMetadataResponseContent'] = None):
272
+ """
273
+ Markdown part settings.
274
+ :param 'MarkdownPartMetadataResponseContent' content: The content of markdown part.
275
+ """
276
+ if content is not None:
277
+ pulumi.set(__self__, "content", content)
278
+
279
+ @property
280
+ @pulumi.getter
281
+ def content(self) -> Optional['outputs.MarkdownPartMetadataResponseContent']:
282
+ """
283
+ The content of markdown part.
284
+ """
285
+ return pulumi.get(self, "content")
286
+
287
+
288
+ @pulumi.output_type
289
+ class MarkdownPartMetadataResponseSettingsSettings(dict):
387
290
  """
388
291
  The setting of the content of markdown part.
389
292
  """
@@ -396,14 +299,14 @@ class MarkdownPartMetadataSettingsContentSettingsResponse(dict):
396
299
  suggest = "markdown_uri"
397
300
 
398
301
  if suggest:
399
- pulumi.log.warn(f"Key '{key}' not found in MarkdownPartMetadataSettingsContentSettingsResponse. Access the value via the '{suggest}' property getter instead.")
302
+ pulumi.log.warn(f"Key '{key}' not found in MarkdownPartMetadataResponseSettingsSettings. Access the value via the '{suggest}' property getter instead.")
400
303
 
401
304
  def __getitem__(self, key: str) -> Any:
402
- MarkdownPartMetadataSettingsContentSettingsResponse.__key_warning(key)
305
+ MarkdownPartMetadataResponseSettingsSettings.__key_warning(key)
403
306
  return super().__getitem__(key)
404
307
 
405
308
  def get(self, key: str, default = None) -> Any:
406
- MarkdownPartMetadataSettingsContentSettingsResponse.__key_warning(key)
309
+ MarkdownPartMetadataResponseSettingsSettings.__key_warning(key)
407
310
  return super().get(key, default)
408
311
 
409
312
  def __init__(__self__, *,
@@ -472,139 +375,6 @@ class MarkdownPartMetadataSettingsContentSettingsResponse(dict):
472
375
  return pulumi.get(self, "title")
473
376
 
474
377
 
475
- @pulumi.output_type
476
- class MarkdownPartMetadataSettingsResponse(dict):
477
- """
478
- Markdown part settings.
479
- """
480
- def __init__(__self__, *,
481
- content: Optional['outputs.MarkdownPartMetadataSettingsContentResponse'] = None):
482
- """
483
- Markdown part settings.
484
- :param 'MarkdownPartMetadataSettingsContentResponse' content: The content of markdown part.
485
- """
486
- if content is not None:
487
- pulumi.set(__self__, "content", content)
488
-
489
- @property
490
- @pulumi.getter
491
- def content(self) -> Optional['outputs.MarkdownPartMetadataSettingsContentResponse']:
492
- """
493
- The content of markdown part.
494
- """
495
- return pulumi.get(self, "content")
496
-
497
-
498
- @pulumi.output_type
499
- class SystemDataResponse(dict):
500
- """
501
- Metadata pertaining to creation and last modification of the resource.
502
- """
503
- @staticmethod
504
- def __key_warning(key: str):
505
- suggest = None
506
- if key == "createdAt":
507
- suggest = "created_at"
508
- elif key == "createdBy":
509
- suggest = "created_by"
510
- elif key == "createdByType":
511
- suggest = "created_by_type"
512
- elif key == "lastModifiedAt":
513
- suggest = "last_modified_at"
514
- elif key == "lastModifiedBy":
515
- suggest = "last_modified_by"
516
- elif key == "lastModifiedByType":
517
- suggest = "last_modified_by_type"
518
-
519
- if suggest:
520
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
521
-
522
- def __getitem__(self, key: str) -> Any:
523
- SystemDataResponse.__key_warning(key)
524
- return super().__getitem__(key)
525
-
526
- def get(self, key: str, default = None) -> Any:
527
- SystemDataResponse.__key_warning(key)
528
- return super().get(key, default)
529
-
530
- def __init__(__self__, *,
531
- created_at: Optional[str] = None,
532
- created_by: Optional[str] = None,
533
- created_by_type: Optional[str] = None,
534
- last_modified_at: Optional[str] = None,
535
- last_modified_by: Optional[str] = None,
536
- last_modified_by_type: Optional[str] = None):
537
- """
538
- Metadata pertaining to creation and last modification of the resource.
539
- :param str created_at: The timestamp of resource creation (UTC).
540
- :param str created_by: The identity that created the resource.
541
- :param str created_by_type: The type of identity that created the resource.
542
- :param str last_modified_at: The timestamp of resource last modification (UTC)
543
- :param str last_modified_by: The identity that last modified the resource.
544
- :param str last_modified_by_type: The type of identity that last modified the resource.
545
- """
546
- if created_at is not None:
547
- pulumi.set(__self__, "created_at", created_at)
548
- if created_by is not None:
549
- pulumi.set(__self__, "created_by", created_by)
550
- if created_by_type is not None:
551
- pulumi.set(__self__, "created_by_type", created_by_type)
552
- if last_modified_at is not None:
553
- pulumi.set(__self__, "last_modified_at", last_modified_at)
554
- if last_modified_by is not None:
555
- pulumi.set(__self__, "last_modified_by", last_modified_by)
556
- if last_modified_by_type is not None:
557
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
558
-
559
- @property
560
- @pulumi.getter(name="createdAt")
561
- def created_at(self) -> Optional[str]:
562
- """
563
- The timestamp of resource creation (UTC).
564
- """
565
- return pulumi.get(self, "created_at")
566
-
567
- @property
568
- @pulumi.getter(name="createdBy")
569
- def created_by(self) -> Optional[str]:
570
- """
571
- The identity that created the resource.
572
- """
573
- return pulumi.get(self, "created_by")
574
-
575
- @property
576
- @pulumi.getter(name="createdByType")
577
- def created_by_type(self) -> Optional[str]:
578
- """
579
- The type of identity that created the resource.
580
- """
581
- return pulumi.get(self, "created_by_type")
582
-
583
- @property
584
- @pulumi.getter(name="lastModifiedAt")
585
- def last_modified_at(self) -> Optional[str]:
586
- """
587
- The timestamp of resource last modification (UTC)
588
- """
589
- return pulumi.get(self, "last_modified_at")
590
-
591
- @property
592
- @pulumi.getter(name="lastModifiedBy")
593
- def last_modified_by(self) -> Optional[str]:
594
- """
595
- The identity that last modified the resource.
596
- """
597
- return pulumi.get(self, "last_modified_by")
598
-
599
- @property
600
- @pulumi.getter(name="lastModifiedByType")
601
- def last_modified_by_type(self) -> Optional[str]:
602
- """
603
- The type of identity that last modified the resource.
604
- """
605
- return pulumi.get(self, "last_modified_by_type")
606
-
607
-
608
378
  @pulumi.output_type
609
379
  class ViolationResponse(dict):
610
380
  """